Not Link For Some Reason :O

Error 404

New Member
I am facing this problem that the first line between the [hide] tags, is NOT parsed, but the rest are.. I am not sure why it does that, because i want the 1st link look like all others.. Is there anything wrong ?

Thanks.
 
i dont have a hide bbcode (This hack is vS-HideReply), but if you mean hidereply "template" here it is.. :

PHP:
<div style="margin: 5px 20px 20px 20px;" id="<if condition="$canview">enb<else />dis</if>_hhr_hide_reply::{$post[postid]}_{$hidefieldid}">
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			<div style="font-style:italic">
				<if condition="$canview">
					<img src="$stylevar[imgdir_misc]/unlocked.gif" alt="" /><br />$message
				<else />
					<img src="$stylevar[imgdir_misc]/locked-hrply.gif" alt="$vbphrase[hidetag_accessdenied_hrply]" /><br />$vbphrase[hidetag_accessdenied]
				</if>
			</div>
		</td>
	</tr>
	</table>
</div>

I looked trough it myself, but what i thought would cause that, would be that <div style="font-style:italic">.. I couldnt find anything else :O
 
but regardless of this being a mod, isnt there a bbcode? because your putting [hide] [/hide] am i right?
 
Back
Top