The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
i wish the chimpanzis would let us in on it. looks sharp and i would direct people to it more if the standard vb wasnt so boring.
|
#12
|
||||
|
||||
if you guys buckled down and looked at the simple html templates, you could have had this done by now. its THAT easy!
For those of you who don't understand how it works: The HTML templates are in the admincp under "styles". This particular showgroups.php page uses two templates: a shell and a userbit. the shell template creates the outer layer of the page while the userbit template repeats itself for every user record being listed. |
#13
|
|||
|
|||
I have looked at simple HTML templates and I can design simple stuff. I tried addint to this but it simply does not work. What code do I use to bring up the users avatar for example? what code do I use to bring up the users profile, with the location, msn, skype info?
That is not simple code. Not for me atleast, that goes into the real of PHP with which I have limited experience. |
#14
|
||||
|
||||
No, this isn't a simple code, at least not to those who don't know php or html all that well. I, for example, can add color to user names. I can even bold words! Huzzah! But that's the extent of it. Posting messages like:
Quote:
I, as well as MANY others, are very interested in this modification. If you aren't willing to make it for us, simply post that, instead of trying to belittle those who don't know how to do it. |
#15
|
||||
|
||||
I'm not interested in this one, but I can point you to the template. The one the shows the mod info over and over is showgroups_usergroupbit. I pasted it below and bolded some of the fields so you can see what is used. Probably to find the other fields you may use, look up the showgroups.php page and take a look at the query. It looks like many of those are columns in the user table and usertextfield table and usergroup table. If you have a test site, I suggest you play around with it on there.
<tr> <td class="$bgclass">$user[onlinestatus]</td> <td class="$bgclass"> <a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a> <if condition="$show['location']"><div class="smallfont" title="$vbphrase[location_perm]">$user[location]</div></if> </td> <if condition="$showforums"> <td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td> </if> <td class="$bgclass" nowrap="nowrap"> <if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if> <if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if> </td> </tr> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|