Quote:
Originally Posted by StarSoheil
For Example:
Code:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"/></a>
|
try putting href="http://www.site.com" instead of without, // is maybe badly interpreted and > instead of /> like this:
Code:
<a href="http://www.site.com" target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"></a>
Quote:
Originally Posted by chrisdaman77
Something odd. I am unable to find this in postbit---- <!-- post $post[postid] popup menu -->
Any idea where it should be and I can add it? Any help greatly appreciated.
|
mine looks like this:
Code:
<!-- message, attachments, sig -->
</td>
</tr>
</table>
$template_hook[postbit_end]
$postbit_advertisement
<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>