PDA

View Full Version : Allow guests to view forums but mask/hide usernames?


tehbasmentdwell
10-22-2013, 06:25 PM
Hi there, let me explain what i'm looking for.

A while back our forum was under constant attack from an ex-admin of ours, it got so bad that in the end we changed our forum URL and now keep our forum private so he can't find us by googling our usernames. The only issue with this is that we now don't get any new users signing up so we are thinking about opening the site to visitors again.

Ideally i'm looking for a hack that will make usernames hidden from guests but still allow them to view our board content. Have had a good search on this site but can't seem to find anything that can do that (of course i may have overlooked something).

Any help would be hugely appreciated, thank you :)

--------------- Added 1382471131 at 1382471131 ---------------

Update - we've found this reply for hiding usernames but it's for VB3:

why not edit the postbit / postbit legacy, look for $userinfo[username] and replace with:

<if condition=$show[register]">Not Displayed<else />$userinfo[username]</if>

Can someone let me know where to do this on VB4.2.2 please and thanks :)

ozzy47
10-22-2013, 10:08 PM
There would be a plethora of template edits to do in order to hide the usernames everywhere.

tehbasmentdwell
10-23-2013, 04:45 PM
There would be a plethora of template edits to do in order to hide the usernames everywhere.

But it is doable? I'm happy to do a bunch of template edits rather than face ddos attacks every day...... only issue is my limited knowledge of vbulletin and html.

tehbasmentdwell
10-27-2013, 04:18 PM
No one able/willing to help? :(

Zachery
10-27-2013, 04:23 PM
<vb:if condition=$show[register]">Not Displayed<vb:else />$userinfo[username]</vb"if>