Here's the old (current) page:
http://www.scubaboard.com/forums/dive-ny/
and this is what comes up in my test environment (vB4)
Quote:
You have entered the %1$s forum. This forum is intended for members of the %1$s group and only members can view or post to topics in this forum! But don’t worry, if you are a member of this group or interested in joining you can do so in just a few clicks. To get started head over to your Group Preferences and select the %1$s group. Enter a few sentences explaining why you would like to join this group (or who you are if you’re already a member). A group leader will review your request and grant you access to the forum
|
In my forumdisplay, I use the following code to call the custom phrase:
Code:
<vb:if condition="$GLOBALS[forumid] == 672 AND !is_member_of($bbuserinfo, 127)">
<!-- Dive NY -->
<div style="border:solid black 1px;padding:15px;background-color:#6699FF"><phrase 1="$foruminfo[title]">{vb:rawphrase private_club}</phrase></div><br />
</vb:if>