The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add Search/Sort/Order in thread view Details »» | |||||||||||||||||||||||||
Add sort, order, search, posts from user options at the end of the thread.
Latest version: 1.20 (6-27-2002) - Bug fixed: at every search views counter is increased (link) Features:
- Show only posts in which the search string was found - Own replacement for highlighted words possible - String search in words - Also mark parts of words - Update instructions in download archive Updates 1.10 (6-19-2002): - Show message instead of a empty thread, if the sort result = 0 posts - Now compatible with: FireFly's beta hack 'Multiple Quotes' - Bug fixed: if you use the links 'Previous Thread' ... 'Next Thread' in thread... Screenshots: - Thread view Installation: - Read !readme.txt in ZIP-ARCHIV! Download: Show Your Support
|
Comments |
#72
|
|||
|
|||
I get a few erros as soon I uploaded my modified showthread.php file, can anybody help me?
Database error in vBulletin 2.2.6: Invalid SQL: SELECT post.postid FROM post WHERE post.threadid='3351' AND post.visible=1 ORDER BY LIMIT 0,15 mysql error: You have an error in your SQL syntax near 'LIMIT 0,15 ' at line 3 mysql error number: 1064 Date: Saturday 22nd of June 2002 06:11:46 AM Script: http://www.avalancheonline.net/forum...&threadid=3351 Referer: http://www.avalancheonline.org/forum...p?s=&forumid=3 |
#73
|
||||
|
||||
Quote:
Code:
$getpostids=$DB_site->query(" SELECT post.postid FROM post WHERE post.threadid='$threadid' AND post.visible=1$threadadds ORDER BY $osofin $postorder LIMIT ".($limitlower-1).",$perpage "); |
#74
|
||||
|
||||
Quote:
1st replacement: - Click there on Replacements -> Add. - Code to find: <myhighlight - Code to insert: <b><i><font color="red" 2nd replacement: - Click there on Replacements -> Add. - Code to find: </myhighlight> - Code to insert: </font></i></b> |
#75
|
|||
|
|||
Ok, I found it, my showthread file was a little messed up and the quick reply box interfered somehow, I readded all the hacks in it and it seems to be working fine now.
Great hack madman and thanks! Cheers. |
#76
|
|||
|
|||
OK your thing worked great for the different templates. Thank you so much. You are the best.
|
#77
|
||||
|
||||
New version out: 1.20
Updates - Search in Thread » Show only posts in which the search string was found (v1.20) » Own replacement for highlighted words possible (v1.20) » String search in words Screenshots: Screenshots in the first post. Download: The latest version is in the first post of this thread. |
#78
|
||||
|
||||
Is there any update instruction if we have it installed already? You know how bad my template had to be redone.
Quote:
|
#79
|
||||
|
||||
Ok, I changed the download file again. The update instruction are contained in the download archive now ... run sqltodos.php and then select "Click here for an update installation from v1.10"...
Quote:
|
#80
|
||||
|
||||
Somebody had complained that at every search the views counter one is increased :surprised: :nervous: This can be changed (is recommendable) :classic:
Search in showthread.php for: Code:
if ($noshutdownfunc) { $DB_site->query("UPDATE thread SET views=views+1 WHERE threadid='$threadid'"); } else { $shutdownqueries[]="UPDATE LOW_PRIORITY thread SET views=views+1 WHERE threadid='$threadid'"; } Code:
if ($ownsearch!=1) { if ($noshutdownfunc) { $DB_site->query("UPDATE thread SET views=views+1 WHERE threadid='$threadid'"); } else { $shutdownqueries[]="UPDATE LOW_PRIORITY thread SET views=views+1 WHERE threadid='$threadid'"; } } edit: wrong code |
#81
|
||||
|
||||
Hi, nice hack!!
i installed the hack that shows the number of posts and direct link in that thread! If you search the thread and the result is shown the numbers change and start again with 1. Is it possible to keep the original numbers? So if a post is the third post in this thread (post #3), this number will also be shown in the search result? Otherwise it is a little bit confusing. Also how can i get back to the thread after searching? Because after the search there is no button where i can reset the search? Hope you understand what i mean, is a little bit difficult for me to explain in english Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|