Version: 1.00, by Wolf42
Developer Last Online: Jun 2018
Version: 2.2.x
Rating:
Released: 01-29-2002
Last Update: Never
Installs: 58
No support by the author.
Update 03/26/2002: Changed one DB_site->quere in usergroup.php to make it fit to vB 2.2.4. If the hack is still running no update is needed.
Update v. 26.03.2002: Habe eine kleine ?nderung in einer DB_site-quere der usergroup.php gemacht, die sich im vB 2.2.4 ge?ndert hat. Sollte der Hack nach wie vor funktionieren ist kein Update notwendig.
This is not a new hack only a modification for tubedogg's Stars v0.2.3 to run on vB 2.2.1.
I got it run on my board, but most of the Users with this version got troubles.
I did the mods on the original vb-scripts, if you have any hacks installed (who not ) be carefull!
Das ist kein "neuer" Hack sondern nur eine Modifikation von tubedogg's Stars v0.2.3 Version damit er auf einem vB 2.2.1 l?uft.
Bei mir funzt er ganz gut, aber sichtlich hatten einige Benutzer Probleme ihn auf dieser Version zum laufen zu bringen.
Bei den ?nderungen beziehe ich mich immer auf die Originalscripte, solltet ihr diese schon ver?ndert habe heisst es: Schau genau!!
There is a german and an (I hope) english instruction.
Es gibt eine deutsch und eine (hoffentlich) englische Anleitung.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i just succesfully installed stars on my vb2.2.2
everything works fine exept for a small error in the control panel, users that register after this hack was installed do not show up when i search for users... its as if thier not there...or not in the database......
Ok...The good news is that it's successfully working on my test forums, yay! Bad news, I can't figure out how to assign stars to admins and mods, any help Wolf? Thanks!
Edit: Forgot to mention that I went into "modify user groups" and for Administrators and Moderators, but I don't see where you add it...Nothing in there has changed...So how do I give them their own stars and stuff if in the user groups there is no place to add it? Thanks!
yes mine works fine, jus in your admin cp click modify usergroups, and there is a new field thier for the stars... mine worked great... hey are u running 2.2.2? or 2.2.1?
Originally posted by Radon3k Ok...The good news is that it's successfully working on my test forums, yay! Bad news, I can't figure out how to assign stars to admins and mods, any help Wolf? Thanks!
Edit: Forgot to mention that I went into "modify user groups" and for Administrators and Moderators, but I don't see where you add it...Nothing in there has changed...So how do I give them their own stars and stuff if in the user groups there is no place to add it? Thanks!
Got to your admin/usergroup.php. It has to look like this:
PHP Code:
// ###################### Start add #######################
if ($action=="add") {
doformheader("usergroup","insert");
maketableheader("Add new usergroup");
makeinputcode("Title","title");
makeinputcode("User Status<br>Use this to override the default 'ladder' of user status titles","usertitle");
makeinputcode("Stars shown<br>Use this to override the default 'ladder' of stars","starlevel");
makeinputcode("Star image shown<br>Give this group a unique star image - do not add the .gif after the image name!","starimg");
makeyesnocode("Viewable on <a href=\"../showgroups.php?s=$session[sessionhash]\" target=\"_blank\">Show Groups</a>?","showgroup",1);
and
PHP Code:
// ###################### Start edit #######################
if ($action=="edit") {
$usergroup=$DB_site->query_first("SELECT * FROM usergroup WHERE usergroupid=$usergroupid");
makeinputcode("Title","title",$usergroup[title]);
makeinputcode("User Status<br>Use this to override the default 'ladder' of user status titles","usertitle",$usergroup[usertitle]);
makeinputcode("Stars shown<br>Use this to override the default 'ladder' of stars","starlevel",$usergroup[starlevel]);
makeinputcode("Star image shown<br>Give this group a unique star image - do not add the .gif after the image name!","starimg",$usergroup[starimg]);
Your AdminCP (Modify Usergroups) must look like the Attachement. If you want to assign other stars to your Admins/Mods just upload a different star-image (ie admin.gif or mod.gif) in your images/stars-folder.
Originally posted by Rapclick no it said it couldnt find you, and also i have about 80 members now and this count stopped at 40 in the admin cp when the stars was installed...