The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New post, reply Buttons not displaying
Hi
Need help .. Post new Thread and Reply, Quote etc buttons are not displaying for guest visitors. how i can enable these buttons.. |
#2
|
||||
|
||||
Hi vimarc,
I believe these will only show if you enable guest posts. Is that your plan? Otherwise, you can remove the conditionals surrounding the button, if you're looking to bring people to the Registration page. |
#3
|
|||
|
|||
Don't let guests post you will find that only spam bots will
|
#4
|
|||
|
|||
Hi thanks for your reply. I checked many forums even vB every forum these buttons are enabled and displaying for guest /non register visitors. and if some one click on these button they redirect to login page. This will force them to register. So I am looking to enable these button for guest visitors also. But don't know how to do this
|
#5
|
||||
|
||||
In SHOWTHREAD and Forumdisplay, remove the conditionals around ... stuff... (don't remove the actual stuff!) :
Code:
<vb:if condition="$show['largereplybutton']"> ... stuff ... /vb:if> <vb:if condition="$show['newthreadlink']">... stuff ... </vb:if> <vb:if condition="$show['newthreadlink']"> ... stuff ... </vb:if> |
#6
|
|||
|
|||
Hi I am using 4.2.0 version..
|
#7
|
||||
|
||||
Correct, same here - it used to be default in older 4.x and 3.x versions - now it is hidden from guests by default. The template modifications I posted should do the trick
|
#8
|
|||
|
|||
Hi Tried to search these codes but didn't find
|
#9
|
||||
|
||||
If you open up SHOWTHREAD template, do control-F for this:
Code:
<vb:if condition="$show['largereplybutton']"> There will be one on top and one on the bottom. Under ForumDisplay, do the same for: Code:
<vb:if condition="$show['newthreadlink']"> |
#10
|
|||
|
|||
Hi Thanks for your suggestions.. can you pl help me for below
1.Body background is white but no border : What will css style to ad border to body background. 2. Forum/subforum Descriptions, rss feed icon, thread/post counting and last thread : Need help to add border for all. 3. Same above in point 2 looking add border in threadlists page. 4. Showthread page: Looking to give border for tools section where button/links for edit, reply, quote and reputation are available. I tried to find div class but failed.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|