PDA

View Full Version : how to hide a forum from Specific gender?


afthl
03-04-2007, 10:00 PM
hi all


I want to hide a forum from Specific gender and I don't want to create a new usergroup I tried something but it dose not work, I don't know what is wrong
I have field to Specify the gender and it's Necessary in new registration
I want to hide forum nymber 21 from male.

<if condition=" $post['field5'] == 'male' AND $forum[forumid] == 21 ">

<else />
<tbody>
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</table>

</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
</if>

is that right?

and what is the right way?

thanking you

s0b
03-05-2007, 08:55 PM
you have posted it in a incorrect forum...

pron inside lol

afthl
03-05-2007, 09:21 PM
Oh!

Sorry

thincom2000
03-06-2007, 02:54 AM
I think you want to use $foruminfo['forumid'] == 21

not $forum[forumid] == 21