Welcome Guest[18.116.89.8], connected from Cambridge, Massachusetts
[Release 1.4.x] Rank System
|
Post: #11
|
|||
|
|||
RE: [Release 1.4.x] Rank System
loooks very cool!
|
|||
Post: #12
|
|||
|
|||
RE: [Release 1.4.x] Rank System
ok I have a question myself, im using this with classic postbit .. the rank bar is not exactly centered correctly ... any solution?
Thanks! |
|||
Post: #13
|
|||
|
|||
RE: [Release 1.4.x] Rank System
(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? 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... |
|||
Post: #14
|
|||
|
|||
RE: [Release 1.4.x] Rank System
(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? I also had to add open and closed brackets between and thanks. Code:[Highlight] {$post['rank_bar']} Code:[Highlight] {$post['rank_text']} |
|||
Post: #15
|
|||
|
|||
RE: [Release 1.4.x] Rank System
what value this plugin based?
post number? thread number? or else? |
|||
Post: #16
|
|||
|
|||
RE: [Release 1.4.x] Rank System
You, as admin, assign manually the rank to each member as you see fit.
|
|||
Post: #17
|
|||
|
|||
RE: [Release 1.4.x] Rank System
I see
thanks |
|||
07-27-2010, 10:08 PM
(This post was last modified: 07-27-2010 10:12 PM by Chainzs.)
Post: #18
|
|||
|
|||
RE: [Release 1.4.x] Rank System
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), ); |
|||
07-27-2010, 10:37 PM
(This post was last modified: 07-27-2010 10:51 PM by exdiogene.)
Post: #19
|
|||
|
|||
RE: [Release 1.4.x] Rank System
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... EDIT : If you do what you wrote and add 5 new values like : PHP Code:[Highlight] $insertarray = array( 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); should become this if you want 10 settings PHP Code:[Highlight] $post['rank_bar'] = get_rank_bar(($rank2 -1) * 11); |
|||
Post: #20
|
|||
|
|||
RE: [Release 1.4.x] Rank System
Ouch ! I think i will forget about it.. too complicated, you know me i will probably crash my board trying to do this.
|
|||
0 member(s) viewed this thread in the last 365 days :
|
« Next Oldest | Next Newest »
|
WWWHostingServer.com
|
||||||
|
||||||
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
[Release 1.4.x] Quick Keys 1.0 | ghazal | 0 | 2,232 |
02-20-2024 11:51 AM Last Post: GeorgeMAB |
|
[Release 1.4.x] Logout Never 1.0 | ghazal | 2 | 3,324 |
02-20-2024 09:09 AM Last Post: Jackmom |
|
[Release 1.4.x] My Tabbed Categories 1.0 | ghazal | 8 | 5,491 |
02-14-2024 06:41 AM Last Post: DanielScoup |
|
[Release 1.4.x] Get IP in a Tool Tip 1.0 | ghazal | 4 | 3,984 |
02-13-2024 08:20 PM Last Post: issacLip |
|
[Release 1.4.x] My Juke Box 1.0 | ghazal | 12 | 8,523 |
06-23-2017 07:34 AM Last Post: exdiogene |
|
|
|
|
Powered By MyBB, © 2002-2024 MyBB Group. Golden Crown - Designed and Published by ghazal & exdiogene of MyBBCodes. Hosting provided by WWWHostingServer.com |