The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i put the line.... on vb.
Hi
I found a line code to disable ctrl+a in my site, i should add the line on body tag. the line: <body onselectstart="return false" topmargin="0" leftmargin="0"> in vb it's a lil diffrenet cause there is a code writtin in vb langauge. where do i put the code and how? |
#2
|
|||
|
|||
Every page has a template in the Style Manager. They're all in ALL CAPS. Just edit it into the body tag.
|
#3
|
|||
|
|||
i try to do it in headinclude and i just copy paste it to the body with no success.
it's writtin in vb. can you be more specific and to give me more details, cause i can get lost with that. |
#4
|
|||
|
|||
For example, go to your SHOWTHREAD template and near the top, just after </head> you'll see the body tag. Change it from this
Code:
<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if>> Code:
<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if> onselectstart="return false"> |
#5
|
|||
|
|||
you said: " They are all listed in ALL CAPS"
what do you mean ALL CAPS? you mean all the letters are big, cause there is only one, and there is some places which need to fill without all caps |
#6
|
|||
|
|||
cause I try it, didn't work.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|