Quote:
Originally Posted by blind-eddie
Yes, it will work.
|
Last question... is there different code to change? The code i'm looking for doesn't exist in vb 4.2.3. That probably means the code in the text file isn't good to use either...Vb 4.2.3 beta 4 is using divs...not tables
This doesn't exist:
Code:
Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
This edit doesn't exist either:
Code:
<if condition="$show['newthreadlink']"><tr><td class="vbmenu_option"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a></td></tr></if>