PDA

View Full Version : Remove NewReply and NewThread Buttons for Guests


David_R
03-06-2005, 04:52 PM
How can I disable newreply and newthread for guests ?
Is there a way to disable this based on userpermissions ?

We have a couple of forums made for announcing site updates in forums.
But guests and other registered users can still find new thread and new reply buttons.

Importantly, google bot sticks itself to new thread and new reply buttons.. unable to index properly. :squareeyed:

DRJ
03-06-2005, 07:21 PM
In the AdminCP go to the Forum Manager. Then find the forum and select Permissions. Then just change the permissions as needed. Look for the "can view, can post" etc options.

Zachery
03-06-2005, 07:58 PM
<if condition="$bbuserinfo[userid]"></if>

around anything you only want to show to members.

Brad
03-06-2005, 08:07 PM
<if condition="$bbuserinfo[userid]"></if>

around anything you only want to show to members.
This is the vB2 forum zak ;)

David_R
03-07-2005, 05:42 AM
sorry for posting here i am new to vb :)
please move to vb3 forum. Zachery can you give me complete code and template to put/replace that code into ?

Zachery
03-07-2005, 05:54 AM
This is the vB2 forum zak ;)
Its in the vB3 forum now :)

David. its not too hard, find the showthread and forumdisplay templates and look for any refrence to newthread.gif and reply.gif and add the code aroudn the link tags.

If you are still having troulbes I'll post complete edits, but if you take a moment I think you can get it on your own.