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)

S3Ponline 03-26-2011 02:23 AM

:)

I got it coded so it only displays for the user and administrators :D

Tom Kagan 03-27-2011 01:30 AM

Quote:

Originally Posted by Paul M (Post 2177390)
As per the main post ;

I think you misunderstood me, or perhaps I was not clear.

I know where the options for the hack are located. However, there does not appear to be a way to say NO ONE should be able to delete (or only superadministrators). The same for preventing anyone from seeing the feedback entry's username. I might be overlooking it, but pressing <ctrl-click> on the selected entry will clear it from the box, but it will not save that way. There is no 'NONE' choice, either.

Paul M 03-27-2011 11:59 AM

I see - and yes, thats correct. I dont see any point in a no-one option.

At the very least the site administartors should have the power. Superadministrators are not a option in any standard permissions, they are just an ACP oddity.

If you really want a no-one option then simply ceate a dummy usergroup called no one, and only assign it the option(s).

Tom Kagan 03-30-2011 02:45 AM

Quote:

Originally Posted by Paul M (Post 2177928)
I see - and yes, thats correct. I dont see any point in a no-one option.

At the very least the site administartors should have the power. Superadministrators are not a option in any standard permissions, they are just an ACP oddity.

If you really want a no-one option then simply ceate a dummy usergroup called no one, and only assign it the option(s).

I see your point of view. The flip side is not making so easy for people to make mistakes. Admins already have the power within the admin control panel whereupon it becomes a very conscious decision to delete feedback. Also, inline moderation would typically require an admin to reenter their password (presuming option is enabled), but not in this case.

Thank you for the suggestion regarding the dummy usergroup. This is a good option for the client assuming it becomes a requirement. I also discovered an easier method to make deletions harder via examining the code: Set the delete timeout option to zero. This removes the button (as opposed to allowing for an indefinite period for deletions).

dlewisr 04-16-2011 10:42 AM

Nice mod, works on 4.1.2. Only blip is that it knocks the 'conversation' tab off the end of the profile page. Thanks Paul, installed and rated.

Froberg 04-22-2011 11:15 AM

Installed, will go nicely with your other mod. Yours are always high quality, so I never fret about using 'em :)

masterross 05-20-2011 05:41 AM

With PHP 5.3.6 and vB 4.1.13 getting error:

Quote:

Deprecated: Assigning the return value of new by reference is deprecated in member.php(500) : eval()'d code on line 73

Paul M 05-20-2011 09:57 AM

I have no such error on my test forum (which is also PHP 5.3.6 and vB 4.1.3).

masterross 05-20-2011 11:42 AM

Hi Paul,

Thank you for your reply.
Yesterday I've upgraded two of our servers to php 5.3.6 and the messages appeared.
No problem with php 5.2.17 on other server.
Maybe it's vB bug. Not sure...

P.S.
Forgot to tell you that you should add:
Quote:

$config['Misc']['debug'] = ($_SERVER['REMOTE_ADDR'] == 'your_IP_here');
in config.php to see this message

Paul M 05-21-2011 08:36 PM

Yep, got it - a php 5.3 issue. Update released.

PiroX 05-31-2011 01:18 PM

Really small html validator error in xml file.
line 248
Code:

                if (defined('PEM_CSS'))
                {
                        $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&sheet=$cssname,",$template_hook['custom_css_links']);
                }
                else
                {
                        define('PEM_CSS',true);
                        $userstyle = $vbulletin->userinfo['styleid'];
                        $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&sheet=$cssname&styleid=$userstyle\" />";
                }

should be

Code:

                if (defined('PEM_CSS'))
                {
                        $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&amp;sheet=$cssname,",$template_hook['custom_css_links']);
                }
                else
                {
                        define('PEM_CSS',true);
                        $userstyle = $vbulletin->userinfo['styleid'];
                        $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&amp;sheet=$cssname&amp;styleid=$userstyle\" />";
                }


Paul M 05-31-2011 06:09 PM

Your probably correct, but its unlikely I will release an update just for that. I'll try and remember to add it when i get off holiday, for some future update.

26region 06-08-2011 01:22 AM

Greetings!
Prompt, whether it is possible where be to download the version for v4.0.5? I didn't update a forum, not that desire isn't present! Help please! = (

Paul M 06-08-2011 08:54 AM

Quote:

Originally Posted by 26region (Post 2204860)
Greetings!
Prompt, whether it is possible where be to download the version for v4.0.5? I didn't update a forum, not that desire isn't present! Help please! = (

Sorry, older versions are not available.

majsm 06-16-2011 10:19 PM

does this work for vb4.1.4 i have tried but i cannot seem to view the tab in visitor message profile. If it is that problem please notify me thanks

majsm 06-16-2011 10:30 PM

edit ~ i have tried it on 4.1.3 and it works but i can assure you it dont work on vb 4.1.4. When you have the time could you please make it available for that version :p

Paul M 06-17-2011 01:12 AM

I can assure you it *does* work on 4.1.4 - its working just fine on my Hangar 18 [test] forum.

majsm 06-18-2011 09:19 AM

Quote:

Originally Posted by Paul M (Post 2208787)
I can assure you it *does* work on 4.1.4 - its working just fine on my Hangar 18 [test] forum.

Ive tried it on my 4.1.4 forum and it doesnt seem to show the additional tab in the member profile area. And when i tried it on 4.1.3 it worked. What may be the problem? do you know?

majsm 06-18-2011 04:36 PM

aha paul it works now, very weird wasnt working now it is thats weird there :p

S3Ponline 07-12-2011 11:26 PM

Why not usergroup permissions like:

“Can View Everyone’s Reputation”
“Can view own reputation”
“Can delete own reputation"

Sage Knight 07-18-2011 08:47 AM

This option seems to be working on only a few users of the same usergroup, unless only those users were given rep. So my question is does it only show the tab when users have rep or it shows it regardless or any rep or not? Thanks.

-=Leb=- 07-30-2011 11:20 AM

thx for the update :)

bintoro 10-10-2011 06:14 AM

Just want to say thanks for the upgrade.

Paul M 10-16-2011 12:21 PM

Updated: This is now available for the 4.1.x series of vBulletin only.

etca 10-16-2011 05:57 PM

thx, installed.
works on my forum (4.1.7)

Scyther 10-20-2011 12:38 PM

Nice mod.

Marked installed.

vanquish.securi 10-21-2011 02:04 AM

Am I missing something? Premissions are set, but there is no tap showing on the profile. I am running vB 4.1.7 and someone above this post says it work on 4.1.7.

I have the following tab: Not sure if its because there are to many tabs or what??

Feedback Score
About Me
Friends
Experience
Market
Blog
Post Thanks / Like
Thread Tags
Mentions
Quotes
Status Changes

Paul M 10-21-2011 09:42 AM

I dont think there is a limit.
I presume they are mostly mods, perhaps one of them is breaking it.

vanquish.securi 10-21-2011 12:19 PM

Ok I figured it out. First I screwed up because I did not have Rep enabled under the vB Options==>User Rep. Then, I had to figure out where the star buttion was in vBulltin to approve or disapprove rep on users posts. Its on the bottom of the targets post. After giving my one other account negative rep, the rep tab showed up on the users profile.

Just an FYI for people who are still learning the small stuff on vB.

Thanks for the great mod! Works on vB 4.1.7.

Edit: If a user does not have any rep comments, the tab will not show in there profile.

nerowolfe 11-18-2011 05:39 PM

Sry Paul

In my forum not is work! Look the image.

How I can resolve this?

Paul M 11-18-2011 08:19 PM

What is that supposed to be showing me ?

Lazorbeam 01-06-2012 12:17 PM

I've had this mod installed since day 1 and love it.

However, users kept asking me to let them see who left reputation. No matter how I set options, only admins could see who left rep. I tried everything.

Eventually I just opened up the memberinfo_reputation_bit template and changed:

<vb:if condition="$vboptions['showuserraters']">
<a href="{vb:link member, {vb:raw reputation}, null, 'whoadded', 'username'}">{vb:raw reputation.username}</a>
<vb:else />
{vb:rawphrase n_a}
</vb:if>

to

<a href="{vb:link member, {vb:raw reputation}, null, 'whoadded', 'username'}">{vb:raw reputation.username}</a>

Antonio Pereira 01-10-2012 06:42 AM

Wen the mods click to see the infraction thread dont show, give error link to contact administrator.

Only admin is set to delete, but why mods see the option to go the the thread discussion infraction and then give error?

Its a Bug.

obs: The mods have permission to go to the thread discussion, but the link in this plugin dont go.

vbseo
vbulletin 4.1.9

Best Regards

Paul M 01-10-2012 09:46 AM

Not really sure what you are talking about, this modification has nothing to do with infractions.

Antonio Pereira 01-10-2012 11:58 AM

Quote:

Originally Posted by Paul M (Post 2285911)
Not really sure what you are talking about, this modification has nothing to do with infractions.

Sorry my fault.

This a bug from vbulletin.

Best Regards

Christhug 06-30-2012 12:10 AM

Just a heads up, this doesn't work with VB 4.2.

I hope to see an update soon :)

Hippy 06-30-2012 09:29 AM

Quote:

Originally Posted by Christhug (Post 2343963)
Just a heads up, this doesn't work with VB 4.2.

I hope to see an update soon :)

Quote:

This modification is not available for vBulletin 4.0.x

This modification is not required for vBulletin 4.2.x Onwards.
It's allreay intergrated into the core in vb4.2

The Rocketeer 07-01-2012 09:50 AM

Quote:

Originally Posted by Hippy (Post 2344012)
It's allreay intergrated into the core in vb4.2

how do you turn it on? for guests as well?

Paul M 07-01-2012 05:39 PM

Make sure its turned on in Options > User Profile Options, and then turn it on for specific usergroups in the usergroup manager.

The Rocketeer 07-02-2012 04:24 AM

Quote:

Originally Posted by Paul M (Post 2344317)
Make sure its turned on in Options > User Profile Options, and then turn it on for specific usergroups in the usergroup manager.

cant find the option in the usergroup manager paul?:confused:


All times are GMT. The time now is 01:06 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.01538 seconds
  • Memory Usage 1,823KB
  • 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_code_printable
  • (11)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
  • (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