Quote:
Originally Posted by princeedward
hi there....this is impossible...we together of my members are using this without problem...this is something to do with adding maybe a conditional...maybe try to add this...
Show only members:
Code:
<vb:if condition="$show['member']">CODE HERE!</vb:if>
|
I used only this code
Quote:
<!--- POST NEW THREAD BUTTON ABOVE START --->
<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>
<!--- POST NEW THREAD BUTTON ABOVE END --->
|
I even tried doing it with out the <!--- POST NEW THREAD BUTTON ABOVE START ---> parts but no luck.
PS. I tried the code you suggested just now too, and still no luck.