Version: 1.00, by bad_madman
Developer Last Online: Oct 2023
Version: 2.2.x
Rating:
Released: 06-16-2002
Last Update: Never
Installs: 18
No support by the author.
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:
The following options are available:
- Display posts from previous xx days
- Sorted by Post date, User name, Subject, Attachement, Post length
- Show the post of all/definite users (with number posts)
- ascending/descending
- 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
» Also mark parts of words
Decide which options shall be shown (simple template change)!
Show message instead of a empty thread, if the sort result = 0 posts (v1.10)
Very simple installation:
- 2 Templates must be made
- 1 Template must be changed
- 2 Files (showthread.php, admin/functions.php) must be changed
Look at the screenshot for more informations...
Updates 1.20 (6-24-2002):
- 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...
Originally posted by bad_madman I am not sure. However, I think. I will test it. With which vB version do you work?
I have small things at this hack changed (replaced the 'gobutton' by the image tag in template showthread_adds etc.). This hack should now work with older vBulletin versions :classic:
Originally posted by bad_madman @Recluse: After the search the complete thread is always shown. Become the search result (the words) highlightedly (highlight function). Do you mean this?
Ahhh - I understand. Many thanks for Screenshots.
I believe the reason for the problem is the form tag (<form>...).
You probably use a form-tag in a form-tag (<form>.... <form>.....</form>....</form>).
The html source code or your URL would be helpfully.
You look the html source code on, whether it is so.
This probably sounds very complicated ?! :surprised:
You have already changed the Template before? Or is it still original? If it is still the original, then repeat the changes in the template "showthread" once again. You probably have inserted the line "$ threadview_adds" to a wrong place...
edit:
Hm. You have installed FireFly's beta hack 'Multiple Quotes...'? This is the reason.... I try to adapt my hack to the beta hack 'Multiple Quotes'.
Originally posted by bad_madman
Hm. You have installed FireFly's beta hack 'Multiple Quotes...'? This is the reason.... I try to adapt my hack to the beta hack 'Multiple Quotes'.
It would work, if you install the 'Multiple Quotes' update from B-b00gie -> Link or
you must put the button "Quote Selected" into the same line as "new thread" and "post reply".
In addition, you should change the template 'showthread' easily again. However, this is insignificant.
The form (<form> ... </form>) would stand within a table (<table> .... </table>) in front of <tr> (for example: <table><form><tr> ... </tr></form></table>), though.
It is usual to surround the complete table by the form (<form><table> ... </table></form>). However, this is unproblematic.
I change my hack for FireFly's hack 'Multiple Quotes', if there is still interest.