vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Showing Post Count under username (https://vborg.vbsupport.ru/showthread.php?t=131733)

F34R 11-16-2006 06:43 PM

Showing Post Count under username
 
Maybe I've overlooked the option/setting, but I can't seem to find anything that will enable the display of a users postcount under their name. Can anyone help me out with this ?

peterska2 11-17-2006 09:36 PM

vBOptions > Style & Language Settings > Use Legacy (Vertical) Postbit

Set this to YES and save it and it will display as here.

F34R 11-17-2006 09:51 PM

I checked that setting, and it was already set to "YES". Does the fact that we're using 3.5.5 matter ?

peterska2 11-17-2006 09:53 PM

No, it's the same setting. It could be linked to your style itself though. I know I sometimes code the vertical postbit for both versions if the horizontal one wouldn't look right so it is posisble that the person who coded your style did the same thing but the other way around.

Ntfu2 11-17-2006 10:26 PM

Are you trying to get the information to the left like here?


Or actually having the post count under the username?

postbit_legacy template find:
Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
And add this abode:
Code:

<div>
                                        $vbphrase[posts]: $post[posts]
                                </div>


F34R 11-20-2006 08:44 AM

This may sound really noobish of me, which it is I admit lol.... where would I find the postbit_legacy template file ?

peterska2 11-20-2006 10:32 PM

Admin CP > Styles & Templates > Style Manager > >><< > Postbit Templates > Double Click > postbit_legacy

F34R 11-21-2006 11:29 AM

I added it like this:

Code:

<!-- vbPlaza start -->
<div>$vbphrase[posts]: $post[posts]</div>
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->

I either did it wrong, or something lol, cause it's not showing the user post count. Here is a screen of what ours looks like:

http://img151.imageshack.us/img151/8...postbitsd7.jpg

peterska2 11-21-2006 11:09 PM

Can you please enable template comments and provide a link to a publically accessible thread on your site.

Many thanks.

F34R 11-23-2006 04:32 AM

please forgive my noobness... how do i enable template comments ? I'm really new to all "stuff under the hood" with vbulletin. I appreciate all the help you've patiently given thus far.

Here is a link though lol:

http://www.talkvideogames.com/showthread.php?t=3812


All times are GMT. The time now is 09:39 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.02085 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete