OK I think I got it
In the code for
calendar_rsvp_bit
I added red. Can someone tell me if that is good. It did fix the CP link problem.
<if condition="!$vboptions[rah_rsvp_showavatar]">
<li><a href="$vboptions[bburl]/forum/member.php?u=$rsvp[userid]">$rsvp[username]</a>
<if condition="$rsvp_mod"> [<a href="calendar.php?do=getinfo&e=$eventinfo[eventid]&rsvp_remove=$rsvp[userid]&day=$rsvp_day">$vbphrase[remove]</a>]</if>
<if condition="$vboptions[rah_rsvp_showrsvpdate]"> [$rsvp[rsvp_date_user]]</if>
<if condition="$rsvp[guests]==1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guest]</i></if>
<if condition="$rsvp[guests]>1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guests]</i></if>
<if condition="$rsvp[comment] AND $maxlength"> - <i>$rsvp[comment]</i></if></li>
<else />
<tr>
<td valign="top" align="left"><li><if condition="$showavatar"><img align="left" src="$avatarurl"></li></if></td>
<td valign="top" align="left">
<a href="$vboptions[bburl]/forum/member.php?u=$rsvp[userid]">$rsvp[username]</a>
<if condition="$rsvp_mod">[<a href="calendar.php?do=getinfo&e=$eventinfo[eventid]&rsvp_remove=$rsvp[userid]&day=$rsvp_day">$vbphrase[remove]</a>] </if>
<if condition="$rsvp[guests]==1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guest]</i></if>
<if condition="$rsvp[guests]>1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guests]</i></if>
<br>
<if condition="$vboptions[rah_rsvp_showrsvpdate]"><b>[$rsvp[rsvp_date_user]]</b><br></if>
<if condition="$rsvp[comment] AND $maxlength"><i>$rsvp[comment]</i></if>
</td>
</tr>
</if>
|