Quote:
Originally Posted by ConqSoft
Did you add the code to the UserCP template?
|
You mean this one ->
Code:
3) In Template modifyoptions
FIND
----------------------------------------------------------------------------------------------------
$customfields[other]
----------------------------------------------------------------------------------------------------
BELOW that ADD
----------------------------------------------------------------------------------------------------
<if condition="$show['optoutgnp']">
<fieldset class="fieldset">
<legend>$vbphrase[exclude_forums_from_gnp]</legend>
<div><phrase 1="$session[sessionurl]">$vbphrase[exclude_forums_from_gnp_desc]</phrase></div>
<label for="sel_optoutgnp">$vbphrase[exclude_forums]:</label>
<select style="width: 100%" size="13" name="optoutgnp[]" id="sel_optoutgnp" multiple="multiple">
<option value="">$vbphrase[none]</option>
$optoutforumbits
</select>
</fieldset>
</if>
yes, I did.