![]() |
Reputation Extras - Rep Archives, Rep Given, Edit Rep
This mod will add a couple of extra reputation features & options to your forums, including:
Admincp options include setting a time limit for editing reputation as well as globally enabling/disabling the extra features. Links to the Reputation Archives will be shown in your main UserCP page (in the header of the reputation areas - see screenshots) via automatic template edits or you may wish to manually add a link to the new file elsewhere by linking to www.your.domain/forum/repextras.php. Install Instructions: Download & unpack the .zip file; upload the files in the 'upload' folder to your forum directory; import the product-spoilt_repextras.xml file via your admincp product manager. You'll then need to edit admincp options and usergroup permissions to allow access to the new features :) Thanks to dutchbb for his continued interest spurring me to release an updated version of a very old mod. Special Thanks to Dogtanian for keeping me amused during the re-coding due to using a test rep comment of "one for all and all for one"! http://content.altnation.com/gallery...m_original.gif Changelog: v2.2 * Fixed sessionid variable typo. * Added missing phrase 'view_archive'. * Cached rep given template for usercp. * New archive page length option. * admincp on/off for rep editing. * "Guess reppower" feature for editing older comments. * "Anonymise" option for archived reputations. * More thorough on/off permissions checking. * Fixed miscount of total reps related to ignorelist. v2.1 * First public release. * Stripped to rep archives, rep given & rep editting. v2.0 * Initial recoding for vB 3.5 & www.altnation.com v1.0 * Historic original version. Similar Mods: The Reputation Given in UserCP feature can also be found in Paul M's mod at https://vborg.vbsupport.ru/showthread.php?t=122592 which may well be a better choice if the extra features here are unwanted. |
fırst post reserved;) thank you...
|
Nice .. and yet this seems to have a lot of code "borrowed" from this, without any mention ;
https://vborg.vbsupport.ru/showthread.php?t=122592 |
Quote:
This is in fact an update of my own code from years ago at https://vborg.vbsupport.ru/showthread.php?t=60496. My aim here is to develop this further and to add such features as rep ranking by reputation per post and stats on the most repped post, find who your best rep friend is, etc, etc |
Hmmmmm, I think some parts share a bit more than just similar ideas ;)
A lot of it does indeed originate from vb itself (as does my various versions) so it is bound to look similar, but interestingly, one or two minor changes I made from the original vb code seem to have transferred themselves into this version. :) Some nice additions on top of what mine does though. Might be one less I need to port to future versions. :cool: |
Looks like a nice mod. I'll install later. "It's just a rep to the left..." lmao
|
really neat mod, will try it out shortly :)
|
[high]* projectego clicks install :D[/high]
|
Thank you phlogiston, it looks perfect on the screens. However I can't see the archive options on my board, usergroup settings are all set to yes?
|
Quote:
|
Quote:
[EDIT] tried it on a fresh install, also no archive? |
|
Quote:
Quote:
Quote:
|
Quote:
'View All' turned out to be a missing phrase, can you see the brackets that would surround the text link? If so we'll be sorted when I update later this evening :) If not then can you view the actual repextras.php file and the archives okay? The "View All" link is added automatically and if you have a customised usercp template you may have to add it manually - if you need help then give me a shout and I'll write up proper instructions. Quote:
Quote:
After that check the admincp options under "Extra Reputation Options" - make sure things are turned on there. Ensure that usergroups can view & use the reputation system normally. I'll be uploading a new release package (to fix the missing phrase and a couple other things I originally missed) later this evening when my main live "test site" gets back online and I've performed an upgrade myself just to double check everything. |
Quote:
Do you mean just the "go" button is missing or the whole line of options? The options only show on the main archive pages at www.your.domain/forum/repextras.php and not in the usercp. Also check to ensure the admincp options are set to 'yes' to enable the archive features and also that all usergroup permissions have been changed to allow members at least view access to them. Let me know if that helps or if I need to dig further to help you. :) |
Ok it's working but I needed to hardcode/change the 'View All' in the plugin/template, because the installation did not make a new phrase. I'm not sure where this phrase should be manually made. It's working though so thanks, awesome hack and members will love it :)
|
Quote:
(PS: remember to mark as installed so you get notice of updates ;)) I'll upload a sorted version in a few hours for those not wanting or able to fix the phrase themselves :) |
I've now updated the first post with a simple maintenance release to fix a couple of issues and a request.
Main points to note are: - New seperate admincp page length option for the archives rather than defaulting to the same number shown in UserCP - There is now an option in the admincp to set a date before which reputations will be anonymised. This avoids the situation of older reputations which were originally anonymous at the time revealing their authors when viewed in the archives. Simply set a date and any reputations left before then will retain their anonymity. - Editting older reputations causes problems in figuring out the exact points value to use if changing the repuation from positive to negative or vice-versa. There is no fool-proof way around this (impossible to know the admincp settings, post counts & usergroup status at the time of the original rep) so we have to estimate & guess by doubling or halving the original value. There is now a setting in the admincp to select when to use the currently calculated rep power and when to estimate using the halving/doubling method. |
Very nice!
Is it possible that for viewing/editing others there's a link somewhere on their user profile (that takes you to editing their reputations), or, have a link next to "(View Archive)" that takes you to repextras.php, if the user has permission (rather than manually navigate each time)? If done the second way, maybe also use the thing that you get on PM'ing, where when you start to type in the user name it comes down with a drop down of all those user names. |
The link on profiles (for those with permission) is a good idea - and I think there should be a template hook in vBulletin to make it very easy so I'll definitely add that on my to-do list.
The PM style auto-complete for usernames I would also like to implement, I admittedly simply didn't bother with it for the initial release just so that I could get the code out and released before I tinkered with any more fancy bells & whistles! Also on the to-do list for next release version. Cheers for the feedback & good suggestions :) |
Hello,
Glad that my suggestions are on your to-do list :). I found a problem however, when editing (switching I approve/disapprove, and/or the comment) nothing happens, same when trying to delete reputations. This happens with both my own reputation (in both User CP or repextras.php), or others. There's no error, it looks like it's processed it and returns you to the page, but the reputation is completely unaltered. All permissions are set to yes in usergroup management. |
Ahh, where's the big embarrassed face smiley? I'd left a debug mode on in the file I uploaded.
For those who installed the 2.1.1 version and who wish to edit reputations the fix is either: redownload the zip package and upload the repextras.php file to your server OR in your existing repextras.php file: FIND (line 14) Code:
//$doquery = false; Code:
$doquery = true; |
That did the trick, works great now :).
|
Quote:
|
thanks ,great work
|
Thanks....Install
|
Nice hack ! but I've received this error after i install it and went to the admin cp > option and saved my setting it shows this while saving ?
http://i222.photobucket.com/albums/d...izuki09/rp.jpg |
At first when I installed this I was able to use the archive while having my own reputation disabled in User CP > Edit Options.
I don't like mine to show in my profile but I used the archive link to access my own archive (since people can still give reputation when you have its display disabled). I was able to use the archive viewer to view other people's and etc. However... suddenly tonight, I can't use the archive while I have my own reputation disabled. Is there a way to get around this? Currently, while having my reputation disabled (but I'm an administrator, and the administrator usergroup does have all permissions set to "yes"), I am presented with a blank white page when I try to perform any of the repextras.php?do=XXXXXXXXXX (XXXXXXXXXX being any of the functions of the archive, namely repin). As an administrator I should be able to use the archive regardless of my own personal setting - at least in my opinion. I don't know why it's suddenly not working, as I've not changed any settings. :/ |
I get an error trying to view the archive in who I've given repped to and received rep. Great mod btw.
|
Quote:
Warning: gmmktime() expects parameter 5 to be long, string given in /admincp/options.php(1034) : eval()'d code on line 15 |
I'm getting a message that I don't have permission to view the archives. I have all the rep permissions set to "yes" and everything else seems to be fine. I didn't notice anything in admincp options and usergroup permissions that needed adjusting either.
[EDIT] This wasn't showing up on the admincp index page: Help SpoiltCat Reputation Extras Permissions It's working now. |
I'm getting a message that I don't have permission to view the archives too! what should i do?
|
I don't have permission to access the repextras.php page.
I have no edit features. |
Through the "what user is doing what", I'm getting:
FF|Skyrider --> Unknown Location /repextras.php?user=DJ-Ready&posneg=0&do=repout&filter= |
It does not work with 3.7 :(
Please update this awesome mod :) |
It does work with 3.7 I just installed it.
|
I have it on 3.7 gold and it works just fine :)
|
On my board, anonymous rep is not turned on, and so members want to see who gave them the old rep comments in their archive. I tried setting a much older date for the start of 'anonymous' rep, like back when my board started - it started in April 2001 so I set the date to May 2001 - but it does not 'stick' - i hit save, and each time it clears it out of the options area in the admincp editing area.
How can I make it so that my users CAN see the names of who gave them all reputation? |
Quote:
|
Quote:
Paul, you could just assimilate this into your mods then, right? I KNOW you are sitting around without much to do - borgify his code, since he stole yours to begin with :D:D |
All times are GMT. The time now is 06:35 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|