View Full Version : New Thread button always presented
itayKinnrot
01-08-2015, 06:26 AM
Hi,
i would like to present "new thread" and "post reply" buttons always, so my unregistered users can see them also.
how can i do it?
thanks,
Dooby
hoangserip
01-08-2015, 11:00 AM
ACP > Styles & Templates > Search in Templates >
Search Titles Only: YES >
Find
<div id="above_postlist" class="above_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
add
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top" style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>
squidsk
01-08-2015, 01:49 PM
Have you checked usergroup permissions for guest account to make sure it does not have permissions to create threads/posts.
itayKinnrot
01-08-2015, 03:30 PM
ACP > Styles & Templates > Search in Templates >
Search Titles Only: YES >
Find
<div id="above_postlist" class="above_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="newcontent_textcontrol" id="newreplylink_top"><vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
add
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top" style="margin-left:10px;"><span>+</span> {vb:rawphrase post_new_thread}</a>
thanks but it doesnt work.
now i can see two buttons after login. "new thread" and "post reply" one near the other (also just after login)
http://www.iphones.co.il/devwp/forum/thread270530.html
regards,
Dooby
waldvb
01-08-2015, 04:12 PM
Use this mod:
https://vborg.vbsupport.ru/showthread.php?t=277324
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.