vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Filter Threads By Post Icon (https://vborg.vbsupport.ru/showthread.php?t=123339)

Wired1 01-07-2008 01:23 PM

Tried over the holidays, can't get it to work, dunno why.

SBlueman 01-28-2008 05:46 AM

Any chance this can work once again?

Caerydd 01-31-2008 12:34 PM

I might be interested in this ^^

Wired1 02-06-2008 03:23 AM

I'll try to take a look at it again this weekend.

sub_ubi 03-06-2008 04:50 PM

This mod combined with Post Icons Forum Permissions would be incredible - no more need for subforums. If only this mod worked with 3.6.8!

SBlueman 03-11-2008 05:06 AM

Quote:

Originally Posted by Wired1 (Post 1437182)
I'll try to take a look at it again this weekend.

Any luck on seeing if this can work again?

noonespecial 04-04-2008 10:09 PM

Quote:

Originally Posted by rokked (Post 1241954)
is there a way to display the post icons in a list on the forumdisplay?

PHP Code:

$icons $vbulletin->db->query_read_slave("
        SELECT iconid, iconpath, title, imagecategoryid
        FROM " 
TABLE_PREFIX "icon AS icon
        WHERE imagecategoryid NOT IN (0
$badcategories)
        ORDER BY title
    "
);

    if (!
$vbulletin->db->num_rows($icons))
    {
        return 
false;
    }

$show['posticons'] = false;

    while (
$icon $vbulletin->db->fetch_array($icons))
    {
    
$show['posticons'] = true;
    eval(
'$posticonbits .="' fetch_template('topicbits') . '";');        
    } 

That's how I did it with a plugin on forumdisplay_start

noonespecial 04-04-2008 10:11 PM

Quote:

Originally Posted by SBlueman (Post 1260174)
Question....is there a way to ignore sticky threads when you sort?

This would be extremely helpful, I have looked at forumdisplay.php - and can't quite figure out how to get it to ignore stickies when sorted.

Any help?

noonespecial 04-10-2008 11:31 PM

Quote:

Originally Posted by noonespecial (Post 1483182)
This would be extremely helpful, I have looked at forumdisplay.php - and can't quite figure out how to get it to ignore stickies when sorted.

Any help?

Add $datecut to $stickies

SBlueman 05-08-2008 12:04 AM

Any luck on getting this to work? Right now you click on the post icons and get nothing....


All times are GMT. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01066 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete