I am thinking that if a spammer joins our site and makes no posts - but they add a URL in their profile to a known bad site, that could potentially look bad on my site. The first thing I want to do is make people have a few posts before they can enter a homepage url. Also, if someone becomes banned I would like their homepage info removed (for that part we may have to do manually -no biggie)
Not sure if you guys already have a solution for this?
================================
When members register they are in group id - 2 (want to display no homepage info)
After 5 posts - they are moved/promoted to group id - 19 (want them to be able to display homepage info)
I am thinking of editing modifyprofile template in 3.8 to include a conditional if statement
Current Code:
Code:<fieldset class="fieldset"> <legend><label for="tb_homepage">$vbphrase[home_page_url]</label></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>$vbphrase[let_other_visitors_know_url]</td> </tr> <tr> <td>$vbphrase[home_page_url]<br /><input type="text" class="bginput" name="homepage" id="tb_homepage" value="$bbuserinfo[homepage]" size="50" maxlength="200" dir="ltr" /></td> </tr> </table> </fieldset>
I am not good with conditionals and am looking for some help - or an alternative suggestions - you guys have always been great with answers in the past. Not sure of the variable I need as well like $bbusergroup=2 or $groupid=2 ?



LinkBack URL
About LinkBacks





Reply With Quote


