Where is the BODY of VBulletin?

RuiManuel

New Member
Hi there,

I need to include a this line of code in the BODY part of my VBulletin forum, to include a simple pagepeel effect:

<script src="/pagepeel/peel.js" type="text/javascript"></script>

the problem is I dont know where is that body part, since I dont have an index.html, but only an index.php.

where is the BODY of the VBulletin, so I can put this code line inside it?

thanks in advance.
rui.
 
Hehe, funny question ^^

You don't need to edit index.php because there is nothing that could help you.I've a better way to resolve this :), fallow:

ACP > Styles & Templates > Style Manager > Your Style > Edit Templates > _Try to find header template, double-click and there you should place what you need.


RSC~Over and out.
 
Try the headinclude template. If that doesn't work, try the forumhome template and place your script above the </head> tag.
 
RuiManuel said:
sorry, I didnt check correctly, it doesnt work.

do you have some alternatives?

Their is a <body> tag in every template as they are ALL HTML....

You need to find out which template needs to be edited first.

Don't go placing your code in every template or else you can cause some issues.

I suggest you contact the author or read more up on which <body> they are talking about.
 
Back
Top