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=231876)

Nomar86 08-25-2010 01:39 PM

very nice, will use it on my forum

Juggernaut 11-25-2010 02:19 AM

I'm liking this mod :D

sticky 01-18-2011 09:21 AM

Could this be edited to display the reputation level comments? Why this was disabled doesn't really make sense, we are missing out on a fun part of the rep system.

k_v 01-22-2011 04:28 PM

Quote:

Originally Posted by New Joe (Post 1975748)
After installing this I noticed when you place your mouse over the repo green dots it doesn't say the little sayings any more ", it just shows as "reputation"

template "postbit_reputation_erd"
old:
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:phrase reputation}" />
new
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level}" />
module in "reputation_image":
after
PHP Code:

$templater vB_Template::create('postbit_reputation_erd'); 

add
PHP Code:

$templater->register('post'$post); 


DirtRider 02-19-2011 02:11 PM

When I install this one my pips just disappear and I get reputation showing in there place

Paul M 02-19-2011 08:10 PM

Youare not uploading the images to the correct place.

Meeper 04-21-2011 07:02 PM

Hey,

I have been playing around with your great MOD trying to work out what has happened. There is appears to be a "ghost" <br> which causes my images to drop down:
https://vborg.vbsupport.ru/external/2011/04/17.png

When I view the page source I find:
Code:

<span class="postbit_reputation" id="repdisplay_2819922_443038"><br/><img class="repimg" src="images/bluefox/reputation/reputation_green.gif" alt="Reputation" />
Its not the images as suggested by Paul in a previous post. I have disabled all other MODs on the forum with no change. Any suggestions?

Paul M 04-21-2011 07:23 PM

Its not a ghost BR - its part of the mod code to add that.

Meeper 04-21-2011 08:08 PM

Anyway I can get it removed mate? Kind of looks out of place on my forum....

Paul M 04-21-2011 08:40 PM

Quote:

Originally Posted by Meeper (Post 2187152)
Anyway I can get it removed mate? Kind of looks out of place on my forum....

Not without editing the plugin code.

Meeper 04-21-2011 08:41 PM

And how would one go about doing this?

Paul M 04-21-2011 08:45 PM

Edit the product xml file, replacing this

PHP Code:

$post['reputationdisplay'] = ($vbulletin->options['legacypostbit'] ? '<br/>' '' ); 


with this

PHP Code:

$post['reputationdisplay'] = ' '


and then re-import it.

Meeper 04-21-2011 10:21 PM

Thanks a million Paul! That worked like a charm!

DeLorean_ITA 05-01-2011 09:54 PM

http://img714.imageshack.us/img714/6645/asasasash.jpg

No image in user panel! Solution? :(

DirtRider 05-18-2011 12:07 PM

Quote:

Originally Posted by sticky (Post 2150855)
Could this be edited to display the reputation level comments? Why this was disabled doesn't really make sense, we are missing out on a fun part of the rep system.


Yes I would like to see this as well, I installed it and then uninstalled it because my members did not like the fact that the little story lines had disappeared :confused:

Paul M 05-18-2011 12:44 PM

At some point they will get added back, but its low on my priority list.

fevredsuk 05-31-2011 12:51 PM

Quote:

Originally Posted by k_v (Post 2152982)
template "postbit_reputation_erd"
old:
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:phrase reputation}" />
new
HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level}" />
module in "reputation_image":
after
PHP Code:

$templater vB_Template::create('postbit_reputation_erd'); 

add
PHP Code:

$templater->register('post'$post); 


Thanks for this, but for this but there is a mistake

its actually .gif not png

HTML Code:

<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.gif" alt="{vb:raw post.username} {vb:raw post.level}" />

yin9 06-11-2011 11:03 AM

Thanks Paul M, great mod, 5 stars and marked as install.

duyhoadp 06-11-2011 03:03 PM

Not work for VB 4.1.3 :(

Paul M 06-11-2011 05:06 PM

Yes it does.

dmm2020 06-17-2011 10:41 PM

I am not sure if it's the template or not but this is not displaying at all on my website. What is the code that is supposed to be in the postbit?

tareqbd 06-18-2011 03:00 AM

Thanks bro. I installed it but it shows words "ReputationReputationReputation" like this only.

rootsxrocks 06-18-2011 03:40 AM

Quote:

Originally Posted by duyhoadp (Post 2206248)
Not work for VB 4.1.3 :(

Quote:

Originally Posted by Paul M (Post 2206313)
Yes it does.

Ditto It sure does And I love this Mod. combined with dbytes likes I have just reached my first star. it took a while to work out the values and I replaced all the images .

this is probaly the most trouble free mod I have.

Paul M 06-18-2011 03:22 PM

Quote:

Originally Posted by tareqbd (Post 2209273)
Thanks bro. I installed it but it shows words "ReputationReputationReputation" like this only.

You need to copy the images to the relevant folder in your custom style.

mmacrypt 06-18-2011 03:48 PM

DAMN, how did I miss this mod, I'm installing now.

Mikevet1984 07-17-2011 09:26 PM

Paul after installing the mod I see no graphics in post bit.

Is it sth done wrong by me or my custom skin or there are templetes or plugins to be changed for this mod to make it work correctly.

I use 4.1.4 version

Paul M 07-17-2011 10:02 PM

If you are using a custom style you will need to copy the images to the relevant reputation folder for that style.

Mikevet1984 07-17-2011 10:30 PM

Thank you!

I will just try it.

:)

mb2tour 07-18-2011 12:34 PM

Quote:

Originally Posted by Mikevet1984 (Post 2221645)
Thank you!

I will just try it.

:)

Hi, so for 4.1.4 works fine?

Thank you,
~~QS

Mikevet1984 07-18-2011 01:16 PM

yup, works perfect

Successfulsteps 07-18-2011 06:35 PM

I installed this and did upload the images to the correct folder, as the gold bars are showing but no stars?

This is in vbulletin 4.1.4.

My site is here: http://www.1stdegreefreebies.com/forums/forum.php

Successfulsteps 07-18-2011 08:08 PM

Where is this? I don't understand where I am supposedly to be looking. I looked in products and plugins and couldn't find it.

module in "reputation_image":
after
PHP Code:

$templater vB_Template::create('postbit_reputation_erd'); 

add
PHP Code:

$templater->register('post'$post); 

[/QUOTE]

Successfulsteps 07-18-2011 08:26 PM

Quote:

Originally Posted by Successfulsteps (Post 2222082)
I installed this and did upload the images to the correct folder, as the gold bars are showing but no stars?

This is in vbulletin 4.1.4.

My site is here: http://www.1stdegreefreebies.com/forums/forum.php

Ok, still missing the stars, but found this below:

Quote:

Originally Posted by Successfulsteps (Post 2222103)
Where is this? I don't understand where I am supposedly to be looking. I looked in products and plugins and couldn't find it.

module in "reputation_image":
after
PHP Code:

$templater vB_Template::create('postbit_reputation_erd'); 

add
PHP Code:

$templater->register('post'$post); 


[/QUOTE]

I just need help now on how to get stars to display, and yes they are in the rep images.

Successfulsteps 07-22-2011 12:41 AM

yesterday 2 members reached their first bronze star!

I love this mod! nominated!

sticky 07-22-2011 04:54 AM

Paul, is it possible to make the stars display under the pips?

Paul M 07-22-2011 10:49 AM

No, that is not an option.

Mikevet1984 07-24-2011 04:27 AM

Is it possible to make the reputation graphics to be shown in the center of the column cause I see them in the left.

What template should I change to make them be shown like that. It is more beatiful everything in postbit to be shown in the center.

Successfulsteps 07-24-2011 05:04 AM

Quote:

Originally Posted by Mikevet1984 (Post 2224192)
Is it possible to make the reputation graphics to be shown in the center of the column cause I see them in the left.

What template should I change to make them be shown like that. It is more beatiful everything in postbit to be shown in the center.

postbit legacy, center (sometimes depending on theme postbit)

Mikevet1984 07-24-2011 05:23 AM

Please a little more detalailed on how to do that!

bosanci28 08-02-2011 09:07 PM

i try for an hour to make it work in 4.1.5 ,with no luck.
any help will be appreciate!
thanks


All times are GMT. The time now is 01: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.03639 seconds
  • Memory Usage 1,835KB
  • 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
  • (5)bbcode_html_printable
  • (10)bbcode_php_printable
  • (11)bbcode_quote_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
  • (40)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