View Full Version : Major Additions - Yet Another Ranks System
TheLastSuperman
06-27-2011, 10:00 PM
* CREATE A BACKUP OF YOUR FORUM AND DATABASE BEFORE INSTALLING !
I've had quite a few PM's in regards to this and seeing as how once upon a time I administered a gaming tournament forum it came in handy... we had virtual armies in battlefield games with Generals, LtCol's, Captains, squads of 6 and enjoyed a rank structure along with our awards so we converted the Awards mod into a Ranks mod, many also had a need for it and now we have it for 4.x. This is a complete re-write of the 4.x Yet Another Awards System by CypherSTL and Xanlamin ( https://vborg.vbsupport.ru/showthread.php?t=232684 ) with updates including one fix by another community member for the profile tabs (noted in Changelog.txt). I hope everyone enjoys it who finds a use for it :D.
DESCRIPTION:
This is a Medals/Ranks system. Admin can give members ranks, and rank icons will be displayed in member's profile, posts, as well as in a rank list.
FEATURES:
In AdminCP
Can Create/Edit/Delete/Reorder categories/sub-categories in ACP (with category name and description)
Can Create/Edit/Delete ranks in ACP (with Rank Name, Description, Icon URL, Image URL)
Can Move one (or all) rank(s) from one category to another
Can set some ranks un-classified (not displayed for public)
Can re-order ranks in ranks showcase
Issue ranks to members, based on username or userid, with Issue Reason
Remove ranks from members
In ModCP
Issue ranks to members, based on username or userid, with Issue Reason
Remove ranks from members
Front page & other
Display ranks list in with: Rank Name, Description, Icon, Image, and Members who get each rank.
Display ranks showcase in profile, with Rank information, Issue time and reason
Display rank icons in postbit (showthread, showpost, announcement, private)
Separate Rank Request/Recommendation Forms
CSS Customizable
Points System *Requires MySQL 5.0+
https://vborg.vbsupport.ru/external/2014/06/21.png
Attention:
If you do not properly setup this modification you will see errors such as:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I am getting this error when i recommend or issue rank request?
how to fix it ?
Basically here's the short on this:
Edit your usergroups, for each usergroup set whether they can request and recommend ranks.
Setup the mod options in AdminCP > Ranks System > Rank System Settings.
If your having the requests or recommendations posted as a New Thread OR New Post within a existing thread please ensure that the members usergroup has permission to do so, in other words they can't post a new rank request into a private admin-only forum or a new post in a admin only thread correct? Bingo :p. You can create a new forum and only allow viewing to normal members ;).
If your having users requesting ranks every min or two, adjust your minimum time between posts to be one minute.
Try disabling the Points System, do you still have a issue?
Other issues:
What is the minimum version of MySQL Required?
- The core of the ranks sytem will function on MySQL 4.1. However, in order to use the Points System you must be running at least MySQL 5.0+
I'm seeing output like "-- BEGIN TEMPLATE: ranks_rankusers_bit -->" before it displays members. Why?
In your AdminCP > Settings > Options > General Settings > Add Template Name in HTML Comments = OFF
Styling issues? - https://vborg.vbsupport.ru/showpost.php?p=2213758&postcount=2
If you have any other issues, post them however I need to know if this was the 2nd, 3rd or 4th request, what was done before the error and if issuing to another user worked afterwords! Thanks!
TheLastSuperman
06-27-2011, 10:27 PM
Updated to v4.1.4 on 7/2/2011
Notes:
Removed some residual Awards references in snippets of the code.
Updated two phrases.
Tested and initial bug report of database error depends on settings from tests ran, please be sure to test on a site with more than one user and have the options set correctly in admincp.
Tested and confirmed to work on vBulletin 4.1.4.
Updated (Remains at v4.1.4) on 7/3/2011
Notes:
Updated SQL to properly delete awards.
Confirmed the dismissed DB error upon request/recommend after further testing and this has been sorted.
Updated (Remains at v4.1.4) on 7/11/2011
Notes:
Updated installation SQL to check for MySQL version and define as TYPE or ENGINE correctly.
Updated (Remains at v4.1.4) on 10/29/2012
Notes:
Fixed Security Vulnerability UNIT => UINT etc.
________________________
Custom Style - Display issues on the Rank Page?
Edit template RANKS and find:
{vb:raw header}
{vb:raw navbar}
{vb:raw rank_categories}
Add {vb:cssfile additional.css} {vb:raw headinclude_bottom} as shown in blue then save template:
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}editor.css" />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}bbcode.css" />
{vb:raw headinclude_bottom}
</head>
*I'll include the call of additional.css in the next version :D.
lapiervb
06-27-2011, 10:30 PM
Demo, pics?
TheLastSuperman
06-27-2011, 11:03 PM
Demo, pics?
Up :D.
Kaspersku
06-28-2011, 01:28 AM
It's great, I very like but I have some question for you:
It can use for 4.1.x or 4.x.x ?
Are you test it in all verison 4.x.x?
Thanks you much
Kaspersku
06-28-2011, 01:45 AM
Oh dear, it can not be installed on vbb 4.1.4
When I installed the 4.1.4 database, then it fails, I try to install on localhost, it was like, you can explain ?
Database error in vBulletin 4.1.4:
Invalid SQL:
ALTER TABLE rank ADD rank_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD rank_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;
MySQL Error : Table 'vbb4.1.4.rank' doesn't exist
Error Number : 1146
Request Date : Tuesday, June 28th 2011 @ 04:42:20 AM
Error Date : Tuesday, June 28th 2011 @ 04:42:23 AM
Script : http://localhost/vbb4.1.4/admincp/plugin.php?do=productimport
Referrer : http://localhost/vbb4.1.4/admincp/plugin.php?do=productadd
IP Address : 127.0.0.1
Username : Admin
Classname : vB_Database
MySQL Version : 5.5.8
TheLastSuperman
06-28-2011, 04:08 AM
Oh dear, it can not be installed on vbb 4.1.4
When I installed the 4.1.4 database, then it fails, I try to install on localhost, it was like, you can explain ?
I've only ran this on 4.1.3 and below per the info in the mod description: vB Version: 4.1.3
Edit: Works fine in 4.1.3 and 4.1.4 etc and this was due to MySQL version i.e. Type or Engine as pointed out by Ninjapaul - https://vborg.vbsupport.ru/showpost.php?p=2219344&postcount=33
nacaruncr
06-28-2011, 04:56 AM
so.... is the same as awards hack, right?
only a few changes.. the words, isn't it?
TheLastSuperman
06-28-2011, 06:18 AM
so.... is the same as awards hack, right?
only a few changes.. the words, isn't it?
Bingo, so you can install this and use in conjunction w/ the Awards mod if your running a military or FPS gaming community etc etc same as it's been since we first converted Hachno's mod into the Ranks system pretty much, I simply used Cypher and Xan's code to make it easier on me to update since a few had requested it for 4.x ;).
In fact you could rename the Awards mod into well.. anything and use it like a badge/ribbon/award/rank whatever mod, it is marked as re-usable code after all :cool:.
nacaruncr
06-28-2011, 06:43 AM
ohhh... it's awesome men, this is so good ;)
CharlieDelta
06-28-2011, 01:04 PM
Thank you, thank you, thank you Superman. We have been running a gaming site for years now and I have been manually giving ranks.
Now I can use this.:D
TheLastSuperman
06-28-2011, 02:26 PM
Thank you, thank you, thank you Superman. We have been running a gaming site for years now and I have been manually giving ranks.
Now I can use this.:D
We surely used this along w/ the Awards mod for a good virtual "army" forum atmosphere... it was fun when everyone played along and followed the ranks in-game not paying attention to actual game rank etc. Gosh you have me thinking back to my weeks as a Captain of a squad then my 2 and a half campaigns as General of the PAC where we dominated the EU division until my retirement! http://www.youtube.com/watch?v=WNI02LZ8F20 - http://www.youtube.com/watch?v=luauhr8Avxg I miss my gaming site days, sadly if I had more time I would still help out at that one community, in a galaxy far, far away now as it seems :p.
NarutoFTW
06-28-2011, 04:55 PM
So can I upgrade from this mod: https://vborg.vbsupport.ru/showthread.php?t=232684 to yours? i've been using that mod and have many awards on it.
Sayid
06-28-2011, 06:09 PM
If the answer to NarutoFTW Q is no, then a converter from 3.x or 4.x version of Awards System to yours will be much appreciated. ;)
TheLastSuperman
06-28-2011, 07:26 PM
So can I upgrade from this mod: https://vborg.vbsupport.ru/showthread.php?t=232684 to yours? i've been using that mod and have many awards on it.
Hmm I think you have this wrong... this can be used in conjunction w/ that mod if you wish, this way you have a separate need for Awards and Ranks it is so ;). That mod only requires a few updates for example the profile fix listed in the changelog i.e.
Fix for Member Profile Tab by sadiq6210 https://vborg.vbsupport.ru/member.php?u=111268 as shown in YAAS - https://vborg.vbsupport.ru/showpost.php?p=2189701&postcount=742
Was made before this was released, special thanks to sadiq for helping so many in the Awards mod eh? Round of Applause indeed :cool:. So you see if you spend a few minutes and use Sadiq's fix you can have yours working on 4.1.3 and below, I'm not sure if it works on 4.1.4 as I simply have not tested, if so please post... so far one says no.
If the answer to NarutoFTW Q is no, then a converter from 3.x or 4.x version of Awards System to yours will be much appreciated. ;)
I believe, from our mods being similar in the past that you should only be required to backup the awards mod tables, then import the product and mark it so it can be overwritten etc and you should then be upgraded, if any issues you may need to import some of the award tables you backed up back into the DB to repopulate the info.
grey_goose
06-28-2011, 07:42 PM
How configurable is the position of the ranks? I'd like to redo my usergroup/ranks as just awards, but I'm pretty adamant on how I want my postbit to appear :D and would want the awards to be in the same location. Doable with minor postbit editing?
TheLastSuperman
06-28-2011, 08:22 PM
How configurable is the position of the ranks? I'd like to redo my usergroup/ranks as just awards, but I'm pretty adamant on how I want my postbit to appear :D and would want the awards to be in the same location. Doable with minor postbit editing?
You should try using the custom css option first before editing any templates (this is located within the rank options, enable by selecting custom then either edit the rank css template or post your modified css you fabricated from the default.css file included and paste within additional.css. That way you could adjust it to suit and perhaps avoid unnecessary template editing by using css alone ;).
Edit: Although for us at one point in time... we displayed ranks correction Awards on the userinfo right location and displayed our military rank just below the avatar and designed to compliment it as well - just a idea if your only showcasing one rank otherwise if a display box containing a few you may not desire such changes or that location specifically, it's up to you :D.
grey_goose
07-01-2011, 10:38 PM
*facepalm*
Like "{vb:raw post.userranks}" ?
:D
grey_goose
07-01-2011, 10:47 PM
I'm getting some 'extra' info:
grey_goose
07-02-2011, 01:34 AM
Fixed that by turning off adding template names as HTML comments.
However, requests don't seem to be working:
There's some error when sending your rank request. Please contact site's administrator for assistant.
TheLastSuperman
07-02-2011, 06:42 AM
Fixed that by turning off adding template names as HTML comments.
However, requests don't seem to be working:
There's some error when sending your rank request. Please contact site's administrator for assistant.
Confirmed, will release a new version fixing requests/recommend asap although more than likely right after Monday (4th). Anyone else feel free to use the current version and simply restrict those two options in your usergroup settings until the new version is out :cool:.
Edit: Updated, reference here: https://vborg.vbsupport.ru/showpost.php?p=2213758&postcount=2
sticky
07-02-2011, 07:24 AM
Bingo, so you can install this and use in conjunction w/ the Awards mod if your running a military or FPS gaming community etc etc same as it's been since we first converted Hachno's mod into the Ranks system pretty much, I simply used Cypher and Xan's code to make it easier on me to update since a few had requested it for 4.x ;).
In fact you could rename the Awards mod into well.. anything and use it like a badge/ribbon/award/rank whatever mod, it is marked as re-usable code after all :cool:.
Are there any differences between this mod and the awards mod other than the wording?
borbole
07-02-2011, 12:14 PM
Oh dear, it can not be installed on vbb 4.1.4
When I installed the 4.1.4 database, then it fails, I try to install on localhost, it was like, you can explain ?
It looks like the installer did not add the rank table at your database.
I've only ran this on 4.1.3 and below per the info in the mod description: vB Version: 4.1.3
It shouldn't make any difference at all about the versions, mod database install wise I mean.
After taking a quick look at the xml file I noticed a few things that need correction. For example, at the below install code you have forgotten to include the TABLE_PREFIX part which has been included everywhere else. Because if a user is using a custom prefix at his/her database then it won't work. It will work only if no prefix has been used at all.
<installcode><![CDATA[$db->reporterror = 0;
$db->query_write("ALTER TABLE `rank` CHANGE `rank_desc` `rank_desc` TEXT NOT NULL");
$db->query_write("ALTER TABLE `rank_user` CHANGE `issue_reason` `issue_reason` TEXT NOT NULL");
echo "<font size=\"1\">Alter table - 2.1.4</font><br />";
$db->reporterror = 1;]]></installcode>
Also you are using the depricated font size all over the place. It would be better, coding wise to use <span style instead.
Also it would be better to use:
$vbulletin->db->query_write
instead of:
$db->query_write
Other than that, great mod :)
TheLastSuperman
07-02-2011, 02:32 PM
Also it would be better to use:
$vbulletin->db->query_write
instead of:
$db->query_write
I noticed the install code this morning along w/ a few other misc changes, I had not noticed the above ^ ;).
TheLastSuperman
07-02-2011, 04:12 PM
Are there any differences between this mod and the awards mod other than the wording?
As far as revisions to code and corrections per Borbole's suggestion above and other misc changes and updates... yes, as far as functionality that would be none. So again, no need to use this unless you have a requirement to give out Awards and Ranks and the ranks should be used in a different manner other than "titles" per say as you already have a rank structure i.e. Administrator/Moderator/Member etc etc :cool:.
TheLastSuperman
07-03-2011, 01:55 AM
Updated to v4.1.4 on 7/2/2011
Notes:
Removed some residual Awards references in snippets of the code.
Updated two phrases.
Tested and initial bug report of database error depends on settings from tests ran, please be sure to test on a site with more than one user and have the options set correctly in admincp.
Tested and confirmed to work on vBulletin 4.1.4.
sticky
07-03-2011, 06:03 AM
As far as revisions to code and corrections per Borbole's suggestion above and other misc changes and updates... yes, as far as functionality that would be none. So again, no need to use this unless you have a requirement to give out Awards and Ranks and the ranks should be used in a different manner other than "titles" per say as you already have a rank structure i.e. Administrator/Moderator/Member etc etc :cool:.
Can I change the text in this to saw "award" instead of "rank?"
If the coding is cleaner and has some fixes I would prefer to use this.
TheLastSuperman
07-03-2011, 08:27 PM
Can I change the text in this to saw "award" instead of "rank?"
If the coding is cleaner and has some fixes I would prefer to use this.
Well... it's not just a simple matter of find/replace as some would think there's many variations i.e.
Award = Rank
Awards = Ranks
award = rank
awards = ranks
aw = ra
au = ru
etc
etc
etc
So it might be easier for you to simply rename a few phrases, in that case most of it would show the wording "Award" or whatever you wish it to say... some areas in admincp may still say Ranks etc but a few changes to the phrases in the xml and you should have something working the only con to that is if you have Awards mod installed atm it might conflict and certainly won't upgrade from a previous Award mod version know what I mean? ;).
Maischter
07-06-2011, 05:24 PM
the profil menu isnt displayed correctly...??? attachment 1
and could you insert an option for postbit info placement like in attachment 2?
if im in the my ranks menu (in the profile section) i cant see the the yars menu anymore! ( attachment 3)
p.s. i have 4.1.4
TheLastSuperman
07-06-2011, 08:10 PM
the profil menu isnt displayed correctly...??? attachment 1
and could you insert an option for postbit info placement like in attachment 2?
if im in the my ranks menu (in the profile section) i cant see the the yars menu anymore! ( attachment 3)
p.s. i have 4.1.4
For the first image, it seems you have a fixed width or your browser was at a certain set size due to screen resolution but the point being once you install so many mods that add tabs your going to run out of room and it will drop the others on a new line. I also assume you have "My Ranks" from this modification and "Ranks" from another mod perhaps a DB Tech mod or something to do w/ ranks as well?
Second image, sure let me see what I can whip up, about to release a update here shortly and will include that information.
Third image I'm assuming is another mod conflicting.. what else do you have installed that interacts with your postbit?
Maischter
07-07-2011, 06:43 AM
yep i have fixed width... but i dont have a second rank mod.. i send you a pn with my hacks list!
Paul K
07-07-2011, 12:53 PM
For all people having problems with installing the mod (SQL Errors), open up the xml file and search and replace:
TYPE=MyISAM
to
ENGINE=MyISAM
This has to do with MySQL compatibility, the newer MySQL versions DO NOT support TYPE= anymore.
@TheLastSuperman: Please include this in a future update :)
Thanks, good mod!
TheLastSuperman
07-11-2011, 03:52 PM
For all people having problems with installing the mod (SQL Errors), open up the xml file and search and replace:
TYPE=MyISAM
to
ENGINE=MyISAM
This has to do with MySQL compatibility, the newer MySQL versions DO NOT support TYPE= anymore.
@TheLastSuperman: Please include this in a future update :)
Thanks, good mod!
Done ;)
// Check for TYPE or ENGINE based on version from what I read it was still in 5.1.45 fully but only partially there afterwords - TheLastSuperman
$mysql_version = $db->query_first("SELECT version() AS version");
define('MYSQL_VERSION', $mysql_version['version']);
$type_or_engine = (version_compare(MYSQL_VERSION, '5.1.45', '<')) ? 'TYPE' : 'ENGINE';
) $type_or_engine=MyISAM
");
faraz_hamza
07-12-2011, 05:59 AM
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance
I am getting this error when i recommend or isue rank request?
how to fix it ?
TheLastSuperman
07-12-2011, 07:41 PM
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance
I am getting this error when i recommend or isue rank request?
how to fix it ?
You've set the permissions correctly for Admins and the usergroup the member is in as well correct? Was this your first, second or third request? What's your minimum time between post set as? Is a member requesting a rank when you have it set to create a new thread or post... is that in a admin only forum? If so then make a new area and only allow normal users to view and not make new post this way no permission issues come up when their userid is used to generate the new thread or post ;).
Ensure you have all the usergroup options set correctly and it's setup in admincp how you wish. If your not on MySQL 5+ then don't enable the points system and everything should work fine.
grey_goose
07-13-2011, 07:05 PM
I updated to the current version and did this (https://vborg.vbsupport.ru/showpost.php?p=2218286&postcount=817), but still have issues with profile pics not displaying ... ?
faraz_hamza
07-13-2011, 07:40 PM
I Fixed that isue by Just putting Forum Id. in Admin control panel, in rank setting.
where the recomended and requestes will be posts
How can i Change RANK word to AWARD or MEDAL ????
is it possible.???
borbole
07-13-2011, 07:43 PM
How can i Change RANK word to AWARD or MEDAL ????
is it possible.???
That can be done by changing the language phrase/s.
LuMiS!
07-14-2011, 11:02 PM
Working Perfect!
Finally man... thank you very much, i was waiting for this long time ago.. :o
j0k4w1ld
08-12-2011, 10:23 AM
That can be done by changing the language phrase/s.
where is that?
TheLastSuperman
08-13-2011, 11:51 PM
where is that?
You can edit the .xml however if your not experienced doing so it will be better to install, now go to the admincp and search in the phrases i.e.
AdminCP > Languages and Phrases > Phrase Manager
Now search for award or in the top right change the # to show from 15 to 1500 and now you can scroll all the phrases on one page, scroll down until you find those titled award this or that and have at it! ;).
Asterix_ita
08-14-2011, 02:23 PM
Excuse me,
I would like to remove a rank assigned to the user xxx, how can I do?
I don't find "Remove ranks from members"
Thanks
Regards
TheLastSuperman
08-22-2011, 04:29 PM
Excuse me,
I would like to remove a rank assigned to the user xxx, how can I do?
I don't find "Remove ranks from members"
Thanks
Regards
AdminCP > Rank System > Ranks Manager > Now beside the rank in question under "controls" on the right, click the underlined "[Give rank to user]" link > Now when the new page loads in admincp you can view a list of who has been assigned that particular rank at the bottom of the page, find the user and under "Controls" on the right click "Remove" then verify that you do want to remove and done ;).
:cool:
Asterix_ita
08-22-2011, 06:18 PM
Thank you so much, I had missed.
Sorry but it isn't possible create a page for this action?
thank
regards
odie3
08-26-2011, 05:00 PM
Hi my ranks are not showing up in the profile tab (like my awards are). Also, there is a extra tab floating around but I think that is from your awards MOD... guess I need to ask over that about that bit.
odie3
08-26-2011, 06:42 PM
also, when I got my PM the https://vborg.vbsupport.ru/
TheLastSuperman
08-27-2011, 03:58 AM
Hi my ranks are not showing up in the profile tab (like my awards are). Also, there is a extra tab floating around but I think that is from your awards MOD... guess I need to ask over that about that bit.
Hmm... that could be the Awards mod itself, I fixed the floating tab when I converted it over to the Ranks mod along with sorting some other things etc etc. - Check out the Awards mod thread for a fix, it's there ;).
also, when I got my PM the tag was missing my web address - it only had [img]images/medals/gd/ranks/usmc-o8.gif
Not sure why that is, have you tried entering in the full url for the image location?
odie3
08-27-2011, 03:07 PM
Hi TheLastSuperman,
I'll check the other thread for the "Floating Tab" issue. Not sure if that will correct my ranks not showing up on my Profile but here is additional information: I just gave a rank to a user that I have not assigned any awards to. His profile does not have a floating tab but his rank is showing under the "Rank" tab. Where as mine has a floating tap, my "Awards" are showing but not my "Rank". All related to "floating" tab fix you think? Just thought I pass this along just in case!
Yes, my paths are good, if I add http://ghostdogs.net to the path all is good.
http://ghostdogs.net/images/medals/gd/ranks/usmc-o8.gif
From PM (other than added * to break the img tag here)
Major General
[*img]images/medals/gd/ranks/usmc-o8.gif[*/img]
I added a * to the start/end of the tag - could it because it is missing the starting "/" (Slash)?
*Edit Summary:
Ok, I did the profile updates from the Awards MOD Page.
1. Floating Tab corrected in Profile
2. Missing ranks in Profile corrected
New Issue:
Now I have two tabs for "Awards" and for "Ranks"!
Old issue:
PM does not show rank graphic
TheLastSuperman
08-27-2011, 05:17 PM
Sounds like something has become mucked up while you've been trying your best to sort the issues initially encountered.... if you just now installed either mod, it might be best to completely uninstall - afterwords you need to install one at a time, testing each this way you sort any issues in the first one installed before installing the second mod and you can then differentiate between the errors from both ;).
Edit: Also no, with BB Codes it starts as and the contents in between i.e.
[EXAMPLE]Code that interacts w/ BB Code to render properly here so it only needs a ending tag i.e. the / to tell it "Hey we started reading this code now stop reading and show the output on screen" more or less.
odie3
08-27-2011, 08:35 PM
Hmm, not sure then. I'll send myself another rank to see what happens.
Oh, after doing the full bits to sort out the "floating tab" in YAAS I still have two tabs for YARS -so I think that fix from that MOD is effecting this one in some way. Because now I am getting my ranks now but getting two tabs (once again only on this MOD not in Awards).
EDIT:
perhaps I misunderstood how that was supposed to work. that's clickable link, when I click it takes me to my rank, which is this: http://ghostdogs.net/ranks.php?do=viewrank&rank_id=38
TheLastSuperman
08-27-2011, 09:48 PM
Hmm, not sure then. I'll send myself another rank to see what happens.
Oh, after doing the full bits to sort out the "floating tab" in YAAS I still have two tabs for YARS -so I think that fix from that MOD is effecting this one in some way. Because now I am getting my ranks now but getting two tabs (once again only on this MOD not in Awards).
EDIT:
perhaps I misunderstood how that was supposed to work. that's clickable link, when I click it takes me to my rank, which is this: http://ghostdogs.net/ranks.php?do=viewrank&rank_id=38
Ahh do you use any DB Tech mods, anything other mod using the word "Rank" because this mod uses the "My Ranks" wording not "Ranks" so it could possibly be conflicting w/ another mod or vice-versa ;).
Edit: In the xml file the YARS - Profile Tab plugin is disabled, ensure while you were making those edits to your Yet Another Awards System mod due to the double-tabs, that you did not accidentally turn that back on etc.
odie3
08-29-2011, 12:06 PM
You nailed it, YARS "YARS - Profile Tab" got enabled. Now I have one tab each both are showing their graphics properly.
The only question is if the Rank Graphic is suppose to show in the PM Message or just be a hyperlink that takes you to the rank.
Badhabitz
08-31-2011, 01:35 PM
TheLastSuperman,
Thanks so much for transferring this over, it has been of great use to my community. We had over 200 usergroups with more on the way so we could display different ranks in each of the games we support.
My question is this,we currently use a roster and I could put in this code here {vb:raw userinfo.rank} And it would show up the usergroup ranks images. What code can I put in to display the image ranks from this plugin and possibly even the awards images from the original plugin as well. Any help or advice would be greatly appreciated.
Delazar
09-10-2011, 09:35 PM
Hi,
is there a possibility that the medals have to import the users in YAAS to YARS?
A couple of questions:
1. Is it possible for the system to give out medals based on length of site membership automatically? I'd like to give all my members anniversary medals, but there are too many to check this daily and manually award them.
2. What are the points used for? I assume that as a member is awarded a rank/medal/award, that they get the points associated with those awards. But what do they use those points for?
Thanks!
MalluParadise
09-20-2011, 02:47 AM
It's working perfectly in 4.1.6
odie3
09-29-2011, 03:33 PM
I have "Unregistered" users requesting Ranks - is there a way to keep Unregistered from doing this?
TheLastSuperman
09-29-2011, 05:29 PM
Hi,
is there a possibility that the medals have to import the users in YAAS to YARS?
You can via phpmyadmin however at this time there is no built-in option or "easy button" for that matter :(.
A couple of questions:
1. Is it possible for the system to give out medals based on length of site membership automatically? I'd like to give all my members anniversary medals, but there are too many to check this daily and manually award them.
2. What are the points used for? I assume that as a member is awarded a rank/medal/award, that they get the points associated with those awards. But what do they use those points for?
Thanks!
Yes however it will need to be added in at some point in the future ;).
Points, so you can have Ranks and those have points... making it a real Rank system per say... I would imaging a Lt.Col rank would have more points than a Private First Class rank follow? :cool:.
It's working perfectly in 4.1.6
Awesome :D
I have "Unregistered" users requesting Ranks - is there a way to keep Unregistered from doing this?
Usergroup manager, now in the usergroups permissions scroll to the bottom and look for the option, set request to No :cool:.
SN1PERCITY
09-30-2011, 02:20 PM
will you be converting this to 4.1.6
TheLastSuperman
10-01-2011, 12:34 AM
will you be converting this to 4.1.6
Go up... four posts i.e. post #56 ^
:cool:.
Capt C Ray
10-11-2011, 01:09 AM
Ahoy TheLastSuperman,
In reading your description of this add-on, it looks close to what I am looking for, but not quite. The current medal system I have on our site allows our members to nominate other members and add comments as to why they are nominating said member. The admins then approve or dis-approve the medal.
We also have a tab that when clicked on shows al the medals we offer plus who has been awarded them.
Can this add-on be modified to do these same functions?
You may view the medals by visiting our web site http://www.disneypotco.com/phpBB3/index.php and clicking on the medals button.
Capt C Ray
TheLastSuperman
10-11-2011, 04:24 PM
Ahoy TheLastSuperman,
In reading your description of this add-on, it looks close to what I am looking for, but not quite. The current medal system I have on our site allows our members to nominate other members and add comments as to why they are nominating said member. The admins then approve or dis-approve the medal.
We also have a tab that when clicked on shows al the medals we offer plus who has been awarded them.
Can this add-on be modified to do these same functions?
You may view the medals by visiting our web site http://www.disneypotco.com/phpBB3/index.php and clicking on the medals button.
Capt C Ray
In the Ranks mod you can:
- Members can recommend Ranks to other members w/ description, then admin approves or pushes through manually after review.
- You can create a new navbar tab to show the Ranks Page, same functionality you want pretty much.
So all-in-all it's actually closer to what you wanted then you realized if I read your request correctly ;).
Capt C Ray
10-11-2011, 07:40 PM
In the Ranks mod you can:
- Members can recommend Ranks to other members w/ description, then admin approves or pushes through manually after review.
- You can create a new navbar tab to show the Ranks Page, same functionality you want pretty much.
So all-in-all it's actually closer to what you wanted then you realized if I read your request correctly ;).
By this description, it appears you are correct. Now to just get a skin installed and this add-on to see what I have to work with.
Thanks much. :)
Capt C Ray
10-13-2011, 09:28 PM
Do you know how this will function in version 4.1.6?
TheLastSuperman
10-13-2011, 11:07 PM
Do you know how this will function in version 4.1.6?
https://vborg.vbsupport.ru/showpost.php?p=2251787&postcount=60
https://vborg.vbsupport.ru/showpost.php?p=2251787&postcount=56
Best advice I can give to anyone looking to install a mod is, if it's supported and/or has multiple pages of posts it's best advised to skim all the pages and see if any posts about issues or working with certain versions has been stated by the author or other members. Sometimes there are solutions to problems posted as well, for example the profile tab fix in the Yet Another Awards System is not listed in the mod files or mod description yet it exist and you can browse to find it and fix the issue yourself ;). In this case we see that it will work on 4.1.6 and should work on 4.1.7 as well :cool:.
CharlieDelta
10-15-2011, 03:35 PM
Getting this error when I try to go to the ranks page. Using Vb 4.1.5.
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in //....html/testvb/ranks.php:97) in /....html/testvb/includes/adminfunctions.php on line 1907
TheLastSuperman
10-15-2011, 06:10 PM
Getting this error when I try to go to the ranks page. Using Vb 4.1.5.
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in //....html/testvb/ranks.php:97) in /....html/testvb/includes/adminfunctions.php on line 1907
In ranks.php find:
// ###################### Start makedepthmark #######################
function construct_depth_mark($depth, $depthchar, $depthmark = '')
{
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
for ($i = 0; $i < $depth; $i++)
{
$depthmark .= $depthchar;
}
return $depthmark;
}
Replace with:
if (!function_exists('construct_depth_mark'))
{
// ###################### Start makedepthmark #######################
function construct_depth_mark($depth, $depthchar, $depthmark = '')
{
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
for ($i = 0; $i < $depth; $i++)
{
$depthmark .= $depthchar;
}
return $depthmark;
}
}
*The reason for the error is simple, as you can see by the second part of your error this "function" was called again because it's defined twice - in short the guys who originally made the Awards mod (which this is a conversion of that) simply copy/pasted the function to suite the mod not taking into affect they should not. I've wrapped it in a simple conditional to check for the function first. Update will be in the next release, in the meantime please edit ranks.php accordingly if you encounter this issue as CharlieDelta has :cool:.
**Also, if your reading this and have the "Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684)" installed you should do this same exact edit in awards.php
CharlieDelta
10-15-2011, 06:23 PM
Thank you Superman!! That did the trick!!
CharlieDelta
10-15-2011, 08:47 PM
My ranks are not showing up in the profile tab. I see that you mentioned in an earlier post that there is most likely a fix for it over at the awards mod. I have searched through there and all the fixes that I have found you already implemented. I must be missing something?????
I do not have two tabs or a ghost tab just no content.
I see Odie3 got his working, hmmmm......
Nuker_Viper
10-22-2011, 02:37 PM
My ranks are not showing up in the profile tab. I see that you mentioned in an earlier post that there is most likely a fix for it over at the awards mod. I have searched through there and all the fixes that I have found you already implemented. I must be missing something?????
I do not have two tabs or a ghost tab just no content.
I see Odie3 got his working, hmmmm......
i have had the same problem so this is what i did:
Since i use the ranks for my clan members only and they can only have 1 rank at a time; i disabled the following in the Plugin Manger:
YARS in Member Profile - Cache Templates
YARS in Member Profile - Init
YARS in Member Profile - Profile
I also replaced $vbphrase[rank_description] the text "Description" with "Rank Duties"
And sme rank settings: userinfo_left and style 3 so that it just uses the icon. Disabled the image in the display. So no need to upload an image - just an icon.
This will disable the tab in your profiles but keep the postbit intact. Just make sure your postbit i set to at least 1 and it is active.
CharlieDelta
10-22-2011, 03:40 PM
i have had the same problem so this is what i did:
Since i use the ranks for my clan members only and they can only have 1 rank at a time; i disabled the following in the Plugin Manger:
YARS in Member Profile - Cache Templates
YARS in Member Profile - Init
YARS in Member Profile - Profile
I also replaced $vbphrase[rank_description] the text "Description" with "Rank Duties"
And sme rank settings: userinfo_left and style 3 so that it just uses the icon. Disabled the image in the display. So no need to upload an image - just an icon.
This will disable the tab in your profiles but keep the postbit intact. Just make sure your postbit i set to at least 1 and it is active.
Thanks for the input Viper.:up: This may come in handy in the future.
I was able to get everything working as it should. I think there must have been some code missing in the awards mod. I re-edited the templates and plugins as described on the thread by another user and that seemed to do the trick.
MalluParadise
10-23-2011, 04:11 AM
working on 4.1.7?
TheLastSuperman
10-23-2011, 05:59 AM
working on 4.1.7?
https://vborg.vbsupport.ru/showpost.php?p=2256945&postcount=65
djpatch
10-23-2011, 09:16 AM
Getting this error when I try to go to the ranks page. Using Vb 4.1.7.
Deprecated: Assigning the return value of new by reference is deprecated in forum\ranks.php on line 46
TheLastSuperman
10-23-2011, 03:44 PM
Getting this error when I try to go to the ranks page. Using Vb 4.1.7.
Deprecated: Assigning the return value of new by reference is deprecated in forum\ranks.php on line 46
More than likely it's due to your PHP version i.e. 5.3.x for now simply edit ranks.php and find:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Replace with:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
Save & re-upload the file, error should be gone, it's the =& that's causing all the fuss :p.
hanhdn
10-24-2011, 07:56 AM
Hi TheLastSuperman ,
I can't not open http://srsc.com.vn/forum/ranks.php it show error:
This webpage is not available
The webpage at http://srsc.com.vn/forum/ranks.php might be temporarily down or it may have moved permanently to a new web address.
With recommend_rank.php and request_rank.php work fine
I'm sure that the url corrected
(my forum using vbb4.08 platform)
gamersplatoon
10-26-2011, 12:52 PM
I'm having a header problem after i installed a fixed forum ,the ranks tab gets automatically fluid and it messes up the whole header and page width..
here is a screenshots,
i need help.
http://imageshack.us/f/694/19490726.png/
http://imageshack.us/f/225/94262547.png/
vb version 4.1.7
Please HELP ASAP>.
SN1PERCITY
10-27-2011, 12:26 PM
Database error in vBulletin 4.1.6:
Invalid SQL:
ALTER TABLE rank ADD rank_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD rank_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;
MySQL Error : Duplicate column name 'rank_allowrecommend'
Error Number : 1060
Request Date : Thursday, October 27th 2011 @ 06:24:47 AM
Error Date : Thursday, October 27th 2011 @ 06:24:48 AM
Script : http://www.*******************/admincp/plugin.php?do=productimport
Referrer : http://www.******************/admincp/plugin.php?do=productadd
IP Address : **.***.*.*****
Username : BIGADMIN
Classname : vB_Database
MySQL Version : 5.0.92-community-log
this is what im getting
MalluParadise
10-31-2011, 01:10 AM
ranks.php is fixed in 4.1.7 ?
TheLastSuperman
10-31-2011, 05:55 AM
Database error in vBulletin 4.1.6
this is what im getting
I believe it's the last part of the install code for 3.8.3 version... will update if need be upon further review, will be in the new version though ;).
ranks.php is fixed in 4.1.7 ?
Yes unless you are on PHP 5.3 then see here:
https://vborg.vbsupport.ru/showpost.php?p=2260561&postcount=75
SN1PERCITY
10-31-2011, 04:34 PM
so if i update to 4.1.7 will it work or should i wait!
Nuker_Viper
10-31-2011, 10:56 PM
quick question..
where in pharses can i look up the term
"Members who received this rank:"
I looked but cannot seem to find it in searches i will contiune searching while i await a reply thank you.
Edit found it never mind its under "users_with_thisrank" is that a typo?
Nuker_Viper
11-03-2011, 11:25 PM
i am running 4.1.6 and it works fine..
Question:
so if i update to 4.1.7 will it work or should i wait!
Answer:
Yes unless you are on PHP 5.3 then see here:
https://vborg.vbsupport.ru/showpost.php?p=2260561&postcount=75
Empire Gaming
11-06-2011, 07:25 AM
Running v 4.1.7 patch level 2. Everything works fine with the exception of the following:
- When there is a rank request, when I choose to approve the rank, I get the following message
https://vborg.vbsupport.ru/external/2011/11/32.jpg
Also, shouldn't the request for a rank disappear after it has been accepted or denied? I have to keep deleting them manually.
Thx,
Stryker
Ikkyy
11-09-2011, 02:03 AM
Have some hack, for ppl buy awards with points ?
sorry about my english.
Nuker_Viper
11-09-2011, 01:49 PM
Also, shouldn't the request for a rank disappear after it has been accepted or denied? I have to keep deleting them manually.
Thx,
Stryker
Nope not at the moment. i noticed that myself. but a small price to pay for an outstanding mod.
Nuker_Viper
11-09-2011, 01:50 PM
Have some hack, for ppl buy awards with points ?
sorry about my english.
might have to work some thing out with a paypal mod and something similar to the awards mod.
EDIT: Idea.
Make subscriptions for points. and allow it to change thier usergroup to allow for awards. its limited on what it can do but could be a start.
Nuker_Viper
11-14-2011, 10:28 PM
what code do i use to add it in the member profiles but not as a tab but under like there profile picture.
Empire Gaming
11-15-2011, 08:34 AM
Running v 4.1.7 patch level 2. Everything works fine with the exception of the following:
- When there is a rank request, when I choose to approve the rank, I get the following message
http://tinypic.com/r/24oq13o/5
Also, shouldn't the request for a rank disappear after it has been accepted or denied? I have to keep deleting them manually.
Thx,
Stryker
Seems to be working fine in v4.1.8 too (with the above exceptions)
- Stryker
Capt C Ray
11-18-2011, 01:08 AM
Since in our current forum we do not use ranks, I would like to be able to change the tab to say "MEDALS" instead of "RANKS". And the are a couple other places where "rank" is used that I would like to change to "medals".
How would I go about doing this. Am new at working with vBulletin, so I have a lot to learn when it comes to working in the code and where to look for things.
Thanks
Nuker_Viper
11-28-2011, 09:42 PM
Since in our current forum we do not use ranks, I would like to be able to change the tab to say "MEDALS" instead of "RANKS". And the are a couple other places where "rank" is used that I would like to change to "medals".
How would I go about doing this. Am new at working with vBulletin, so I have a lot to learn when it comes to working in the code and where to look for things.
Thanks
why don't you uninstall this mod and install this one (https://vborg.vbsupport.ru/showthread.php?t=232684). It might be what you are looking for.
Let's say I want to change the bit on the navbar to say "Badges" instead of "ranks". Can that be done, and if so, how?
Yes, it can be done. You will need to search in Phrases via the ACP for "Ranks" and replace it with whatever you would like. It might take you a few tries to find the phrase that controls the menu tab, but it is easy to figure out.
Hmm, I tried doing that, but the words "ranks" just vanished instead.
Also, just a suggestion: We should be a able to set an expiration time on ranks.
sorry, missed that you replied to this thread. Do you still need help with this?
@ TheLastSuperman
If your still updating this mod, would you consider adding a feature that would post a new thread in forum X when someone received a rank/award? One pretty much just like the thread that is start when someone requests/recommend a rank. I would you this to draw attention to all the members that one of them got a rank/award. I think it would help engage more people on the site to do activities that earned them ranks/awards by seeing their fellow members getting them publicly.
Something else that would be very helpful would be to put the "Grant" portion of the request in the PM or post that is sent to the admin. Would keep us from having to log into the ACP just to approve a Rank.
Yeah, still having the same issue. I can't seem to figure it out.
Sym, do a phrase search on "ranks" and it should be one of the Global settings that show up. When you click on edit, you need to add the new name you want in the box at the bottom (highlighted in red in my image below).
I am actually using the Awards version of this mod, so everywhere in my image that it says "awards", just know you should see "ranks".
Hope this helps some more and Happy Holidays!
Bluefin221
01-05-2012, 01:20 PM
Out of interest, can you give the same award to a member say 30 times and it will say plus 30 awards?
For example I run a tournament which is the same tournament and instead of constant new awards I'd like to use the same one, but if someone wins the tournament twice can I issue them that same award again? again?
If you issue them the same award, the award will be displayed for each time you assign it to someone. If you are just wanting to have the "Tourny A" award displayed once for each user, but want it to some how indicate that that person has played in Tourny A ten times, you would have to edit the issue reason for that person. Then it would only show up on their Awards tab (on their profile page).
What I have done on my site (http://www.wingsofwar.org/forums/showthread.php?8058-Buffing-a-few-2-seaters&p=115255#post115255) is to have most of my awards (we call them medals) done up in sets of four:
Base Medal
https://vborg.vbsupport.ru/external/2012/08/120.png
Bronze Medal
https://vborg.vbsupport.ru/external/2012/02/20.png
Silver Medal
https://vborg.vbsupport.ru/external/2012/02/21.png
Gold Medal
https://vborg.vbsupport.ru/external/2012/02/22.png
I can then just replace the medal with the next highest version of it. So, for your Tourny award, you could set the Base award at 1 tournament, Bronze at 5 tournaments, and so on depending on how high you need to go.
Hope this helps some.
Bluefin221
01-06-2012, 01:15 AM
Well, I will be issuing caps as its for a FIFA forum www.fpcforums.com I'm actually looking to edit the display in postbit so it displays the exact same way as ranks do, I haven't had time though, were 3 weeks old and its a busy site already.
Anyway, there are guys who will play many times for their country some 40 times etc and I want to just issue them with the same medal 40 times as a cap if that makes sense.
Cledus James
01-23-2012, 07:31 PM
If someone could please help me with a problem with this mod I'm having it would be great.
My problem is that in a users profile the My Ranks tab link is NOT working. Once clicked nothing loads. For an example of what I'm talking about go here:
http://www.suicide-kings.net/forums/member.php?1-Cledus
Now if you click on the My Ranks tab you'll notice no pages load. Please help me fix this. Thanks.
TheLastSuperman
01-23-2012, 07:51 PM
The Awards mod you have installed is causing this issue, click on My Ranks... now notice how a new tab titled "Awards" is also shown yet before it was not?
Now view my profile here: http://www.innovationbyinstinct.com/members/michael.html
*I'm disabling the mod shortly so hurry up and confirm what I'm saying by clicking ;).
As you can see there is no issue, in fact I ensured before releasing this to include Sadiq's fix listed in the Awards mod thread into the Ranks mod therefor the issue cannot and is not caused by the Yet Another Ranks Mod :cool:.
Cledus James
01-24-2012, 05:56 AM
The Awards mod you have installed is causing this issue, click on My Ranks... now notice how a new tab titled "Awards" is also shown yet before it was not?
Now view my profile here: http://www.innovationbyinstinct.com/members/michael.html
*I'm disabling the mod shortly so hurry up and confirm what I'm saying by clicking ;).
As you can see there is no issue, in fact I ensured before releasing this to include Sadiq's fix listed in the Awards mod thread into the Ranks mod therefor the issue cannot and is not caused by the Yet Another Ranks Mod :cool:.
So are you saying there's no fix to the problem unless I disable YARS or YAAS? Like they both cant be active?
No, he is saying that the issue is in the YAAS coding, not his. You will need to apply the fix for that to the YAAS coding. I would suggest that you disable the YARS product, fix the YAAS product and then re-enable YARS.
You could also confirm that it is YAAS by disabling it and seeing if your My Ranks tab works correctly then.
TheLastSuperman
01-25-2012, 02:51 AM
No, he is saying that the issue is in the YAAS coding, not his. You will need to apply the fix for that to the YAAS coding. I would suggest that you disable the YARS product, fix the YAAS product and then re-enable YARS.
You could also confirm that it is YAAS by disabling it and seeing if your My Ranks tab works correctly then.
Bingo and thanks btw Mobo!
Cledus James
01-26-2012, 05:54 PM
Can anyone tell me if there's a way to rename the My Ranks tab to something else? Thanks for any input given.
CharlieDelta
01-27-2012, 06:45 PM
A simple "search" of this thread will give you the answer you needed.
This may help - https://vborg.vbsupport.ru/showpost.php?p=2272995&postcount=93
Cheers.
Bluefin221
02-02-2012, 05:58 PM
Ok, I need to be able to issue the same award multiple times, basically as many as I want for the same rank and have it only display once on the postbit, I don't want to have to edit the reason as that still only means one rank, as I award caps for representing your country then people can represent their country many times, but I cannot currently issuing them a rank each time as that means they could potentially have 40 ranks all on the postbit. Also we play tournaments and teams could potentially win a tournament twice so again I would like to issue them with the same rank and it only display once.
Is this possible and if so how do I make it so?
Bisha
02-03-2012, 11:54 AM
How to move the Rank Menu down from Admin Panel?
thanks
Sarab
02-09-2012, 04:08 AM
Hello,
I tried to install it in vb 4.1.10 and when I enter the rank page I have:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in D:\inetpub\vhosts\xxxxxxxxx.com\httpdocs\vb\ranks. php:97) in D:\inetpub\vhosts\xxxxxxxxx.com\httpdocs\vb\includ es\adminfunctions.php on line 1915
how can I fix it?
Best Regards
Sarab
Cledus James
02-10-2012, 03:51 PM
A simple "search" of this thread will give you the answer you needed.
This may help - https://vborg.vbsupport.ru/showpost.php?p=2272995&postcount=93
Cheers.
Worked great. Thank you for your help.
Michael, if you ever look at expanding this mod, one thing that I think might be very useful is an "Upgrade Rank/Award Level" feature.
On my site, almost all of my medals have four levels, Base, Bronze, Silver and Gold
https://vborg.vbsupport.ru/external/2012/08/120.pnghttps://vborg.vbsupport.ru/external/2012/02/20.pnghttps://vborg.vbsupport.ru/external/2012/02/21.pnghttps://vborg.vbsupport.ru/external/2012/02/22.png
The ability to easily upgrade a user from one level to the next would be every handy. As it is now, you have to remove the current medal and issue the new one separately.
elwizard
02-22-2012, 01:19 PM
Nice one this! Let me try it. Perfect for me. Thanks a lot.
dog-tag
02-26-2012, 10:59 AM
Can this mod give out ranks on auto pilot or does admin need to give out each rank?
I don't think this mod does auto awards, but the Yet Another Awards System has an automated function. It's a bit limited and there are no directions for setting it up really... or documentation on it. It may or may not do what you want it too.
TheLastSuperman
03-02-2012, 09:04 PM
Hello,
I tried to install it in vb 4.1.10 and when I enter the rank page I have:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in D:\inetpub\vhosts\xxxxxxxxx.com\httpdocs\vb\ranks. php:97) in D:\inetpub\vhosts\xxxxxxxxx.com\httpdocs\vb\includ es\adminfunctions.php on line 1915
how can I fix it?
Best Regards
Sarab
Please use the feature "Search This Mod" on the top of any mod to easily search and locate issues similar to yours using some of the keywords or other :cool:.
https://vborg.vbsupport.ru/showpost.php?p=2257539&postcount=67
EasyEazy
03-02-2012, 09:24 PM
Great mod.
Keep up the good work
shahryar_neo
03-14-2012, 09:53 AM
Would you please explain the differences between this system and award one ?
Really sorry but I read all two threads but cannot understand . The award one just can work with Award Pictures but Rank one can be used without any ICon or Pic ?
Thanks In Advance !
Would you please explain the differences between this system and award one ?
Really sorry but I read all two threads but cannot understand . The award one just can work with Award Pictures but Rank one can be used without any ICon or Pic ?
Thanks In Advance !
They are pretty much the same and can be used interchangeably as well as can be used together. YARS is a little better supported and has one of the bugs fixed in the base code that YAAS does not. Both can use any type of icon or pic. YAAS does have an "automation" future, but it is not documented, supported or overly useful in it's functions.
I currently use YAAS, but if I was just starting out, I'd use YARS.
Patriots1049
03-15-2012, 01:00 PM
Is there a way to change the number of awards in the showcase in user profile???
KGodel
03-18-2012, 09:06 PM
Just switched over from YAAS and am glad I did. Are there plans to also port the automation?
Also, if this is actively being improved maybe, some great features might be the ability to chose where to display awards separate for each category, so maybe you have different types of awards (medals, trophies, etc) that you want to appear different places in posts or on the profile. Also, maybe the ability to have active awards that don't display on the awards page. Anyhow thanks, and marked as installed!
DannyV
03-21-2012, 03:33 PM
How can I give permissions to certain users to add medals/categories, without giving them full access in vbulleting ?
I've not tried it, but you might have to setup a new usergroup and give them Admin rights, then adjust the permission they have as Admin.
ElfenLied1337
03-29-2012, 08:37 PM
Considering switching over from YAAS because this mod seems to be better supported. However, I have been using YAAS for some time now and have already given out a lot of awards--is there any way to import them from YAAS to YARS?
Mukashi
03-31-2012, 08:16 AM
Hmmm. Just had a bit of an error in the installation of the mod which looks a bit unusual. Was complaining about class_core.php for some reason. I didn't catch exactly what it said, it flashed by too quick, but I know we do have a modified class_core.php thanks to Paul M's proxy IP mod. Anything to be concerned about there?
Considering switching over from YAAS because this mod seems to be better supported. However, I have been using YAAS for some time now and have already given out a lot of awards--is there any way to import them from YAAS to YARS?
I don't think there is. There might be a way to do it if you export the database table "award_user" and then re-import it into the corresponding YARS table (not sure what that one is since I don't have it installed).
Hmmm. Just had a bit of an error in the installation of the mod which looks a bit unusual. Was complaining about class_core.php for some reason. I didn't catch exactly what it said, it flashed by too quick, but I know we do have a modified class_core.php thanks to Paul M's proxy IP mod. Anything to be concerned about there?
Sorry, I'm no help on this one.
KGodel
04-01-2012, 04:40 AM
It didn't take me long to move everything over from YAAS. I'm hoping the developer of YARS will implement some new features or something cool. :P
Bluefin221
04-02-2012, 01:55 PM
I'm having issues with the postbit, the system is functioning normally but not the way I want. I will try to explain what it is I'm after properly.
If you look at the postbit of the user in this post: http://www.fpcforums.com/forums/f6/vesuvius-see-you-guys-fifa-13-3-a-872/#post10149
You will see he has a few medals already, however where my problem occurs is that he has two caps for his country currently issued these display on the postbit each time, so he has the same medal twice, my issue with this is this member currently had 8 caps as he has played for his country 8 times, this will continue to grow, he could potentially play 3 matches per month home and away which is 6 caps per month, add this over a year and this member could have 72 medals, obviously I do not want 72 medals showing on the postbit as that would be ridiculous, so how do I show the same medal only once?
I want individual medals to show once but I can issue it as many times as I want and it updates his medals total, I have tried a few times to edit the code but have wrecked it each time, can anyone possibly help me as currently I cannot issue users the awards with the way its currently working. I would really appreciate any help anyone can give.
You would have to custom code something like that as this product will not support it as is. I'm not sure, but I think that would require an extensive re-write of the code.
How many times can a player get the same cap?
Also, have you tried just limiting the number of medals shown on the post bit and letting the rest of them display only in the user's profile tab? That way you could control how many show on the postbit and still have the total count reflect the greater number (also in the postbit as you have it now).
Bluefin221
04-02-2012, 02:21 PM
You would have to custom code something like that as this product will not support it as is. I'm not sure, but I think that would require an extensive re-write of the code.
How many times can a player get the same cap?
Also, have you tried just limiting the number of medals shown on the post bit and letting the rest of them display only in the user's profile tab? That way you could control how many show on the postbit and still have the total count reflect the greater number (also in the postbit as you have it now).
I think an if condition could just be added to the ranks_postbit_display just not sure how I should do it, I tried a couple of variations and ruined the display.
I also did limit the awards that how however I have an extensive list of awards if you have a look: http://www.fpcforums.com/forums/ranks.php
The problem is if I limit it to one medal then that is not great as members want to see there award, but if I limit it to two then some users only have caps and that would display twice so that is also an issue. I need to do something though as I have currently 18 countries listed that will play with players needing caps, at 11 players each time currently thats 198 members not issued with awards because of this current problem I have. And since some have played 4/5 games you can imagine how many awards are to be issued.
Besides doing the custom coding, I think you may be stuck with just displaying the top X rated medals on the post bit and letting rest stay on the profile tab.
Another thought that might work for you and be easier to code. Have you thought about using YARS to show your highest ranked medals in the postbit, and then use a modified YAAS to display your Cap medals in the signature area? The Sig area has more room, so could display more Cap medals. I think you might be able to modify that with the hook location (but I've not checked it out, just thinking out loud really).
I just took a quick look, and you can put them in the Sig area with a setting in YAAS, so no code modification needed for that.
Bluefin221
04-02-2012, 07:47 PM
I just took a quick look, and you can put them in the Sig area with a setting in YAAS, so no code modification needed for that.
I don't want hundreds of medals in my sig area either, I want to be able to issue the same medal as many times as I like but it only shows once.
Sounds like you are set on modifying this code or writing your own then. If you don't have the coding skills, check out vWorker.com (http://www.vworker.com/). I've hired coders off of there several times with good results.
I've actually worked with this one coder on several vB4 projects and have always been happy with this work:
CodeIsLife Toan T. Tran
W3TDS - World Wide Web Transfer Data Services
Email: toan.trantuan@gmail.com
Good luck.
WoODoO
04-04-2012, 11:42 AM
Separating the ranks by category within the postbit, is it possible?
How to this?
Exemple image:
https://vborg.vbsupport.ru/external/2012/04/1.png?1333542985
I'm not sure if you can do that with just this Mod, but I think if you used both YARS and YAAS, they would be separated by default... again, I think. You would use one of the Mods to handel your Badges and the other to handle the Medals.
WoODoO
04-04-2012, 03:50 PM
I'm not sure if you can do that with just this Mod, but I think if you used both YARS and YAAS, they would be separated by default... again, I think. You would use one of the Mods to handel your Badges and the other to handle the Medals.
where I find the YAAS?
Here you go, YAAS (https://vborg.vbsupport.ru/showthread.php?t=232684).
Ik0n88
04-05-2012, 12:31 AM
I get this error when requesting an award:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I have read the main post and all settings are correct. The request even comes up in the admincp and everything, just gives users that error.
WoODoO
04-05-2012, 07:12 PM
Here you go, YAAS (https://vborg.vbsupport.ru/showthread.php?t=232684).
Perfect... tnks :up:
Ik0n88
04-05-2012, 09:23 PM
I get this error when requesting an award:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I have read the main post and all settings are correct. The request even comes up in the admincp and everything, just gives users that error.
Any idea what could be causing this?
sadiq6210
04-06-2012, 07:01 AM
Thanks dear :up: I will install it
Nominated and much appreciated
I get this error when requesting an award:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I have read the main post and all settings are correct. The request even comes up in the admincp and everything, just gives users that error.
Just a quick check, but do you get this same error when you are using the vB default style?
Ik0n88
04-08-2012, 07:26 PM
Just a quick check, but do you get this same error when you are using the vB default style?
Yes, same error occurs.
Humm, not sure what it is. Do you get any errors when you recommend a rank for someone? The next step would be to disable all of your other mods and turn them back on one at a time checking to see if the issue is there or not. That will narrow it down to either being caused by a conflict with another mod or not.
EasyEazy
04-09-2012, 11:41 AM
Any idea what could be causing this?
I had this issue. the way around it was in this setting:
Submission: Rank Submissions PM Username
Enter your forum username. Not sure if it will work for anyone else though.
Ik0n88
04-11-2012, 12:06 AM
I had this issue. the way around it was in this setting:
Submission: Rank Submissions PM Username
Enter your forum username. Not sure if it will work for anyone else though.
Thank you very much man. That worked. One more question though, is there a way to get rid of the rank requests after I 'grant' them. After I grant the award, I have to manually delete the request.
TheLastSuperman
04-11-2012, 06:16 PM
I'm not sure if you can do that with just this Mod, but I think if you used both YARS and YAAS, they would be separated by default... again, I think. You would use one of the Mods to handel your Badges and the other to handle the Medals.
Yes they are separated by default... everything "awards" or "award" or "a" or "au" was replaced in all the coding so there should be no conflicts HOWEVER some tend to become confused and see some of the issues with the Awards mod (not sure if they have updated it yet) for example the messed up profile tab and assume it's this mod conflicting yet it's not ;). So your more than welcome to run both however if you have any issues with the Awards mod please post for support in that thread :cool:.
Gn_Snake
04-22-2012, 07:30 PM
Hi,
i have the same error of Mobo,
I get this error when requesting an award:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I running VB4.1.12,
any idea?
Hi,
i have the same error of Mobo,
I get this error when requesting an award:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I running VB4.1.12,
any idea?
gn_Snake, see if this post (https://vborg.vbsupport.ru/showpost.php?p=2220077&postcount=825) helps you.
Gn_Snake
04-23-2012, 11:02 AM
Thanks @Mobo,
i have apply this but i don't fixed it.
????
Hello. We would like to replace the broken and not supported YAAS with this plugin. Does it work fine with latest vb version and is it maintained well?
Also, would it be any problem manually transfering the ranks from YAAS to this? I see that the core system looks quite similar.
Gn_Snake
05-01-2012, 08:05 AM
Thanks @Mobo,
i have apply this but i don't fixed it.
????
Help please, nothing idea?
I still think it's a permission issue, is it for all ranks/medals?
Gn_Snake
05-01-2012, 12:49 PM
I still think it's a permission issue, is it for all ranks/medals?
I checked again to be sure. :rolleyes:
I put "Yes" in the various Ranks and enabled for each user group the opportunity to apply for the rank
Set Yes for all Rank Active
Allow member to request this rank?
You need to enable "Display Request Rank Link" in Rank System Settings, in order to use this
Allow member to recommend this rank?
You need to enable "Display Recommend Rank Link" in Rank System Settings, in order to use this
Is this Rank active?
If not active, the rank will not be listed in ranklist
Set Yes for all User Group
Can request ranks
Can recommend ranks
Gn_Snake
05-07-2012, 02:09 PM
No idea what it is?
Sorry, no. If I get time and you want to set me up a temp admin account, I can take a look around and see if I can find some thing. It would be a week or so before I could though.
Gn_Snake
05-18-2012, 01:55 PM
Sorry, no. If I get time and you want to set me up a temp admin account, I can take a look around and see if I can find some thing. It would be a week or so before I could though.
Thanks, i. will give a big help
I send PM with account
Bluefin221
05-22-2012, 05:48 PM
Is there a way to centre the ranks as the display out of line unless they are all done by same graphic person, which is not possible at times. Would appreciate any help, searched the thread but cannot find anything related.
MarceloS
06-06-2012, 05:19 PM
Looks like a good alternative to YAAS.
(1) Does this one have automated ranks? Like "when user gets to 100 posts, give rank x"
(2) Is it possible to choose a custom position to display the ranks on postbit?
Thanks.
KGodel
06-25-2012, 04:22 AM
Just wondering if anyone knew of an easy way to hide some categories from being displayed on the page that lists all of the "ranks". Thanks!
Arashdn
07-29-2012, 08:38 AM
Hi,
Will this mod work on VB 4.2 ?
Arashdn
07-30-2012, 07:33 AM
Hi,
Will this mod work on VB 4.2 ?
Yes , It works well ....
I've gotten great use out of the YAAS mod and the YARS mod has been very helpful as well. As such, I'd like to share the 320+ medals I've had my artist design for me with the community. A lot of them are "medal sets", meaning a medal has multiple level or ranks. I use this level system extensively on my site, so there are a lot of those.
I've included the base image of each medal and its icon. They are both PNG images with transparent backgrounds.
A sample:
https://vborg.vbsupport.ru/external/2012/08/120.png https://vborg.vbsupport.ru/external/2012/08/121.png
Please only use these only on your vBulliten sites. The zip file for these is to large to attach here, so you can download it here (wingsofwar.org/Temp/Medals.zip).
Hope this helps some of you out.
I've just installed this on my friends 4.2.0 site and for some reason the Rank System Settings page will not display anything. Here is a screen shot of what we see. Has anyone ever seen this before?
hoplomachus
08-23-2012, 09:56 PM
I've installed but there is 2 errors first when i choose Diagnostic i get the following back ...
Deprecated: Assigning the return value of new by reference is deprecated in /admincp/rank_diagnostics.php on line 29
second error is when i goto this section ... Submission: From Userid for Congratulation PM and/or Email
in there i click where it says Click Here to edit PM content the link leads to ... /admincp/phrase.php?do=edit&e[3000][rank_pm]
But phrase.php doesnt exsist in admincp and returns the following ...
No Phrases Matched Your Query
Hope someone can help im on 4.2.0
Thanks
Hops
zascok
08-24-2012, 11:01 AM
Hi everyone, I'm about to give it a go. Just a question: How intensive the hack can go with a server? How many queries are there lets say if I have 10 users with a rank posted on the same page.
hoplomachus
08-26-2012, 06:05 AM
ok an update line 29 is ... $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
W2OE_Prodigy
08-27-2012, 05:59 AM
update to 4.2?
W2OE_Prodigy
08-31-2012, 11:31 PM
Anyone have an idea how to fix this error?
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/w2oe/public_html/ranks.php:97) in /home/w2oe/public_html/includes/adminfunctions.php on line 1922
Crotan
09-04-2012, 03:16 PM
The original Yet Another Awards System was just quarantined for a vulnerability and I've disabled it on my board.
Does this mod have the same vulnerability? I know they are similar? But I may end up switching to this one if it's been fixed here?
TheLastSuperman
10-30-2012, 12:33 AM
This modification has been updated, the recent security vulnerability patched!
Enjoy!
ProFifaLeagues
10-30-2012, 06:31 AM
Thank you Michael
gamersplatoon
10-30-2012, 07:28 AM
I can't believe this finally got updated, please make sure it's perfectly working on 4.2 before you go inactive again .. -.-
JhonDoz
10-30-2012, 09:29 AM
When i installed this hack, something going wrong.... see attached picture, its clearly showing that this rank system take place of date of join.https://vborg.vbsupport.ru/
Bluefin221
10-30-2012, 04:02 PM
Thanks, dropped you a PM Micheal.
ProFifaLeagues
10-30-2012, 07:09 PM
When i installed this hack, something going wrong.... see attached picture, its clearly showing that this rank system take place of date of join.http://forum.af/umar/untitled.bmp
This may be useful https://vborg.vbsupport.ru/showpost.php?p=2213758&postcount=2
fat_gezzar
11-13-2012, 10:16 PM
Thank you :)
TheLastSuperman
12-02-2012, 06:38 PM
Anyone have an idea how to fix this error?
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/w2oe/public_html/ranks.php:97) in /home/w2oe/public_html/includes/adminfunctions.php on line 1922
https://vborg.vbsupport.ru/showpost.php?p=2305472&postcount=118
sadiq6210
01-02-2013, 12:22 PM
Try to store the CSS as files
admincp >> Settings >> Options >> Style & Language Settings >> Store CSS Stylesheets as Files? (Select "YES")
Results:
The <legend> is not working in postbit style
The default postbit style will be as same as (Style 2) where (Style 1) is not working. (There is no <legend>)
Any idea about how to fox this bug?
Capt C Ray
01-29-2013, 01:25 AM
I just installed this mod in version 4.2.0. It shows in the ACP panel and it is set to show the link in the navigation bar. But the tab is not there. Any suggestions?
fishmaster
03-19-2013, 10:16 PM
System working correctly but keep getting the below 2 errors when issuing awards.
Any idea on how to address them?
Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/admincp/rank.php on line 594
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/rank.php on line 594
fishmaster
05-12-2013, 02:59 PM
Anyone have any ideas?
Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/admincp/rank.php on line 594
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/rank.php on line 594
Works fine though..
mobile4persian
06-06-2013, 05:28 AM
how can i align styel 1 to center?
https://vborg.vbsupport.ru/external/2013/08/2.jpg
mathforum
06-28-2013, 08:15 PM
I'm trying to include the ranks with the normal postbit info - join date, post, etc. and tried using the following code:
<vb:if condition="$post[showuserranks]"><dt>Awards</dt><dd>$post[userranks]</dd></vb:if>
What I see is this:
https://vborg.vbsupport.ru/external/2013/08/6.png
Any ideas?
TheLastSuperman
08-29-2013, 08:07 PM
Try to store the CSS as files
admincp >> Settings >> Options >> Style & Language Settings >> Store CSS Stylesheets as Files? (Select "YES")
Results:
The <legend> is not working in postbit style
The default postbit style will be as same as (Style 2) where (Style 1) is not working. (There is no <legend>)
Any idea about how to fox this bug?
You need to view the file "Default CSS Data.txt" within the .zip, make sure you have the correct layout chosen then add the matching css to your additional.css file and adjust to suite.
Style 1 is supposed to have the legend, are you saying it's not within your default style when using style 1 option or are you running a custom style where something might be conflicting? I'm assuming it was not showing becuase there was no ranks.css file present, adding to additional.css file should sort this though.
I just installed this mod in version 4.2.0. It shows in the ACP panel and it is set to show the link in the navigation bar. But the tab is not there. Any suggestions?
4.2.0 uses the navigation manager, visit the plugin manager and disable the ranks tab, now use the navigation manager to add a new tab for this ;).
Anyone have any ideas?
Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/admincp/rank.php on line 594
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/rank.php on line 594
Works fine though..
Well at first it would read as if it was not connecting and/or you have incorrect config.php info however seeing as the forum works and this works minus the error I'm unsure unless you're on PHP 5.5 already but 5.5.0 released in June your post was from March and I know your host was not running a 5.5 release candidate so I'm unsure. It has been a while since I've had time to reply here so if your still running this and the issue is present let me know.
mysql_insert_id() is deprecated (http://php.net/manual/en/function.mysql-insert-id.php) in php 5.5.0+ that is why it came to mind but again post date makes me think it was something else at the time.
how can i align styel 1 to center?
https://vborg.vbsupport.ru/external/2013/08/2.jpg
Off the top of my head... try adding this to additional.css OR replacing the definition in ranks.css template:
.ranks_legend {
float:none; text-align:center;
}
I'm trying to include the ranks with the normal postbit info - join date, post, etc. and tried using the following code:
<vb:if condition="$post[showuserranks]"><dt>Awards</dt><dd>$post[userranks]</dd></vb:if>
What I see is this:
https://vborg.vbsupport.ru/external/2013/08/6.png
Any ideas?
That will not work, edit the appropriate template in the rank template of families based on what style for the ranks you have. AdminCP > Styles & Templates > Style Manager > Edit Templates > Yet Another Ranks System Templates
friendlymela
08-30-2013, 06:44 AM
This mod will work on 4.2.1?
TheLastSuperman
08-30-2013, 10:59 AM
This mod will work on 4.2.1?
I see no reason why not, if you find an issue report promptly for a fix ;).
friendlymela
09-01-2013, 03:02 PM
I see no reason why not, if you find an issue report promptly for a fix ;).
Thanks dear i'll install it then inform you :)
LgsOfChampions
09-01-2013, 03:29 PM
Installed!! thanks,
Quick question - is there a way to change the font color for style 1? I have the same back ground color as the font and would like to darkening the font a little?
TheLastSuperman
09-01-2013, 04:05 PM
Installed!! thanks,
Quick question - is there a way to change the font color for style 1? I have the same back ground color as the font and would like to darkening the font a little?
Hmm apparenty there is an issue with the css from ranks_css.css running properly I just confirmed that so look for a fix on the next version.
To sort the issue your having simply paste this in additional.css template:
/* Rank System CSS Start */
/* Style 1 */
.ranks_fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
color:#FF0000 !important;
}
.ranks_fieldset a {
color:#FF0000 !important;
}
.ranks_fieldset a:hover {
color:#FF4400 !important;
}
*However you don't need to add all of those i.e.
- ranks_fieldset simply changes normal fonts within to red (#FF0000) for example the colons and the counts : 1
- ranks_fieldset a changes the links to whatever colors you want. ranks_fieldset a:hover compliments the previous making the hover effect show a new color now as well.
hellcap
09-02-2013, 01:10 PM
<a href="http://thor-force.de/forum/ranks.php" target="_blank">http://thor-force.de/forum/ranks.php</a> doesnt work why ?
LgsOfChampions
09-02-2013, 03:19 PM
Hmm apparenty there is an issue with the css from ranks_css.css running properly I just confirmed that so look for a fix on the next version.
To sort the issue your having simply paste this in additional.css template:
/* Rank System CSS Start */
/* Style 1 */
.ranks_fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
color:#FF0000 !important;
}
.ranks_fieldset a {
color:#FF0000 !important;
}
.ranks_fieldset a:hover {
color:#FF4400 !important;
}
*However you don't need to add all of those i.e.
- ranks_fieldset simply changes normal fonts within to red (#FF0000) for example the colons and the counts : 1
- ranks_fieldset a changes the links to whatever colors you want. ranks_fieldset a:hover compliments the previous making the hover effect show a new color now as well.
going to try this out let you know, thanks for the time to respond:up:
**edit**
worked great, greatly appreciated
friendlymela
09-03-2013, 06:28 AM
Hey Superman thanks alot i have installed it and using it :D may i know how can i change the word Ranks into Awards? i want to show word Awards ? is this possible?
ozzy47
09-03-2013, 09:26 AM
Which ranks words do you wish to change, it is used in quite a few places? Best bet is to do a search in ACP --> Languages & Phrases --> Search in Phrases for the word ranks.
friendlymela
09-03-2013, 09:40 AM
Please have look these follow two place where i want to change the name ranks to awards
https://vborg.vbsupport.ru/external/2013/09/74.png
ozzy47
09-03-2013, 09:47 AM
The tab My Ranks would be the phrase my_ranks
The text Ranks Showcase would be the phrase rank_showcase
The text 1 Ranks would be the phrase ranks
The text Total Ranks would be the phrase total_ranks
friendlymela
09-03-2013, 09:56 AM
The tab My Ranks would be the phrase my_ranks
The text Ranks Showcase would be the phrase rank_showcase
The text 1 Ranks would be the phrase ranks
The text Total Ranks would be the phrase total_ranks
i said i want to change it into word awards
ozzy47
09-03-2013, 09:59 AM
Right, edit those phrases and you can change them there. ACP --> Languages & Phrases --> Search in Phrases
friendlymela
09-03-2013, 10:17 AM
Thanks for above now please tell what i should i put the box below?
https://vborg.vbsupport.ru/external/2013/09/73.png
ozzy47
09-03-2013, 10:23 AM
You put what ever you want the text My Ranks to be changed to
friendlymela
09-03-2013, 10:59 AM
Thanks alot dear i have done it
ozzy47
09-03-2013, 11:04 AM
Not a problem, glad to help. :)
TheLastSuperman
09-03-2013, 12:36 PM
Thanks ozzy! I can't like you enough lol "You must 'Like' someone else's post before liking any more by ozzy47."
Also as a reminder, this is a port from the Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684) - it's available for download and use and you don't need to edit any phrases or templates. <-- Now with that being said every so often either myself or the authors of that mod may become behind on keeping it updated and one version may suffer from a few misc. bugs the other does not so you're free to install either and edit phrases as ozzy pointed out to get what you want i.e. Awards or Ranks ;).
friendlymela
09-03-2013, 02:12 PM
Thanks ozzy! I can't like you enough lol "You must 'Like' someone else's post before liking any more by ozzy47."
Also as a reminder, this is a port from the Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684) - it's available for download and use and you don't need to edit any phrases or templates. <-- Now with that being said every so often either myself or the authors of that mod may become behind on keeping it updated and one version may suffer from a few misc. bugs the other does not so you're free to install either and edit phrases as ozzy pointed out to get what you want i.e. Awards or Ranks ;).
Thanks u also u both guys are genius :p anyways i know about the Yet Another Award System if i will feel uncomfortable to use Yet Another Rank System then i'll switch on YAAS. Now my problem has been solved and i am happy :D
hellcap
09-04-2013, 05:33 AM
i dont get the ranks.php working, why? i tested the Yet Another Award System and ther we go the award.php is working and i can see the hole list of awards. so why isnt the ranks.php working and showing the rank list?
friendlymela
09-04-2013, 09:58 AM
i dont get the ranks.php working, why? i tested the Yet Another Award System and ther we go the award.php is working and i can see the hole list of awards. so why isnt the ranks.php working and showing the rank list?
maybe u have missed to upload any file on forum root
hellcap
09-05-2013, 06:00 AM
all files from the upload folder are on the ftp.
And at the AdminCP is all working, there i have all options and settings.
The Ranks are listed in my Post also. in that case all is fine... the only thing is the ranks.php isnt working :/
http://thor-force.de/forum/ranks.php not working
http://thor-force.de/forum/awards.php working
TheLastSuperman
09-05-2013, 10:52 AM
all files from the upload folder are on the ftp.
And at the AdminCP is all working, there i have all options and settings.
The Ranks are listed in my Post also. in that case all is fine... the only thing is the ranks.php isnt working :/
http://thor-force.de/forum/ranks.php not working
http://thor-force.de/forum/awards.php working
Try re-downloading the modification then uploading the files again. In the rank settings do you have the points system enabled, if so and it's not in awards then disable it the same.
hellcap
09-06-2013, 06:47 AM
re-downloaded and files has been uploaded, i checked the Point System, both are disabled.
And both as the same configuration setup.
But still not working :/
TheLastSuperman
09-06-2013, 12:12 PM
re-downloaded and files has been uploaded, i checked the Point System, both are disabled.
And both as the same configuration setup.
But still not working :/
Only thing that comes to mind now is... if you're running php 5.3 this could be related to deprecated values, I have not updated this recently as they did with the Awards system it's one version behind in a sense.
hellcap
09-06-2013, 12:17 PM
yes, this could be the problem, we run on PHP Version 5.3.3-7+squeeze17
Do you make an update for php5.3 ? that would be awsome :)
TheLastSuperman
09-06-2013, 12:22 PM
yes, this could be the problem, we run on PHP Version 5.3.3-7+squeeze17
Do you make an update for php5.3 ? that would be awsome :)
I've already mentioned updating a style on here this coming up week, I'll update this after updating the style (https://vborg.vbsupport.ru/showpost.php?p=2442969&postcount=461). If I have more free time pop up I'll get to it before then ;).
katie hunter
09-18-2013, 11:33 AM
I've already mentioned updating a style on here this coming up week, I'll update this after updating the style (https://vborg.vbsupport.ru/showpost.php?p=2442969&postcount=461). If I have more free time pop up I'll get to it before then ;).
Hi Mike =)
Was this update applied?
Last Update: 30 Oct 2012
Is there a way to import the award list and users http://forum.nihonomaru.com/awards.php from the 3.7.x version? or would i have to reissue these awards and recreate them?
It would be nice to have some sort of pagination per category like http://www.nihonomaru.com/awards something fun i did but not vb related http://www.nihonomaru.com/profile/yuneko.52/achievements
Pocket Aces
11-02-2013, 02:09 AM
Is it possible to let moderators issue / remove ranks via modcp?
TheLastSuperman
11-08-2013, 02:28 AM
Is it possible to let moderators issue / remove ranks via modcp?
it sure is :D
ozzy47
12-17-2013, 02:51 AM
Taken from this thread, https://vborg.vbsupport.ru/showthread.php?t=305970
Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 14
Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 35
both show up whenever i click ANYONES profile to view their information. how do i stop that from showing up?
Try this XML.
webmastersitesi
12-30-2013, 01:41 PM
does this work on 4.2.2
gec100
01-26-2014, 09:35 AM
Taken from this thread, https://vborg.vbsupport.ru/showthread.php?t=305970
Try this XML.
thx ozzy47! :up:
that fixed my problem
gec100
01-26-2014, 09:35 AM
does this work on 4.2.2
it does.
rwurbanwildlife
02-03-2014, 07:30 PM
I am getting this warning when going to a users awards page on 4.2.2:
Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 74
NEVERMIND! This worked!
Taken from this thread, https://vborg.vbsupport.ru/showthread.php?t=305970
Try this XML.
mathforum
02-23-2014, 09:50 PM
How can I get these medals into the box that says "Awards"? I wish it were as simple as cutting and pasting some lines but it seems to be trickier than that. :(
https://vborg.vbsupport.ru/external/2014/02/11.png
mathforum
02-24-2014, 01:08 PM
If I add the last box to one of the YARS templates I can do this much, but there is still a huge space that isn't acceptable. I wish that I knew how to put the images in the postbit legacy template anywhere I wanted.
https://vborg.vbsupport.ru/external/2014/02/10.png
This method is probably really sloppy and I lose the arcade images. This code seems like it should work but it doesn't output any medals:
<vb:if condition="$post['showuserranks'] OR $post['arcadeawards']">
<dt>Awards</dt> <dd>{vb:raw post.arcadeawardimg}{vb:raw awardimages}</dd>
</vb:if>
There has to be a way to fix this. Any help is greatly appreciated. I've approached this one problem in so many ways now, but none of them completely work. :(
potashovdv
03-14-2014, 07:43 PM
i upgrade forum to 4.2.2 beta 1 and display this error in forum home ( forum.php )
Warning: Function split() is deprecated in ..../forum.php(791) : eval()'d code on line 2
in member.php page :
Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 24
Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_log_error.php on line 45
This error occurs if you enable the plugin 4.1.4
TheLastSuperman
03-14-2014, 07:58 PM
This error occurs if you enable the plugin 4.1.4
Of course it does :p
Try this post:
https://vborg.vbsupport.ru/showpost.php?p=2468895&postcount=219
Ozzy cleared it up ;).
iamjubee
04-07-2014, 07:09 AM
Is there any way to have the awards showed up in their different categories and not all together? I have medals and ribbons and would like both categories to appear.
iamjubee
04-13-2014, 07:02 AM
Please help me with this below:
Warning: Function ereg_replace() is deprecated in ..../admincp/rank_version_info.php on line 49
Warning: Function ereg_replace() is deprecated in ..../admincp/rank_version_info.php on line 51
I'm also getting this message when requesting and recommending ranks:
Something unexpected has happened, your rank request cannot be sent at this time. Please contact a site administrator for assistance.
I have already made sure the permissions in my usergroups were good. The request and recommendation do go through and we can grant their request via admincp. Everything is working fine BUT users always get that message when requesting or recommending which results in them requesting it multiple times because of that error. Little do they know that their initial request did go through! I've gone through everything mentioned HERE (https://vborg.vbsupport.ru/showpost.php?p=2220077&postcount=825) as well.
Any help please?
iamjubee
04-14-2014, 12:58 AM
can anyone help me?
TheLastSuperman
04-14-2014, 02:15 AM
What is your vBulletin version? What is your mysql version (if you have the points system part of YARS enabled this matters otherwise disable it).
If you're running 4.2.2 have you tried adding in the code to not show errors? http://www.vbulletin.com/forum/forum/vbulletin-announcements/vbulletin-announcements_aa/4000121-vbulletin-4-2-2-full-has-been-released?p=4000466#post4000466
This mod has not been updated like YAAS has, you can install and run YAAS instead of YARS and name it what you want by simply changing some phrase unless of course you want to run both.
iamjubee
04-14-2014, 02:55 AM
What is your vBulletin version? What is your mysql version (if you have the points system part of YARS enabled this matters otherwise disable it).
If you're running 4.2.2 have you tried adding in the code to not show errors? http://www.vbulletin.com/forum/forum/vbulletin-announcements/vbulletin-announcements_aa/4000121-vbulletin-4-2-2-full-has-been-released?p=4000466#post4000466
This mod has not been updated like YAAS has, you can install and run YAAS instead of YARS and name it what you want by simply changing some phrase unless of course you want to run both.
I am running mySQL: 5.1.73 and yes I do have VB 4.2.2
I have disabled the points system as well as added in the code given on the link you provided.
It still showing up with that message :(
friendlymela
05-28-2014, 06:49 AM
Because of this mod i am facing High CPU usage in showthread.php so what should i do?
Haseenvilla
06-27-2014, 12:32 PM
Taken from this thread, https://vborg.vbsupport.ru/showthread.php?t=305970
Try this XML.
i try this one but i have same issue in rank system plugin
Warning: Assigning the return value of new by reference is deprecated in ..../member.php(599) : eval()'d code on line 22
Warning: Assigning the return value of new by reference is deprecated in ..../includes/functions_log_error.php on line 43
can u fix it plz ?
MarkFL
12-24-2014, 07:16 AM
First I want to say what a nice product this is that helps us show appreciation to many well-deserving members on our forum. :cool:
We run vB 4.2.2 PL2, with PHP 5.4.35 and MySQL 5.1.73-cll.
We hold end of the year voting for our awards in roughly 17 categories. I would like for our users to be able to retain their past awards in their profiles, but only have the awards from the most recent voting year be displayed in their postbits.
I have found a way to do this using a CSS attribute selector to hide any awards with "2013" in their title attributes, and then a short script in the postbit_legacy template to then hide any resulting empty "Awards" elements (as it may be possible that someone who won awards last year may not win any this year).
This is inefficient though, and I was just wondering if there is a way to do this by modifying the options for this product in the AdminCP. I did not see any way to do it this way, and so I am prepared with the "bandaid" I described above until I can find a better and permanent way to accomplish my goal.
If not, then I suppose my only option would be to hack the plugin(s). :D
egovb
01-07-2016, 05:18 AM
System working correctly but keep getting the below 2 errors when issuing awards.
Any idea on how to address them?
Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'nobody'@'localhost' (using password: NO) in [path]/admincp/rank.php on line 594
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/rank.php on line 594
Hey everyone, having the same issue but no fix was ever provided. I am working on a site running vb 3.8.8 Patch Level 1 running Yet Another Award System v2.1.4 with php 5.5.30, mysql 5.6.28.
Any help resolving this error would be awesome!
migratoria
08-10-2017, 08:00 AM
Hi friends
About vbulletin 4.2.4 or 4.2.5 If I disable or uninstall the plugin I get "error 500" when I view a thread.
How can I fix the problem?
ikymbo
08-28-2017, 01:02 PM
dont work for me, i have vbulletin 4.2.7 and php v.7
carmine3838
05-28-2020, 10:59 AM
idem
Prince
06-10-2020, 10:31 PM
dont work for me, i have vbulletin 4.2.7
I thought vB 4.2.5 was the final version?
Thr33
08-30-2021, 02:09 PM
I thought vB 4.2.5 was the final version?
It is, that must be a typo.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.