vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   First Post on every pages (https://vborg.vbsupport.ru/showthread.php?t=71224)

TrangNgoc 12-12-2004 10:47 PM

Thanks, installed :-)

Blindchild02 12-18-2004 02:20 PM

how could i achieve this:

i want like... the first post to be the Vertical Vb3 one, and the rest of the posts to be vb2 (legacy)

Blindchild02 12-18-2004 02:21 PM

also, the 1st post isnt showing up on everypage... :\

Blindchild02 12-19-2004 01:28 PM

*bump* any help??

phprus 12-19-2004 01:56 PM

Prompt how to add please a conclusion attachments in the firstpost?

phprus 12-20-2004 02:53 PM

Well unless nobody knows as it to make?

Blindchild02 12-20-2004 04:31 PM

im still tryin to get help on my problem.
the support seems very poor on this hack

Sulaiti 12-20-2004 10:07 PM

run

UPDATE thread SET showfirstpost = 1

Blindchild02 12-21-2004 12:37 AM

still isnt workin.
and i know i followed the hack correctly :\

EDIT: wait. on the first page its the old vb2 posbit (which is default) and on the 2nd page it shows up how i want it, the new vb3 one....

how do i make it so that the vb3 postbit is on every page?

Sulaiti 12-21-2004 08:00 AM

fix :nervous:

in showthread.php
find:

PHP Code:

if ($post['isdeleted']) 
        { 
            
$template 'postbit_deleted'
        } 

underneath that add:

PHP Code:

else if($post['postid']==$threadinfo['firstpostid']) 
        { 
            
$template ='postbit_firstpost'
        } 



All times are GMT. The time now is 08:00 AM.

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.01947 seconds
  • Memory Usage 1,730KB
  • 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
  • (2)bbcode_php_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