Quote:
|
Originally Posted by omegatron Problem #2
Even though I've set a price for bold, highligted and italics in personal ads there's no option to choose bold, highlighted or italics.
You need to set in usergroup options the groups this can show for |
I've set the following:
* registered users & administrators can post ads - no other group can.
* registered users & administrators can choose bold, italic & highlight.
* registered users ads have to be moderated.
Using an account that is 'awating email confirmation' I have sucessfully posted an advert and it's immediately gone live. It didn't go in to the moderation queue. The settings is the 'usergroups panel' is not overiding the individual 'usergroup access permissions' like it should be.
I didn't have the option to choose bold, italic & highlight so that appears to be working ok.
Quote:
|
Originally Posted by criscokid Problem #1
In Classifieds 2.41 /templates/vb3enhanced/uploadproduct2.tmpl (template used for personal ads) there seems to be some left over bits of code when it comes to the customfields...
Lines 163 - 169 for custom field #4:
<option selected="selected" value="{$Globals['pp_lang']['single']}">{$Globals['pp_lang']['single']}</option>
<option value="{$Globals['pp_lang']['dating']}">{$Globals['pp_lang']['dating']}</option>
<option value="{$Globals['pp_lang']['longterm']}">{$Globals['pp_lang']['longterm']}</option>
<option value="{$Globals['pp_lang']['married']}">{$Globals['pp_lang']['married']}</option>
<option value="{$Globals['pp_lang']['multiple']}">{$Globals['pp_lang']['multiple']}</option>
<option value="{$Globals['pp_lang']['discrete']}">{$Globals['pp_lang']['discrete']}</option>
<option value="{$Globals['pp_lang']['noanswer']}">{$Globals['pp_lang']['noanswer']}</option>
Similar 'extra code' exists for custom field #5 |
When using extrafield #4 and #5 instead of free text fields they each have an empty drop down box so surely there's extra uneccessary code for these two fields as well?