Customizing SMF > Modifications and Packages
Related Topics
Tippmaster:
--- Quote from: OIDanTheManIO on September 14, 2005, 06:56:29 PM ---
--- Quote from: Tippmaster on September 14, 2005, 06:39:21 PM ---I dont recall of this feature with vB. Maybe a mod?
--- End quote ---
At last check, it's a feature. It may be disabled on some forums, but it's a implemented.
--- End quote ---
yep, found it. It was disabled on my board. But it says "This can have an effect on performance.". Hopefully this mod for smf wont do so, exept for the better
dtm.exe:
--- Quote from: Tippmaster on September 14, 2005, 07:36:25 PM ---yep, found it. It was disabled on my board. But it says "This can have an effect on performance.". Hopefully this mod for smf wont do so, exept for the better
--- End quote ---
Being it sifts through the database searching for related topics, it will.
buf:
--- Quote --- Can't find FULLTEXT index matching the column list
Ficheiro: /home/cmspt/public_html/smf/Sources/Display.php
Linha: 184
--- End quote ---
After this, in portuguese (because my board is in portuguese), it tells me that I'm using smf 1.0.5 buf the database is in version 1.0.2... Not possible, because I found out about SMF a few months ago, I never used anything else besides 1.0.5.
I've applied only the changes manually on SMF 1.0.5 and Aqua Soft ported theme, double checked (never did understand that "search after" thingy, so I tried after and before :P), the changes on Display.Template.php give no errors, only the ones on Display.php.
On line 184 I have this (part of the mod):
--- Code: --- $related = db_query("SELECT *, MATCH (ms.subject,ms.body) AGAINST ('{$mssub}') As Score FROM {$db_prefix}messages As ms WHERE MATCH (ms.subject,ms.body) AGAINST ('{$mssub}') ORDER BY Score DESC LIMIT 0,10",__FILE__,__LINE__); //
--- End code ---
This is a great mod, even if it slows the forum a bit.
PS: I should say I'm using the Global Announcement mod, don't know if that has any influence...
Ivan Minic:
I posted the idea for this.
And Niko made it really neat 8)
Tony Reid:
Great mod - Im looking forward to adding it :)
It would be nice to be able to limit it to specific boards as well.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version