Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Display Reputation Comments You Have Given Details »»
Display Reputation Comments You Have Given
Version: 2.33, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 07-04-2005 Last Update: 05-14-2006 Installs: 126
 
No support by the author.

This modification is no longer available or supported.

This shows members who their last few reputation comments have been given to - in the same manner as their received comments. The list is collapsable. The users current repping power is also displayed, in the same manner as their points total. The number of comments to display is a setting in the reputation section of vb Options.


History:

v2.31 : Converted to Product.
v2.32 : Fixed display to turn off when reputation is disabled.
v2.33 : Minor changes, no update necessary.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 07-06-2005, 05:17 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any problem if I do it and release?
Reply With Quote
  #13  
Old 07-06-2005, 05:24 PM
Azhrialilu's Avatar
Azhrialilu Azhrialilu is offline
 
Join Date: Aug 2003
Location: Stretton, Derbyshire
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
Sorry but you both need to be more specific - what exactly is not showing ?

This appears in the usercp, above the reputation received display.

A cannot look at your forum(s) without a link, and test account, since obviously only members can see this.
I'm not really sure how much more specific I can get than it's not showing up anywhere ... nothing shows up, zilch, zero, nada not above the reputation received, below it, to the left or to the right *grin*

(I'm sorry, I'm being flippant I know.. it's not really directed at you.. but it's be humorous or kill the kids right now )

But come to think on it, neither is reputation received display showing up.. so that could be the problem..... let me have a look into that, then if I can't figure it out I'll make up a test account

Thanks for the quick responses so far tho, Paul.. it really is appreciated (I'm sure my flippantness didn't convey that earlier in this same post!)
Reply With Quote
  #14  
Old 07-06-2005, 06:05 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Azhrialilu
But come to think on it, neither is reputation received display showing up.. so that could be the problem..... let me have a look into that, then if I can't figure it out I'll make up a test account
The display of both is controlled by this IF in the USERCP template ;

Code:
<!-- ############## REPUTATION GIVEN - PAUL M ##############  -->
<if condition="$show['reputation']">
Are you absolutely certain that the account you are using has "Show My Reputation Level" ticked in the usercp > edit options ?

If so, try taking the above IF line out (you will also need to remove the "</if>" which is shown here ;

Code:
<!-- ############## END NEW REPUTATION ##############  -->
</if>
Reply With Quote
  #15  
Old 07-06-2005, 06:34 PM
Azhrialilu's Avatar
Azhrialilu Azhrialilu is offline
 
Join Date: Aug 2003
Location: Stretton, Derbyshire
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Removing that condition did indeed fix the problem.. now both reputation given and received is showing up!

Thanks loads, Paul.. you're a star

//Edit//
And you live approximately 10 miles away from me LOL. Just noticed that and had to point it out
Reply With Quote
  #16  
Old 07-06-2005, 07:00 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, having looked at this - it's a problem with using hooks rather than file edits.

The $show variable is set to 'true' as it should be, but after you drop out of the hook it's reset to 'false' again (if you have received comments it will get set to true again, otherwise it won't, and the display will fail).

I can get round it with a bit of extra code, but my test site is offline atm, I'll do it when my test forum is back up (later hopefully) and get you and Chris to test it.
Reply With Quote
  #17  
Old 07-06-2005, 09:24 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hellsatan
Same - Not showing -.-

Satan
Quote:
Originally Posted by Azhrialilu
Nope... I thought that and went in and reset all the rep for every usergroup so they can't switch it off.
Both of you please delete the existing plugin and try the 2.10 version. Azhrialilu - can you try it with the IF back in. Thanks.
Reply With Quote
  #18  
Old 07-06-2005, 09:29 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream
any problem if I do it and release?
Fine by me as long as it's either as a post in here - or linked to this as an add-on.
Reply With Quote
  #19  
Old 07-07-2005, 08:58 AM
Azhrialilu's Avatar
Azhrialilu Azhrialilu is offline
 
Join Date: Aug 2003
Location: Stretton, Derbyshire
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
Both of you please delete the existing plugin and try the 2.10 version. Azhrialilu - can you try it with the IF back in. Thanks.
Did you change the User Control Panel template edit at all? Only I decided to do the whole thing from scratch - reverted the template then redid the edits as per the new upload and it appears (I'm probably wrong as I'm not that fluent in PHP) that there's an </if> missing, so when I try to save the template it errors out.
Reply With Quote
  #20  
Old 07-07-2005, 02:34 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Azhrialilu
Did you change the User Control Panel template edit at all? Only I decided to do the whole thing from scratch - reverted the template then redid the edits as per the new upload and it appears (I'm probably wrong as I'm not that fluent in PHP) that there's an </if> missing, so when I try to save the template it errors out.
Nope, no change to the template, just a slight change to the plugin XML.
Reply With Quote
  #21  
Old 07-07-2005, 03:33 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now it works

Thanks Paul

Satan
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05229 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete