Log in

View Full Version : Allow html comment in thread


ezechiele81
06-24-2009, 11:42 AM
hello,
I have to insert a html comment ( <!-- <EdIndex> --> ) in my SHOWTHREAD templates.

I have put the tag and saved my template,but i can't see it in the html version.

someone help me?:D

sorry for my english,i'm italian

cono1717
06-24-2009, 01:14 PM
In the HTML version as in the live site or as in the source of your site?

Also you should use something like this


<!-- this will only show in the source of the page -->
<a href="vbulletin.com">vBulletin</a>
<!-- /this will only show in the source of the page -->

ezechiele81
06-24-2009, 01:27 PM
if i insert
<!-- this will only show in the source of the page -->
on my showthread template or header template or other template

i don't see it in my source of the page :eek:

--------------- Added 1245855785 at 1245855785 ---------------

i have a javascript script that read my html source page and find text between two html comment
<!-- <EdIndex> -->
text....text.....text...
<!-- </EdIndex> -->

if vbulletin don't allow html comment the script doesn't work

--------------- Added 1245921934 at 1245921934 ---------------

no answer?
how i can enable html comment in my source code?