vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - First post on all pages (https://vborg.vbsupport.ru/showthread.php?t=239282)

Muhammad Rahman 07-27-2013 03:36 AM

work fine on my forum :) vB 4.2.1

datoneer 07-27-2013 09:05 PM

It works in 4.2.1

pishtazweb 10-11-2013 08:49 AM

i wanna use this hack just on one forum and not whole forum of my vbulletin.how can do that?

Gradonil_Ral 10-12-2013 02:53 PM

Quote:

Originally Posted by pishtazweb (Post 2452169)
i wanna use this hack just on one forum and not whole forum of my vbulletin.how can do that?

ACP > Settings > Options > First Post On All Pages

You need to exclude all forums you don't want this on (write their forumids separated by commas).

dougdirac 10-18-2013 04:07 PM

Anyone tried this with Panjo?

Konkere 12-10-2013 03:10 PM

Quote:

Originally Posted by wonderfulwat (Post 2411109)
Attached images don't show up for guests. It just shows a link.

How can you fix this?

I have edited the module RV060 - Firstpost on all page 1
New module code:
PHP Code:

if($vbulletin->options['fpoap_active']){
    if(!
in_array($foruminfo['forumid'], explode(','$vbulletin->options['fpoap_excluded_forums']))){
        
$ids[] = $threadinfo[firstpostid];
        
$getfirstpost $db->query_first("SELECT post.attach FROM " TABLE_PREFIX "post AS post WHERE post.postid = $threadinfo[firstpostid] LIMIT 1");
        if (
$getfirstpost['attach'])
            {
                
$attachids[] = $threadinfo[firstpostid];
            }
    }


VB 4.2.2 all ok.

AkibaWorld 05-28-2014 11:11 AM

Works on vb4.2.2? :S

dany_danay 05-28-2014 10:31 PM

I want only for certain usergroups, its posible?

zylstra 09-05-2014 06:17 AM

Is this designed to work with hybrid display mode?

blackberry 09-22-2014 07:37 PM

Quote:

Originally Posted by AkibaWorld (Post 2499760)
Works on vb4.2.2? :S

Yes
Quote:

Originally Posted by dany_danay (Post 2499851)
I want only for certain usergroups, its posible?

No
Quote:

Originally Posted by zylstra (Post 2513851)
Is this designed to work with hybrid display mode?

No


All times are GMT. The time now is 07:02 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.01351 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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