Make Prefixes Clickable to Filter forumdisplay by Prefix
This thread is in the Modification Graveyard.
I decided to make this as a plugin. That modification is located here - Make Prefixes Clickable to Filter Forumdisplay
This is another modification which should be standard vbulletin. 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. Version History: 1.0 2009-11-23: - initial release by Lynne at vbulletin.org What to Do This is a template modification. Open the threadbit template and Find: HTML Code:
{vb:raw thread.prefix_rich} Change to: HTML Code:
<a href="{vb:link forum, {vb:raw thread}, {vb:raw foruminfo}}&prefixid={vb:raw thread.prefixid}" rel="nofollow">{vb:raw thread.prefix_rich}</a> Find: HTML Code:
<a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a> Add beneath: HTML Code:
<vb:if condition="$_GET['prefixid']"> / <a href="{vb:link forum, {vb:raw foruminfo}}" rel="nofollow">Show All Threads</a> </vb:if> 1. Make the above changes to the threadbit template and optionally the FORUMDISPLAY template. To uninstall: 1. Undo the above changes to the threadbit template and optionally the FORUMDISPLAY template. Screenshots Clickable Prefixes After Prefix is clicked, now you have the Show All Threads option: Download This modification cannot be downloaded. Screenshots
|
Similar Mods
[Add-on] Thread Prefixes: Quick Prefix Filter | vBulletin 3.6 Template Modifications |
Forum Display Enhancements Clickable, Sortable Prefixes | vBulletin 3.7 Template Modifications |
Forum Display Enhancements Nexia's Threadbit Prefix Clickable | Modification Graveyard |
Administrative and Maintenance Tools Admin CP Thread Prefixes Add-On move & del by prefix | vBulletin 3.6 Add-ons |