vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - Reputation Displayed As Numbers (https://vborg.vbsupport.ru/showthread.php?t=140415)

X1C3W5 03-26-2007 09:37 AM

Can you give me a link to the skin on your community?

Fulla 03-26-2007 10:13 AM

<a href="http://www.clancbs.com/board" target="_blank">www.clancbs.com/board</a>
Just vbulletin default style.

X1C3W5 03-26-2007 10:17 AM

You should be able to find the "$post[reputationdisplay]".

Make sure you don't include spaces in there like "$post[reputationdisplay] ".

airborneCAL 03-30-2007 04:47 PM

The numbers still show up for users that have the reputation disabled. How can you fix that?

X1C3W5 03-30-2007 08:36 PM

Quote:

Originally Posted by airborneCAL (Post 1216283)
The numbers still show up for users that have the reputation disabled. How can you fix that?


Thank you for reporting this.

I will have it fixed and an update sent out within an hour.

X1C3W5 03-30-2007 09:29 PM

Quote:

Originally Posted by ShayOUU (Post 1195170)
Once your reputation reaches the point at which more than one green pip would be displayed, you'll have mutiple instances of "Repuation Number"


I can't seem to reproduce this. With more gems, it still displays just once.

Quote:

Originally Posted by Tarvim (Post 1196859)
After giving a reputation in a post, the number disappear.
I need to do a refresh
Is it normal?


This is very strange, I will look further into it and have an update released when I get this fixed.

Thanks for reporting.

I'm guessing it auto updates this on the fly, with AJAX or something, while this code is only in the postbit template.

DiSpy 03-31-2007 03:19 PM

Quote:

Originally Posted by X1C3W5 (Post 1216461)
Thank you for reporting this.

I will have it fixed and an update sent out within an hour.

Can you tell me what exactly you changed?

I modified the code a bit to show different images, and am not sure what I did the first time I installed your mod, and what I added when I changed the images (using a different mod).

THANKS!

X1C3W5 03-31-2007 04:34 PM

From 1.2 to 1.21

Change:

PHP Code:

$vbphrase[reputation]: $post[reputation]<br />$post[reputationdisplay


Into:

PHP Code:

<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay


X1C3W5 05-17-2007 09:05 AM

Tested and confirmed working with version 3.6.7, updated version number on thread.

Ba$im 08-19-2007 04:58 PM

thanks fred it’s work gr8 with 3.6.8


All times are GMT. The time now is 07:39 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.01763 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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