vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do i put the line.... on vb. (https://vborg.vbsupport.ru/showthread.php?t=298064)

ofir24 05-12-2013 09:05 AM

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?

nerbert 05-12-2013 02:06 PM

Every page has a template in the Style Manager. They're all in ALL CAPS. Just edit it into the body tag.

ofir24 05-12-2013 07:28 PM

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.

nerbert 05-12-2013 08:11 PM

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>>
to this


Code:

<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if> onselectstart="return false">
Then you can do the same for all the other page templates. They are all listed in ALL CAPS

ofir24 05-13-2013 03:32 AM

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

ofir24 05-14-2013 11:17 AM

cause I try it, didn't work.


All times are GMT. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01007 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete