[ABD] Advanced Similar Topics 1.2.5 (AJAX support)&phpBBSeo

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany
Contact:

Re: [BETA] Advanced Similar Topics

Post by darkonia »

runs perfect and absolutly without any probs, thx for this fine addon :D
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
ttuu
Registered User
Posts: 224
Joined: Wed Feb 13, 2008 6:28 pm

Re: [BETA] Advanced Similar Topics

Post by ttuu »

Porutchik wrote:ttuu.. Try to it:

Code: Select all

ALTER TABLE `phpbb_topics` ENGINE = MYISAM;
ALTER TABLE `phpbb_topics` ADD FULLTEXT (`topic_title`);
now its work good. thanks.
and now 1 new problam.

On "posting" page when he shows me the "Similar Topics" if I click on one of the Results I'm getting error "The page cannot be found".
This is due to a broken link.
Correct Web address is:
http://www.enativ.com/forum/viewtopic.php?f=3&t=507
but the address create mod is:
http://www.enativ.com/viewtopic.php?f=3&t=507

u can fix this?
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: [BETA] Advanced Similar Topics

Post by eman80 »

Porutchik wrote: -------
Mod is updated to 1.0.3
[+] - control in number of words in the topic title to appear in the similar topics (for viewtopic and posting form)
[+] - control in minimum relevance in the topic title to appear in the similar topics.

The instructions for update you can find at folder contrib.
See first post for download link.
Thank you very much for this fantaaastic mod. it works perfectly just exactly as I want :D

Thank u again

Regards
Eman
welcome to my forum:
http://www.elibrary4arab.com
shahinavthal
Registered User
Posts: 277
Joined: Fri Sep 19, 2008 6:53 am

Re: [BETA] Advanced Similar Topics

Post by shahinavthal »

Works perfectly but a request please..can you please mention the version number on your topic so that we can know if we have an update?? :oops:
Porutchik
I've Been Banned!
Posts: 275
Joined: Sat Dec 31, 2005 11:11 am
Location: Russia, Orenburg (Россия, Оренбург)
Name: Sergey O
Contact:

Re: [BETA] Advanced Similar Topics

Post by Porutchik »

ttuu wrote:u can fix this?
Try to it:

Code: Select all

#
#------- [OPEN] ---------------
#
includes/similar_topics.php

#
#------- [FIND] ---------------
#
	$phpbb_root_path = './../';

#
#------- [REPLACE WITH] ---------------
#
	$phpbb_root_path = '../';

#
#------- [FIND] ---------------
#
			$similar_forum_url	= append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $similar_forum_id);
			$similar_topic_url	= append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $similar_forum_id . '&t=' . $similar_topic_id);

#
#------- [REPLACE WITH] ---------------
#
			$similar_forum_url	= append_sid('viewforum.' . $phpEx, 'f=' . $similar_forum_id);
			$similar_topic_url	= append_sid('viewtopic.' . $phpEx, 'f=' . $similar_forum_id . '&t=' . $similar_topic_id);

#
#------- [FIND] ---------------
#
				'U_LAST_POST'			=> append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $similar['topic_last_post_id'] . '#p' . $similar['topic_last_post_id']),

#
#------- [REPLACE WITH] ---------------
#
				'U_LAST_POST'			=> append_sid('viewtopic.' . $phpEx, 'p=' . $similar['topic_last_post_id'] . '#p' . $similar['topic_last_post_id']),
Probably, I'll include it in the following version.
My forum | Advanced Similar Topics
Excuse me please for my awful English. Thanks!. Please do not P.M., ICQ or email me for support help - you won't get any reply. If you have a question or issue, post it in the appropriate forum/topic.
ttuu
Registered User
Posts: 224
Joined: Wed Feb 13, 2008 6:28 pm

Re: [BETA] Advanced Similar Topics 1.0.3

Post by ttuu »

o.k. god work.
u can set the link is open in new page?
Porutchik
I've Been Banned!
Posts: 275
Joined: Sat Dec 31, 2005 11:11 am
Location: Russia, Orenburg (Россия, Оренбург)
Name: Sergey O
Contact:

Re: [BETA] Advanced Similar Topics 1.0.4

Post by Porutchik »

u can set the link is open in new page?
Well. I updated this MOD.

Copy: root/includes/acp/info/acp_similar_topics.php To: includes/acp/info/acp_similar_topics.php
Copy: root/includes/similar_topics.php To: includes/similar_topics.php
Copy: root/styles/prosilver/template/similar_viewtopic.html To: styles/prosilver/template/similar_viewtopic.html
Copy: templates/root/styles/subsilver2/template/similar_viewtopic.html To: styles/subsilver2/template/similar_viewtopic.html

See first post for download link.
My forum | Advanced Similar Topics
Excuse me please for my awful English. Thanks!. Please do not P.M., ICQ or email me for support help - you won't get any reply. If you have a question or issue, post it in the appropriate forum/topic.
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: [BETA] Advanced Similar Topics 1.0.4

Post by eman80 »

Porutchik wrote: Well. I updated this MOD.

Copy: root/includes/acp/info/acp_similar_topics.php To: includes/acp/info/acp_similar_topics.php
Copy: root/includes/similar_topics.php To: includes/similar_topics.php
Copy: root/styles/prosilver/template/similar_viewtopic.html To: styles/prosilver/template/similar_viewtopic.html
Copy: templates/root/styles/subsilver2/template/similar_viewtopic.html To: styles/subsilver2/template/similar_viewtopic.html

See first post for download link.
Thanks for update the mod, I just updated it to 1.0.4 and everything works fine .. but may some people don't like to open the link in new window, so can we choose if we want to open the link in the same page or new page.

Thanks again for this great mod.

Regards
Eman.
welcome to my forum:
http://www.elibrary4arab.com
Porutchik
I've Been Banned!
Posts: 275
Joined: Sat Dec 31, 2005 11:11 am
Location: Russia, Orenburg (Россия, Оренбург)
Name: Sergey O
Contact:

Re: [BETA] Advanced Similar Topics 1.0.4

Post by Porutchik »

eman80 wrote:if we want to open the link in the same page or new page.
Well. I have made ADD-ON for this purpose. You can find at folder contrib.
My forum | Advanced Similar Topics
Excuse me please for my awful English. Thanks!. Please do not P.M., ICQ or email me for support help - you won't get any reply. If you have a question or issue, post it in the appropriate forum/topic.
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: [BETA] Advanced Similar Topics 1.0.4

Post by eman80 »

Porutchik wrote:
eman80 wrote:if we want to open the link in the same page or new page.
Well. I have made ADD-ON for this purpose. You can find at folder contrib.
Great works fine .. thank u very much

Regards :)
Eman
welcome to my forum:
http://www.elibrary4arab.com
Porutchik
I've Been Banned!
Posts: 275
Joined: Sat Dec 31, 2005 11:11 am
Location: Russia, Orenburg (Россия, Оренбург)
Name: Sergey O
Contact:

Re: [BETA] Advanced Similar Topics 1.0.4

Post by Porutchik »

Found a bug
Fix:

Code: Select all

#
# ------ [OPEN] ------------
#
includes/acp/acp_similar_topics.php

#
# ------ [FIND] ------------
#
		$user->add_lang($lang_path);

#
# ------ [REPLACE WITH] ------------
#
		$user->add_lang($lang_info_path);

If you have add-on for phpBB3 SEO mod Rewrite by dcz

Code: Select all

#
# ------ [OPEN] ------------
#
includes/similar_topics.php

#
# ------ [FIND] ------------
#
			if (empty($phpbb_seo->set_user_url($similar['username'], $similar['user_id']))) 
			{ 
				$phpbb_seo->set_user_url($similar['username'], $similar['user_id']); 
			} 
			if (empty($phpbb_seo->set_user_url($similar['topic_last_poster_name'], $similar['topic_last_poster_id']))) 
			{ 
				$phpbb_seo->set_user_url($similar['topic_last_poster_name'], $similar['topic_last_poster_id']); 
			} 

#
# ------ [REPLACE WITH] ------------
#
			$phpbb_seo->set_user_url($similar['username'], $similar['user_id']); 
			$phpbb_seo->set_user_url($similar['topic_last_poster_name'], $similar['topic_last_poster_id']); 
Mod is updated.
My forum | Advanced Similar Topics
Excuse me please for my awful English. Thanks!. Please do not P.M., ICQ or email me for support help - you won't get any reply. If you have a question or issue, post it in the appropriate forum/topic.
ttuu
Registered User
Posts: 224
Joined: Wed Feb 13, 2008 6:28 pm

Re: [BETA] Advanced Similar Topics 1.0.4

Post by ttuu »

Porutchik wrote:
u can set the link is open in new page?
Well. I updated this MOD.

Copy: root/includes/acp/info/acp_similar_topics.php To: includes/acp/info/acp_similar_topics.php
Copy: root/includes/similar_topics.php To: includes/similar_topics.php
Copy: root/styles/prosilver/template/similar_viewtopic.html To: styles/prosilver/template/similar_viewtopic.html
Copy: templates/root/styles/subsilver2/template/similar_viewtopic.html To: styles/subsilver2/template/similar_viewtopic.html

See first post for download link.
thanks.
its work perfect.
Akbaio
Registered User
Posts: 49
Joined: Fri Dec 05, 2008 1:33 am

Re: [RC] Advanced Similar Topics 1.0.4

Post by Akbaio »

What's the effect of "Minimum relevance" (in ACP)? I don't understand.
zamri
Registered User
Posts: 27
Joined: Thu Feb 24, 2005 12:04 pm

Re: [RC] Advanced Similar Topics 1.0.4

Post by zamri »

Any workaround for MySQL 4.0.x ?
Porutchik
I've Been Banned!
Posts: 275
Joined: Sat Dec 31, 2005 11:11 am
Location: Russia, Orenburg (Россия, Оренбург)
Name: Sergey O
Contact:

Re: [RC] Advanced Similar Topics 1.0.4

Post by Porutchik »

I tested on MySQL 4.1.25.
My forum | Advanced Similar Topics
Excuse me please for my awful English. Thanks!. Please do not P.M., ICQ or email me for support help - you won't get any reply. If you have a question or issue, post it in the appropriate forum/topic.
Locked

Return to “[3.0.x] Abandoned MODs”