MyBB Codes
[Release 1.4.x] Rank System - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Premium Mods (/forumdisplay.php?fid=8)
+--- Thread: [Release 1.4.x] Rank System (/showthread.php?tid=757)


[Release 1.4.x] Rank System - exdiogene - 01-29-2010 07:10 PM

//----------------
//PLUGIN OVERVIEW:
//----------------

Name: Rank System
Author: exdiogene
Description: This Plugin will add a rank system for your members that will be displayed in their Profile and in their Posts. Registered members can view a list of all members with the same rank and Administrators/Moderators can edit the members rank.
Website: http://www.mybbcodes.com
Version: 1.3
Compatibility: 1.4.x,1.6.x,1.8.x,2.0.x
Files To Upload: One
Files To Edits: None
Author is Responsible For Any Damage: NO
Author Provide Support For This Product: YES
License: Inside the License Folder
Copyrighted: All codes within the product are strongly copyrighted.

//------------
//SCREENSHOTS:
//------------
[attachment=578]

[attachment=566]

[attachment=567]

//----------
// DOWNLOAD:
//----------

If you are subscriber, then Go to the download button.
[Image: download.jpg]

//--------
//SUPPORT:
//--------

You can reach our support forum at: Plugins Support
The administrator can be reached here: exdiogene

---
I hope that you will appreciate this plugin.
Thank You
exdiogene
---


RE: [Release 1.4.x] Rank System - AlanB - 02-21-2010 10:20 PM

Hello exdiogene! I have a question about this plugin ... I use the classic postbit with their respective information in tables (attached image) as an achievement to call this plugin to one of these tables? Normally is {$post['XXXXXXX']}... So I want to make plugin Activity ... Thank you!

[attachment=576]


RE: [Release 1.4.x] Rank System - exdiogene - 02-21-2010 10:44 PM

Hello,

i am trying to understand what you ask me. If your question is to know if the plugin will work in the "classic" post display mode, the answer is yes.

If your question is to know the variable name containing the rank information, the information is appended directly to the $post['user_details'] in the plugin.

If it is not what you want to know, please be more explicit in your question... Wink

From the picture you are showing me, i cannot get any information helping me to understand more. I only see images and icons... Undecided


RE: [Release 1.4.x] Rank System - AlanB - 02-22-2010 03:31 PM

What I do is that the Rank System appears in one of the tables in postbit-classic icons such as inside the table, as pictured ... Thank you!


RE: [Release 1.4.x] Rank System - exdiogene - 02-22-2010 04:21 PM

From what i can understand you want to be able to display each part of the ranking information separately in a table you place inside your postbit-classic.

If this is what you want, i will need to modify the plugin to let you use the new $post['rank_text'] and $post['rank_bar'] variables that i would create inside the plugin to allow you to do so.

Just confirm if this is what you need?

Wink


RE: [Release 1.4.x] Rank System - AlanB - 02-22-2010 09:15 PM

If that's what I do... Thank you! Smile


RE: [Release 1.4.x] Rank System - exdiogene - 02-22-2010 10:15 PM

(02-22-2010 09:15 PM)AlanB Wrote:  If that's what I do... Thank you! Smile

Sorry i cannot understand what you wrote. I try to translate but it make no sense to me... UHH

Please write it in your main language (i believe it should be spanish) and send it to me in a Private Message. It would be easier for me this way.


RE: [Release 1.4.x] Rank System - exdiogene - 02-24-2010 07:03 PM

The plugin have been upgraded with your desired features!

To keep the previous rank values assigned to your users, you can download the new plugin, copy it over the old one, then you will uninstall it and reinstall it again.

Smile


RE: [Release 1.4.x] Rank System - AlanB - 02-25-2010 10:32 PM

Hola Exdiogene, estuve probando el plugin actualizado y tome pantallazos del error que produce al instalarlo... A continuacion detallo los errores:

- Error #1

Al activar instalar y activar el plugin pasa que aparece al final de todo totalmente desestructurado...

[attachment=579]

-Error #2

Al llamar a las variables $post['rank_text'] y $post['rank_bar'] sucede que desaparece toda la informacion detallada de los usuarios quedando como resultado lo que muestran las imagenes...

[attachment=580]
[attachment=581]

Saludos AlanB desde Argentina!

PD: Me ofrezco como tester de este plugin Cool


RE: [Release 1.4.x] Rank System - exdiogene - 02-25-2010 10:55 PM

Please, keep posting in english on the forums. Wink

If you must write in spanish, send me a PM...

From what i could understand you seem to say that the data is unstructured and have bad looking.

With the pictures i see, the only problem seem to be the rank_bar that is not centered as the rest. If it is only this that is bugging you, i could make the rank_bar with a centered style.

You must also understand that plugins are made for the majority of users and most users are using standard postbit display.


RE: [Release 1.4.x] Rank System - codingd - 05-06-2010 08:47 PM

loooks very cool!


RE: [Release 1.4.x] Rank System - Technoman - 07-05-2010 04:36 AM

ok I have a question myself, im using this with classic postbit .. the rank bar is not exactly centered correctly ... any solution?

Thanks!


RE: [Release 1.4.x] Rank System - exdiogene - 07-05-2010 10:55 AM

(07-05-2010 04:36 AM)Technoman Wrote:  ok I have a question myself, im using this with classic postbit .. the rank bar is not exactly centered correctly ... any solution?

Thanks!

You can use the $post['rank_text'] and $post['rank_bar'] variables in your classic postbit template if you want and align them the way you need... Wink


RE: [Release 1.4.x] Rank System - Technoman - 07-05-2010 12:29 PM

(07-05-2010 10:55 AM)exdiogene Wrote:  
(07-05-2010 04:36 AM)Technoman Wrote:  ok I have a question myself, im using this with classic postbit .. the rank bar is not exactly centered correctly ... any solution?

Thanks!

You can use the $post['rank_text'] and $post['rank_bar'] variables in your classic postbit template if you want and align them the way you need... Wink


I also had to add open and closed brackets between and thanks.

{$post['rank_bar']}
{$post['rank_text']}



RE: [Release 1.4.x] Rank System - FBI - 07-10-2010 09:10 PM

what value this plugin based?
post number? thread number? or else?


RE: [Release 1.4.x] Rank System - exdiogene - 07-10-2010 09:27 PM

You, as admin, assign manually the rank to each member as you see fit.


RE: [Release 1.4.x] Rank System - FBI - 07-10-2010 10:24 PM

I see Wink
thanks


RE: [Release 1.4.x] Rank System - Chainzs - 07-27-2010 10:08 PM

One question for you Mr. Exdio
How can i add a few more ranks ? Where do i have to make the changes ?

I was thinking maybe add a few more of these below straight in the Regentronique_Rank_System.php and just replace the file in on my server with the new one
good idea or not ?

$db->insert_query('settinggroups', $insertarray);
$gid = $db->insert_id();

$insertarray = array(
"sid" => NULL,
"name" => "Regentronique_Rank_System_default_rank",
"title" => "Default Rank",
"description" => "What would be the default rank value.(1-5)",
"optionscode" => "text",
"value" => "1",
"disporder" => "1",
"gid" => intval($gid),
);


RE: [Release 1.4.x] Rank System - exdiogene - 07-27-2010 10:37 PM

The plugin would need to be modified to allow more than 5 ranks, to allow their settings, selection and display. The rank bar would also need to be modified for the actual amount of ranks.

No easy solution...

Wink

EDIT :

If you do what you wrote and add 5 new values like :

PHP Code:[Highlight]
$insertarray = array(
        
"sid"           => NULL,
        
"name"          => "Regentronique_Rank_System_rank6",
        
"title"         => "Rank name #6",
        
"description"       => "What would be the name to be dispayed for rank #6",
        
"optionscode"       => "text",
        
"value"         => "<b style=\"color:#f0d020;\">New Rank6</b>",
        
"disporder"     => "7",
        
"gid"           => intval($gid),
    );
    
$db->insert_query("settings"$insertarray);
...
... 

then you will also have to modify the count for selection :

PHP Code:[Highlight]
for($s=1;$s 6;$s++){ 

should become this if you want 10 settings
PHP Code:[Highlight]
for($s=1;$s 11;$s++){ 

Also
PHP Code:[Highlight]
$post['rank_bar'] = get_rank_bar(($rank2 -1) * 25);
$Rej_Bar get_rank_bar(($rank2 -1) * 25); 

should become this if you want 10 settings
PHP Code:[Highlight]
$post['rank_bar'] = get_rank_bar(($rank2 -1) * 11);
$Rej_Bar get_rank_bar(($rank2 -1) * 11); 



RE: [Release 1.4.x] Rank System - Chainzs - 07-27-2010 11:53 PM

Ouch ! I think i will forget about it.. too complicated, you know me i will probably crash my board trying to do this.


RE: [Release 1.4.x] Rank System - Miraj - 07-29-2010 01:08 AM

I think this is a good plugin.


RE: [Release 1.4.x] Rank System - Chainzs - 10-01-2010 04:51 PM

I seriously need more selectable ranks.. any chance you will release one with something like 10 ranks someday exdio ?


RE: [Release 1.4.x] Rank System - Chainzs - 10-04-2010 05:22 PM

shameless bump. My PS3 clan forum really need more ranks.
Is this something i can wish for ?


RE: [Release 1.4.x] Rank System - exdiogene - 10-04-2010 06:39 PM

Ok, i will try to figure out a way to make it dynamic, with any amount of ranking up to 10!

It is in my ToDo list of November...

Wink


RE: [Release 1.4.x] Rank System - Chainzs - 10-04-2010 07:25 PM

thank you sir ! My members will appreciate.


RE: [Release 1.4.x] Rank System - Chainzs - 11-30-2010 07:17 PM

(10-04-2010 06:39 PM)exdiogene Wrote:  Ok, i will try to figure out a way to make it dynamic, with any amount of ranking up to 10!

It is in my ToDo list of November...

Wink

Can we expect this to be released in December ? Shy
Take all the time you need exdiogene, i know you're a busy man.


RE: [Release 1.4.x] Rank System - exdiogene - 12-01-2010 05:30 PM

Ok, the new version is done and i need someone to test it on his site and it seem that it will be you! Wink

I sent you a PM to know were to get the file. Just uninstall your previous one, by taking care of leaving the setting "Delete ranks when uninstalling this plugin." to "NO" if you want to keep the old ranks of all your members.

Write the new plugin over the old one, activate it and fill up the settings to your needs...


RE: [Release 1.4.x] Rank System - Chainzs - 12-01-2010 09:33 PM

Wow ! That's even better than i expected, I can match my members group colors with their ranks !
You are the God of Plugins exdiogene.. I know i've told you this a few times already but damn that new version is really impressive.


RE: [Release 1.4.x] Rank System - exdiogene - 12-01-2010 10:05 PM

So, is it a go for the upgrade to be published for all our subscribers?

Wink


RE: [Release 1.4.x] Rank System - Chainzs - 12-02-2010 09:31 PM

I guess it's a go ! I have not found any bugs whatesover ! UHH)


RE: [Release 1.4.x] Rank System - Kamar - 12-30-2010 04:57 AM

Excelent work! Seriously consider the account of the subscriber ;]


RE: [Release 1.4.x] Rank System - _Un!corn - 08-08-2011 08:38 AM

hm.. Really Useful... Smile


RE: [Release 1.4.x] Rank System - kLx - 10-11-2012 09:32 PM

esfesesffesfesfesefsef