The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
ok, I am not 100% sure if this is what you're looking for... it may not be the best solution either.
Unfortunately I don't think the custom profile fields is available in the calendar_showeventsbit template, which is the template I think you are looking for. Therefor you need a plugin to get that information, a call to the function fetch_userinfo would work. This will add one sql query for each user though. Which doesn't feel like the best solution honestly. Maybe someone else has a better idea. I have attached a simple plugin to this message, its for the hook calendar_getday_event. Import that plugin and edit the template calendar_showeventsbit Find Code:
<td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><else /> </if></td> Code:
<td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><div class="smallfont">$eventbituser[fieldx] $eventbituser[fieldx]</div><else /> </if></td> Hopefully it was something like this you where looking for /SK |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|