Maxxius Posted September 24, 2010 Share Posted September 24, 2010 Very nice and useful mod! Will surely use it!! Thanks Adriano Faria once again for yet another nice mod! Link to comment
JahLion Posted September 24, 2010 Share Posted September 24, 2010 very nice hook ..bless :thumbsup: Link to comment
demoneyezer Posted September 25, 2010 Share Posted September 25, 2010 Sounds nice ... :thumbsup: Link to comment
Joe D Posted September 25, 2010 Share Posted September 25, 2010 Hi Adriano, I installed this today and the install went well, however I went to try it out and tried posting the same exact topic title as one in a forum and it did not pick it up? It does pick up a bunch of other topics but not the exact topic I posted a few hours ago. I changed all the settings in the "search settings" in the hook but still it wont pick up a recent topic. Is there something I am overlooking? Link to comment
Joe D Posted September 25, 2010 Share Posted September 25, 2010 I think I got it, I reversed the date order and refreshed the forum. This is now working great! Link to comment
valendono Posted September 30, 2010 Share Posted September 30, 2010 I got problem with PM, just white blank. Link to comment
blair Posted October 6, 2010 Share Posted October 6, 2010 Does this support Sphinx search to generate the similar topics? Link to comment
blair Posted October 9, 2010 Share Posted October 9, 2010 But it must use "full text" search. No? Full text search on any site with over 1M posts is a huge resource hog. Not to mention sites that are using InnoDB for their posts and topics tables (no full text search available). Link to comment
Joy Rex Posted October 12, 2010 Share Posted October 12, 2010 Also: it appears that hitting Preview causes an error where you're redirected to the forum index. Link to comment
Reitaksvk Posted November 7, 2010 Share Posted November 7, 2010 great mod, but please must fix this if you create topic with only word for example "battle of" it show you topics where is this word uses, like battlefield, battleground. But it must show only topic where is only word "battle" not "battlexxxx". If you will not fix this, this mod is unuseful, becase it show you every topic not only topic with that word. thanks Link to comment
AngelFire Posted November 7, 2010 Share Posted November 7, 2010 thanks i fine this mod very useful, just because it shows up battle and battlexxxx, i wouldnt call it useless, does ipb search do the same thing reitaksvk? Link to comment
pacotmx Posted November 13, 2010 Share Posted November 13, 2010 works great on 3.1.3 thanks Adriano Link to comment
TSP Posted November 14, 2010 Share Posted November 14, 2010 Could you add option to enable it for all current and future user groups and all current and future forums? On large forums with categories removed and added regularly it's easy to forget to update these sort of hooks. Or maybe it would be better that the options chose which forums and user groups to exclude it from? What are your thoughts on this? But it must use "full text" search. No? Full text search on any site with over 1M posts is a huge resource hog.Not to mention sites that are using InnoDB for their posts and topics tables (no full text search available). Probably. I dont' use Sphinx on my live board.We use Sphinx and InnoDB and have more than 1.2 million topics (16 million posts+) how do you think this would affect the resource use there? Could there be added some search limit options in the hook settings to make it use less resources? For example; "Limit the search to X days back in time" (using the "last post/activity date"-field). I'm not in the tech staff and have limited insight in whether these kinds of limitations would lower the resource use or not. Link to comment
TSP Posted November 14, 2010 Share Posted November 14, 2010 No 'cause #SHOW_GROUPS# and #SHOW_FORUMS# doesn't allow this kind of thing.Oh, I thought I've seen some pages in ACP where you can choose a checkbox with it, but this can't be accessed by hooks? I might be incorrect though. ;) I have others hooks and when I added a setting to EXCLUDE forums, user ALWAYS though that has to be selected, 'cause that's the way IPS and everyone else do, so they are familiarized with it. Example ? http://community.invisionpower.com/files/file/3318-sos31-recent-topics-v200/ The setting says clearly to choose forums to be EXCLUDE! Now, if someone choose all, hook won't work, of course... and thousand of posts or support topic are opened.,Oh.. Too bad. :/ Never used Sphinx... can't tell you how it's gonna be or can't adapt it for you.I understand. But is the suggested option for limiting the search something you think you could add? Link to comment
blair Posted November 17, 2010 Share Posted November 17, 2010 I decided to test this during an off-peak time, and I'm happy to report that it does appear to use Sphinx search. As long as you have Sphinx setup, and enabled as the default search. There were no performance issue, and results were very fast. :thumbsup: Link to comment
elendell Posted November 23, 2010 Share Posted November 23, 2010 Thanks Adriano ! :) I only changed this : $gKeywords[] = "LOWER(t.title) LIKE '%{$tmp_key}%'"; with this : $gKeywords[] = "LOWER(t.title) LIKE '{$tmp_key} %'"; $gKeywords[] = "LOWER(t.title) LIKE '% {$tmp_key}'"; $gKeywords[] = "LOWER(t.title) LIKE '% {$tmp_key} %'"; $gKeywords[] = "LOWER(t.title) LIKE '{$tmp_key}'"; I prefer, but everyone is different and it is not necessary because the hook works perfectly. :D Link to comment
Ozpicious Posted November 30, 2010 Share Posted November 30, 2010 Also: it appears that hitting Preview causes an error where you're redirected to the forum index. Top little hook and idea only issue I'm having with it is the same as the above. Could you fix it please cause it is a great mod :grin: but with the preview post kicking people back to the index it does annoy those who have just written a large post and lost the lot on trying to preview it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.