Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Filter Threads By Thread Prefix - MyBB 1.6 Only
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #8
Filtering Thread By Thread Icon
Filtering Thread By Thread Icon:

Filtering threads by thread icon (works in both version - MyBB 1.4 and MyBB 1.6), should be similar with filtering thread by thread prefix. Change prefix to icon.

Then, we need to edit our forumdisplay_thread template:
Find:

Code:
{$icon}


Replace with:

HTML Code
<a href="{$forumurl_q}filterxt_icon={$thread['icon']}">{$icon}</a>


If we want to put the thread icon filter manually in forumdisplay_threadlist template, we can use URL like this:

HTML Code
<a href="{$forumurl_q}filterxt_icon=icon_id"><img src="{$icon_cache['icon_id']['path']}" alt="{$icon_cache['icon_id']['name']}" title="{$icon_cache['icon_id']['name']}" /></a>

Replace icon_id with Icon ID.

We can use an array for this too.

Additional Info:

This is an example URL for displaying all threads with prefix_id=1 and post_icon_id=2:

HTML Code
<a href="{$forumurl_q}filterxt_prefix=1&amp;filterxt_icon=2">Whatever</a>


(This post was last modified: 02-05-2011 12:38 PM by RateU.)
11-06-2010 03:11 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Filtering Thread By Thread Icon - RateU - 11-06-2010 03:11 AM

 Standard Tools
Forum Jump: