|
Post by Qwerty333 on Nov 29, 2009 20:55:50 GMT -5
I'm making a forum, and I like the ODBF system. Could somebody post what member groups there are here and what powers each member group has so I can use it for my forum? It would be greatly appreciated. Thanks. (EDIT: I guess GV would probably be the one to do this...)
|
|
|
Post by Qwerty on Nov 30, 2009 1:09:47 GMT -5
Or Listo, or G, but yes. They are the only ones who have mastered the dark side of the force enough to do so.
I think we should exclude the custom membergroups and such. So, just the staff ranks?
|
|
|
Post by GGoodie on Nov 30, 2009 8:17:06 GMT -5
I don't know all the powers, but i think Category mods have limited powers.
Category Mod (Foxtrotzero, Jakebob, Kuraioorora, V.I.R.O.S., and Memzak), Administrator (Vaconcovat), High Administrator (Pickleman, Qwerty and TSL), Co-Owner (GV and G), Owner (Listo) and Graphic Artist (Me)
Those aren't in any order or anything.. >.> <.<
lol i just realized vacon is the only admin.
|
|
|
Post by Qwerty on Nov 30, 2009 9:37:29 GMT -5
Ggoodie, correct, those aren't in any order. Graphic Artist is around High Administrator or so.
|
|
|
Post by Qwerty333 on Nov 30, 2009 22:13:22 GMT -5
Yes, please exclude custom member groups.
|
|
|
Post by Qwerty333 on Dec 3, 2009 18:36:57 GMT -5
All you need to do is take a screenshot of the member group list and a screenshot of the page that shows that group's powers.
|
|
|
Post by ONYX on Dec 9, 2009 9:15:01 GMT -5
We had a topic like this before. Whatever happened to that?
|
|
|
Post by Qwerty on Dec 9, 2009 9:29:11 GMT -5
That one was for the normal ranks, I believe.
|
|
|
Post by ONYX on Dec 10, 2009 20:46:30 GMT -5
What are the normal ranks then. I used to have like 10 stars. Now I have like 6 WTF. Change it back.
|
|
|
Post by General Veers on Dec 10, 2009 21:45:24 GMT -5
A while back, there was a request to have the maximum number of stars for any given person decreased to ten so that the profile wouldn't stretch ridiculously. TheListo agreed and made the change. We have stayed with that decision ever since.
|
|
|
Post by ONYX on Dec 10, 2009 21:47:14 GMT -5
Yea well 2 days ago I had 8 stars. Now i have like 5. Did you decrease it MORE.
|
|
|
Post by General Veers on Dec 10, 2009 21:53:51 GMT -5
You did? Well, does it seem that your post count is correct? To the extent of my knowledge, the number of stars for a given rank hasn't changed since nearly a year ago. I don't think anyone changed the number then, let alone 2-3 days ago, unless someone did so without my knowledge...
|
|
|
Post by ONYX on Dec 10, 2009 21:57:14 GMT -5
I had two more stars than this a few days ago. Btw Check out my post on The Room. Its so awesome. My room is so mechanical.
|
|
|
Post by GGoodie on Dec 10, 2009 22:39:04 GMT -5
I did. It now makes more sense, and actually works with teh miniprofile. If you hadn't noticed it was glitching. This was cause by the star counts, which would make the variable not function, causing the whole code to be skipped over.
|
|
|
Post by Qwerty on Dec 10, 2009 23:09:25 GMT -5
This conversation has gone waaaaaay off-topic. Do you have the membergroup list yet?
|
|
|
Post by ONYX on Dec 11, 2009 23:56:18 GMT -5
Why not just troubleshoot the code. Its just a image code. Comeon. Even Monochrome could do it. W00T RIFT. He'd own the code. Back on topic. I remember it used to be.
Site Owner Admin Global Mod Moderator
But thats an old list. Go figure...
|
|
|
Post by Qwerty333 on Dec 12, 2009 8:21:34 GMT -5
Yeah, but then tons of members joined, so there are several different member groups now.
|
|
|
Post by GGoodie on Dec 12, 2009 9:45:51 GMT -5
Why not just troubleshoot the code. Its just a image code. Comeon. Even Monochrome could do it. W00T RIFT. He'd own the code. I dont think you understandhow the code works. When there are 0 stars, the star variable in the miniprofile code goes blank, which is read as a non-established variable, which makes the whole miniprofile get skipped over. So when we had it that the first 3 ranks had 0 stars, anytime there was a thread with someone who had one of those ranks, the miniprofile would not work. And what do you mean, its just an image code? Do you wanna see it? function str_replace (search, replace, subject, count) { var i = 0, j = 0, temp = '', repl = '', sl = 0, fl = 0, f = [].concat(search), r = [].concat(replace), s = subject, ra = r instanceof Array, sa = s instanceof Array; s = [].concat(s); if (count) { this.window[count] = 0; }
for (i=0, sl=s.length; i < sl; i++) { if (s[i] === '') { continue; } for (j=0, fl=f.length; j < fl; j++) { temp = s[i]+''; repl = ra ? (r[j] !== undefined ? r[j] : '') : r[0]; s[i] = (temp).split(f[j]).join(repl); if (count && s[i] !== temp) { this.window[count] += (temp.length-s[i].length)/f[j].length;} } } return sa ? s : s[0]; }
var aTD = document.getElementsByTagName("TD"); if(location.href.match(/action=(display|(user)?recent|view|search2|pmview|calendarview)/i)){ for(a=0;a<aTD.length;a++){ if(aTD[a].width == "20%" && aTD[a].innerHTML.match(/>Posts: ([\d,]+)</i)){ var posts = RegExp.$1; var kar = (aTD[a].innerHTML.match(/>Karma:(.+?)</i)?RegExp.$1:""); var karmalinks = (aTD[a].innerHTML.match(/<br>\[\s(.+?)\s\](<br>|$)/i))? RegExp.$1 : ""; str_replace('[','',karmalinks); str_replace(']','',karmalinks); str_replace('|','',karmalinks); var dnblls = (aTD[a].innerHTML.match(/Dan-Balls:\s(.+?)(<br>|$)/i))? RegExp.$1 : "N/A";
var sp = aTD[a].innerHTML.split(/<br\s?\/?>/i); if(aTD[a].innerHTML.match(/<img.*?><br\s?\/?>(.*?)member is ((<b>)?o(ff|n)line(<\/b>)?)/i)){ var custom = RegExp.$1.toString(); var online2 = "<img src='"+(RegExp.$2.match(/offline/i)?offline:online)+"' />"; }
var lction = (aTD[a].innerHTML.match(/>Location: (.+?)</i)?RegExp.$1:"Undisclosed"); var gndr = (aTD[a].innerHTML.match(/>Gender: ((fe)?male)/i)?(RegExp.$1 == "Female"?female:male):none); var avtr = (aTD[a].innerHTML.match(/center><img(.+?)alt="?\[avatar\]"?(.+?)><br/i)?"<img"+RegExp.$1+"alt='[avatar]'"+RegExp.$2+">":""); var joined = (aTD[a].innerHTML.match(/Joined: ([a-zA-Z0-9 ]+)</i)?RegExp.$1:"Unknown") var prsnltxt = (aTD[a].getElementsByTagName("CENTER")[0].innerHTML.match(/<br\s?\/?><br\s?\/?>(.*?)<br\s?\/?><br\s?\/?>/i)?RegExp.$1:"");
var name = sp[0]; var rnk = sp[1]; var strs = sp[2];
var cntcticns = ""; var x = aTD[a].getElementsByTagName("CENTER")[0].getElementsByTagName("img"); for(b=0;b<x.length;b++){ if(x[b].parentNode.nodeName.toLowerCase() == "a"){ cntcticns += "<a href='"+x[b].parentNode.href+"'>"+x[b].parentNode.innerHTML+"</a> "; } else if(x[b].alt != "[avatar]"){ cntcticns += "<img src='"+x[b].src+"' alt='"+x[b].src+"' /> "; } }
mcode = "<table class='bordercolor' width='150' cellpadding='3' cellspacing='2' style='valign:center;'>"; mcode += "<tr><td align='center' colspan='1' class='titlebg' width='75%'>"+online2+"</td><td align='center' colspan='1' class='titlebg' width='25%'> "+(gndr != ""?"<img src='"+gndr+"' />":"")+"</td></tr>"; mcode += "<tr><td align='center' colspan='2' class='catbg' width='100%'> "+name+" </td></tr>"; mcode += (custom.length >= 1?"<tr><td align='center' colspan='2' class='windowbg' width='100%'> "+custom+" </td></tr>":""); mcode += (karmalinks.length >= 1?"<tr><td align='center' colspan='2' class='windowbg' width='100%'> "+karmalinks+" </td></tr>":""); mcode += "<tr><td align='center' colspan='2' class='windowbg' width='100%'> "+rnk+"<br />"+strs+" </td></tr>"; mcode += (avtr != ""?"<tr><td align='center' colspan='2' class='windowbg' width='100%'> "+avtr+" </td></tr>":""); mcode += (prsnltxt.length >= 1?"<tr><td align='center' colspan='2' class='windowbg' width='100%'> "+prsnltxt+" </td></tr>":""); mcode += "<tr><td align='center' colspan='2' class='windowbg' width='100%'> Posts: "+posts+" <br> Karma: "+kar+"<br>Dan-Balls: "+dnblls+"</td></tr>"; mcode += "<tr><td align='center' colspan='2' class='windowbg' width='100%'> Location: "+lction+"<br> Joined: "+joined+"<br></td></tr>"; mcode += (cntcticns.length >= 1?"<tr><td class='titlebg' colspan='2' align='center' style='height:26px; border: 1px solid #4e240f;'>"+cntcticns+"</td></tr>":"<tr><td class='titlebg' colspan='2' align='center' style='height:26px; border: 1px solid #4e240f;'><img src='http://i50.[tinypic.com]/5ppook.png'></td></tr>"); mcode += "</table>";
aTD[a].align = "center"; aTD[a].innerHTML = mcode; } } }
|
|
|
Post by General Veers on Dec 12, 2009 13:17:09 GMT -5
Before I get involved in anything else, let me log in as TheListo and observe the different powers for each rank...
EDIT: Okay, that's done. I will PM the list, unless the rest of staff thinks it will be safe enough to post which ranks have which powers...
|
|
|
Post by Qwerty on Dec 12, 2009 20:29:58 GMT -5
Tis completely safe enough. In fact, why not publish it here? It'll stop people requesting things from people when they can't do them.
|
|