Quote:
Originally Posted by blacklancer
got the attendee's working, but have a question.
where do i edit to change the look of the output. i don't like the "username, 1"
i would prefer it to be something like "username +1".
can anyone point me in the right direction?
|
In Plugin System | Plugin Manager
Find/Edit: Event Attendance - show/enroll
Code:
$roll[$vbulletin->userinfo['userid']] = $vbulletin->userinfo['username'] . ", " . $inparty;
to your way of liking.