vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Extended Reputation Display (https://vborg.vbsupport.ru/showthread.php?t=122589)

yoyoyoyo 09-09-2007 11:00 PM

Quote:

Originally Posted by Paul M (Post 1335689)
The product needs to be enabled in the product manager, it currently installs disabled.

There is no real reason why that is, I guess it must have been disabled when I exported the xml from my test forum - I'll update the xml later.

thanks - that did it :D

Seiyaboy 09-20-2007 05:58 PM

Wonderful modification. I find it very useful to have more bars to display now.

For those that do not like those stars and just want the bars, delete or comment out the following code in the plugin. :)


Code:

                        $count = $linemax_cnt;
                        while ($count > 0 and $repval > $linemax_val)
                        {
                                $count -= 1;
                                $repval -= $linemax_val;
                                $posneg = $repx;
                                $linemax_exd += 1;
                                eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";');
                        }


Brynshe 09-25-2007 08:48 PM

Dumb question, I'm new at this installation stuff, and I can't find this:
Quote:

Copy the new gif images into your '/images/reputation' folder.
Where do I find these folders?

deezelpope 09-25-2007 08:57 PM

<i>In your FTP program, in your forum's root/index.</i>

Handbag 09-27-2007 10:10 AM

Quote:

Originally Posted by Paul M (Post 1335715)
Turn off template comments in your ACP, you shouldn't use that option on a live forum.

Sory for being thick, but where is this option?

Paul M 09-27-2007 10:20 AM

vBulletin Options > General Settings > Add Template Name in HTML Comments

gakousei 10-04-2007 08:28 PM

Thank you for this mod, that's what I was looking for:up:
I just want to modify it a little bit to fit my forum better. I tried by myself but I couldn't succeed.

I want that the stars appears after the pits not before. Like that :

https://vborg.vbsupport.ru/attachmen...1&d=1191533092

https://vborg.vbsupport.ru/attachmen...1&d=1191533092

What do i need to change ?

Paul M 10-04-2007 08:36 PM

You cannot do that without re-writing it slightly.

gakousei 10-04-2007 09:58 PM

If it's only slightly, do you mind to tell me what I have to change in the code ?

Paul M 10-04-2007 10:49 PM

Sorry, it's not that slight that I can just list it in a few lines.


All times are GMT. The time now is 11:07 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.01285 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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