The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hi guys,
i want the show usertitle, joindate and home url in showgroups.php How DO i? |
#2
|
|||
|
|||
![]()
You can use {vb:raw user.usertitle} and {vb:raw user.homepage}. You can also user {vb:raw user.joindate} but it's a unix timestamp. You could create a plugin using hook showgroups_user to format it to a date string.
|
#3
|
||||
|
||||
![]()
İ use vb3 and please give me code as plugin
|
#4
|
|||
|
|||
![]()
Oh, right. Sorry. Then it would just be $user[usertitle], etc.
Quote:
Code:
$joindate = vbdate($vbulletin->options['dateformat'], $user['joindate']); |
#5
|
||||
|
||||
![]()
good, $joindate now working but you not give code for HomeURL, last activity and Usertitle
|
#6
|
|||
|
|||
![]()
I did, it's just above that - you just need to put $user[usertitle] and $user[homepage] in the template.
You didn't ask about last activity. Just add this to the plugin: Code:
$lastactivity = vbdate($vbulletin->options['dateformat'], $user['lastactivity']); |
#7
|
||||
|
||||
![]()
perfect, very thanks i have a last question. i want to show $userinfo[icqicon]
$userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon] this icons. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|