Similar Topics
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Re: Similar Topics
I think this has already been answered a few posts above!
viewtopic.php?f=8&t=451&p=1855#p1680
viewtopic.php?f=8&t=451&p=1855#p1680
Re: Similar Topics
I installed the support kit. Put ALTER TABLE `phpbb_topics` ADD FULLTEXT (`topic_title`); after i clicked on Run SQL query and I got an error msg.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Similar Topics
you mind telling us what that error read!?
Re: Similar Topics
where do we put this? if ($result = $db->sql_query_limit($sql, 5))
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Similar Topics
This is what im inserting
This is what im getting
This is what im getting
Last edited by heredia21 on 10 Apr 2010, 17:37, edited 1 time in total.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Similar Topics
Great mod and I have added it to my board but I have a problem...The mod lists topics that have been moved to the recycle bin forums and private forums. It also brings up topics from the welcome forums. I know there is something i can add to the query to only search for similar topics in certain areas but I have no idea how write such code. Does anyone here know?
Thanks!!
Thanks!!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Similar Topics
Not exactly exclude, but you can define which forums should be included. (code taken from the original phpbb.com topic)
Find:
add after:
This is off course not good if you have 100 forums
So you could remove the read rights from this bin forum.
Find:
Code: Select all
AND t.topic_time > (UNIX_TIMESTAMP() - 60*60*24*365)
Code: Select all
AND f.forum_id IN (X, X, X, X)
So you could remove the read rights from this bin forum.
Board rules! No PM support
Re: Similar Topics
Any fix for this?heredia21 » 09 Apr 2010, 22:05 wrote:This is what im inserting
This is what im getting
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Similar Topics
That works very well Stoker. Thanks!!!
Re: Similar Topics
This mod is very nice, I have installed this on my board.
But Search is not working after doing this MOD
What ever I search it showing 0 results showing the following msg
So can some one let me know the solution for this ? Please guys
But Search is not working after doing this MOD
What ever I search it showing 0 results showing the following msg
So can some one let me know the solution for this ? Please guys