Customizing SMF > Modifications and Packages
Search Enhancement Mod
tsis_k:
just a friendly bump...someone please help.
Spuds:
It will not look exactly like those screens since that is what SMF 1.1 looks like, but all of those features are available in the 2.0x version. So I'm not sure what you are looking for?
tsis_k:
No, the search works fine. What I really want is my search result to be display like this.
Do you see how subject, Replies, Relevance, Started by, Date Posted are all in separate column? That's how I want my result to be display.
MrNicotine:
I would also like to have the summary dropped down as default, and I found the following:
--- Quote from: spiros on January 27, 2010, 07:04:26 PM ---
Thanks for the reply; how exactly do you change the code for that? Sorry for my ignorance...
I try turning to true but it did not work...
--- Code: ---function ResultSummary($links_str, $expand = TRUE)
--- End code ---
Got it, changed this
--- Code: --- $expand_trigger = '';
if (empty($expand))
$expand_trigger = ' style="display:none;"';
--- End code ---
To this
--- Code: --- $expand_trigger = '';
if (empty($expand))
$expand_trigger = ' style="display:block;"';
--- End code ---
--- End quote ---
But I cannot find this line to change (SMF2.02). Could anyone tell me which file to look in?
Second question, the colors for the text is default blue, but on my dark theme, this isn't that pretty.
I would like to change the text color. So, again, in which file should I search for this?
Edit: found the color settings in "DCSearch.template.php" ;)
I've been going over the parser twice trying to find both these issues, but no luck.
Help would be appreciated.
Also, I cannot find these options:
--- Quote ---IMPORTANT CONFIGURATION INFO
Works best with Search Settings (in admin panel):
1. Use FullText index (Search index -> FullText index)
2. Leave "Force the use of a search index" UNchecked
3. Leave "match whole words only" UNchecked
4. Maximum results to show: 0 (0: no limit)
--- End quote ---
Am I right that these options are no longer available and are probably the standard settings?
I have read the support/comments in this topic, but if I'm repeating a question, I apologize.
I must have missed something while reading.
Great mod by the way, works great ;)
Thanks!
FragaCampos:
Hello.
Since I believe this is essential for the correct functioning of the mod, is there an answer to this question?
I would really like to upgrade my forum to 2.0.2... :P
--- Quote from: MrNicotine on July 12, 2012, 03:46:57 AM ---Also, I cannot find these options:
--- Quote ---IMPORTANT CONFIGURATION INFO
Works best with Search Settings (in admin panel):
1. Use FullText index (Search index -> FullText index)
2. Leave "Force the use of a search index" UNchecked
3. Leave "match whole words only" UNchecked
4. Maximum results to show: 0 (0: no limit)
--- End quote ---
Am I right that these options are no longer available and are probably the standard settings?
--- End quote ---
Also, after years using this mod, I believe I found a bug.
When accessing the search results, if a guest clicks on the link pointed in this image
he/she can see the entire page, although he/she doesn´t have permissions to see it...
Thanks.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version