Version: 1.1, by Lynne
Developer Last Online: Oct 2022
Category: Forum Display Enhancements -
Version: 4.0.0
Rating:
Released: 12-22-2009
Last Update: 03-04-2013
Installs: 504
Uses Plugins
Re-useable Code Translations
No support by the author.
This is another modification which should be standard vbulletin. I wrote a template modification, but have now written one that is just a plugin. This template modification will make your thread prefixes clickable. If you click on the prefix, then the forumdisplay will only show threads with that prefix in that forum. Then, if you click on the prefix again, it will show all the threads.
Click to Filter Forum by this Prefixid:
Click to Show All Threads:
Version History:
1.0 2009-12-22: - initial release by Lynne at vbulletin.org
1.1 2010-01-05 - fixed issue of bad link showing up in search results - clickable prefixes will only show on forumdisplay as they are supposed to now.
To Install:
1. Import product-lynne_click_prefix.xml
To Uninstall:
1. Uninstall "Make Prefixes Clickable to Filter Forumdisplay"
Translations:
Thank you to Luca_ITA for the Italian phrase translations.
Thank you to yjeanrenaud for the German phrase translations.
Thank you to eTiKeT? for the Turkish phrase translations.
Installed, nominated, great mod. Should be standard in VB ... Thanks man
I think I will use some color coding for prefixes so You might get the idea that thery are clickable.
I have never know that clicking on number of replies it gives you a summary of who posted
Nice modification.
I have a question about the clickable prefixes. I want to change the colour of them as a global change. I've learned I can change each prefix colour in the prefix manager, but I have allot of prefixes I need to change so that they are not the same colour as the topic titles.
If there is a easy way to globally change the prefix colour that would be great as at the moment they are the same colour as the live link (topic colour).
Can I do this via the additional css or some other way?
Nice modification.
I have a question about the clickable prefixes. I want to change the colour of them as a global change. I've learned I can change each prefix colour in the prefix manager, but I have allot of prefixes I need to change so that they are not the same colour as the topic titles.
If there is a easy way to globally change the prefix colour that would be great as at the moment they are the same colour as the live link (topic colour).
Can I do this via the additional css or some other way?
thanks
Have you tried adding something like this to additional.css:
HTML Code:
.prefix a {color: red;}
If that doesn't work, then please link to the page on your site so I can see your CSS.