vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Display Reputation Comments on Members Profile Page (https://vborg.vbsupport.ru/showthread.php?t=232497)

Paul M 11-05-2010 12:28 PM

Does it work ok ?

RTWAP 11-05-2010 08:17 PM

Works perfectly here on VB 4.0.7.

stwan 11-13-2010 12:02 PM

Still not valid xhtml 1.0 code in v4.0.7:

HTML Code:

<h4 class="inflisthead">
  <div class="inflistinfo">Thread</div>
  <div class="inflistinfo">Data</div>
</h4>


Paul M 11-13-2010 02:11 PM

Weird validation errors are not a primary concern, esp since I have no idea what it means nor can see anything wrong with it.
If you have a specific fix for them - then by all means feel fee to share it, otherwise it seems to work fine and will remain as is.

Regardless of the above, there are a couple of other minor style issues which will be looked at in v4.0.8.

stwan 11-14-2010 06:08 AM

Valid xhtml 1.0 code in templates: memberinfo_block_reputation:
HTML Code:

        <div class="inflistinfo">{vb:phrase thread}</div>
        <div class="inflistinfo">{vb:phrase date}</div>
<h4 class="inflisthead"></h4>

And please fix not valid code in temlate memberinfo_block_infractions:

HTML Code:

<div class="infractions_block">
        <h4 class="inflisthead">
                <div class="inflistinfo">{vb:rawphrase reason}</div>
                <div class="inflistdate">{vb:rawphrase date}</div>
                <div class="inflistexpires">{vb:rawphrase expires}</div>
                <div class="inflistpoints">{vb:rawphrase points}</div>
                <vb:if condition="$show['reverse']"><div class="inflistview">{vb:rawphrase view}</div></vb:if>
        </h4>
        <ul id="infractionslist">
        {vb:raw block_data.infractionbits}
        </ul>
</div>

replace:

HTML Code:

<div class="infractions_block">
                <div class="inflistinfo">{vb:rawphrase reason}</div>
                <div class="inflistdate">{vb:rawphrase date}</div>
                <div class="inflistexpires">{vb:rawphrase expires}</div>
                <div class="inflistpoints">{vb:rawphrase points}</div>
                <vb:if condition="$show['reverse']"><div class="inflistview">{vb:rawphrase view}</div></vb:if>
        <h4 class="inflisthead"></h4>
        <ul id="infractionslist">
        {vb:raw block_data.infractionbits}
        </ul>
</div>


Paul M 11-14-2010 10:42 AM

First of all I cannot touch the infractions code, thats a standard vb template, unrelated to this mod.

Also, this makes no sense to me at all ;

Code:

<h4 class="inflisthead"></h4>

Edit 1: In fact, those changes break the display, the headers no longer stand out. So it wont be fixed like that.

Edit 2: Changed as part of v4.0.8.

gagan007 11-15-2010 06:48 AM

thanks a ton Paul...totally working
MAI :)

stwan 11-15-2010 07:34 AM

Paul M, thanks for update.

PiroX 11-20-2010 01:05 AM

Quote:

<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&repid={vb:raw reputation.reputationid}&amp;p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
should be
Quote:

<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&amp;repid={vb:raw reputation.reputationid}&amp;p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
if i diretcly call "forum/member.php?u=1&tab=reputation#reputation" i dont see any reputation and the style itself, the part is just blank
if i have a look into html source, then it is there. It seems that it just don't get activated

known problem?

/edit
found out that the problem is, that the class is not changing

if you directly call the reputation tab it should change from
Quote:

<div class="view_section" id="view-reputation">
to
Quote:

<div class="selected_view_section" id="view-reputation">

Paul M 11-20-2010 11:43 AM

Re the & v &amp; - yes it probably should, tho either is ok.

As to the other 'issue' - yep I've been meaning to fix that for a while. Guess its time I did.

PiroX 11-23-2010 12:18 PM

Quote:

if i diretcly call "forum/member.php?u=1&tab=reputation#reputation" i dont see any reputation and the style itself, the part is just blank
if i have a look into html source, then it is there. It seems that it just don't get activated
problem still exists after update from 4.0.8 to 4.0.9
is it not fixed, or did i something wrong

Paul M 11-23-2010 06:00 PM

Remove the #reputation part.

Alucard^ 11-24-2010 07:14 AM

Quote:

Originally Posted by Paul M (Post 2116453)
The only guess I can make on that is you have a custom header_include template, missing the default template hooks.

Oh, and a possible solution to this?

Thanks.

Paul M 11-24-2010 12:53 PM

Revert the header or add the hooks that exist in the default header.

POL_ED 12-05-2010 10:30 AM

Paul M, thanks
Works perfectly on VB 4.1.0 PL2

erosolmi 12-11-2010 07:14 PM

What is needed to to to update this mod if already installed an older version?
Remove and install again?

Thanks in advance

Paul M 12-11-2010 08:41 PM

Just install the new version, it should remove an older version itself.

Taurus1 12-13-2010 01:02 PM

I don't get it. On some profile pages if I click on the Reputation tab everything shows great. On other profiles it is just empty. Nothing...blank.

Can you perhaps help please.

Paul M 12-13-2010 03:19 PM

I dont really see how I could help without access to your forum and acp.

CvP 12-14-2010 09:30 PM

Hi Paul.
Do you think you can modify the tab so that it works properly with profile customization?

Mattske 12-19-2010 11:17 PM

Hey Paul, great job with this...one question...how do I fix this message that we seem to get when we delete reputation comments in a users profile.....the delete works fine, it is just the message that I want to change...

http://img228.imageshack.us/img228/5...01219at611.png

I couldn't find a phrase for "reputationdelete"... am I overlooking something?

Cheers..

Paul M 12-20-2010 11:54 AM

Quote:

Originally Posted by Mattske (Post 2136598)
I couldn't find a phrase for "reputationdelete"... am I overlooking something?

No you havent - it looks like the phrase is missing from the install code. I'll fix it over the xmas holidays.

Paul M 12-20-2010 11:58 AM

Quote:

Originally Posted by CvP (Post 2133987)
Hi Paul.
Do you think you can modify the tab so that it works properly with profile customization?

Not unless you explain in what way it doesnt work.

Mattske 12-20-2010 12:33 PM

Quote:

Originally Posted by Paul M (Post 2136800)
No you havent - it looks like the phrase is missing from the install code. I'll fix it over the xmas holidays.

Thanks so much.

Mattske 12-22-2010 07:38 AM

The missing phrase problem I had seems to be fixed now.

Thanks though for looking into it Paul. Appreciated.

Paul M 12-22-2010 10:00 AM

Quote:

Originally Posted by Mattske (Post 2137542)
The missing phrase problem I had seems to be fixed now.

Thanks though for looking into it Paul. Appreciated.

The phrase exists in my other reputation display mod, if you installed that then it will fix it as a by product. :)

Mattske 12-22-2010 10:59 AM

Sweet. Love your mods. :)
Thanks!

arrow816 12-31-2010 10:34 PM

Hello,
I am using 4.1.0 PL2..

I have installed this and it does not seem to be actually setting avatars to every one. We have one installed avatar in our system and the cron folder has been uploaded to the correct directory

Paul M 01-01-2011 02:59 PM

Setting avatars ?

There are nothing related to avatars in this mod.

pitt34 01-09-2011 08:57 PM

It doesn't work in some user's profiles

traen 02-06-2011 01:26 AM

Works on 4.1.1, thanks!

hasidoo 02-12-2011 04:01 AM

I need to hide reputation comments in user profile from others.(so that only the profile owner will see the comments)
I don't want to hide the reputation points in post bit.
Can you please tell me a way how to do that?
I tried everything, even vbulletin options. :(:(
(I'm using vbulletin 4.0.8)

Paul M 02-12-2011 02:37 PM

There is no way to do that (with this mod) as its pointless - if thats all you want then just stick to the display in the usercp.

Fready 02-12-2011 03:10 PM

For anyone reading, Paul M's mods never have problems.
They are the cleanest mods on vb.org.

You just install and they work, end of.

Keep up the good work Paul, and get making some new mods.

traen 02-13-2011 12:06 AM

Quote:

Originally Posted by hasidoo (Post 2161656)
I need to hide reputation comments in user profile from others.(so that only the profile owner will see the comments)
I don't want to hide the reputation points in post bit.
Can you please tell me a way how to do that?
I tried everything, even vbulletin options. :(:(
(I'm using vbulletin 4.0.8)

If you've installed this mod, uninstall it. Users can view their reputation comments by default with vbulletin in their usercp IF they are given permissions to view reputation comments in their respective usergroup permissions.

Fakher 03-09-2011 06:02 AM

installed fine, and setting in vb Option done.

still can't see this in profile what i am doing wrong?

Paul M 03-09-2011 08:19 PM

No idea. Could be any one of many things, no way to tell without access.

Wordplay 03-10-2011 10:35 AM

great mod, nice work paul, i will test it out shortly.

Tom Kagan 03-25-2011 03:23 PM

As with all of Paul M's hacks, this works well. However, there does not appear to be a way to unselect everyone from the rights to delete/see username, or only allow a superadminstrator such rights. Perhaps I'm just missing it.

Paul M 03-25-2011 05:18 PM

As per the main post ;

Quote:

The ACP options for this hack are in vBulletin Options > Reputation in Member Profile.


All times are GMT. The time now is 12:57 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.01419 seconds
  • Memory Usage 1,827KB
  • 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
  • (4)bbcode_html_printable
  • (12)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