vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   standard_error css headinclude not working? (https://vborg.vbsupport.ru/showthread.php?t=206201)

al3bed 02-22-2009 07:19 AM

standard_error css headinclude not working?
 
hello,

I have this code:

PHP Code:

if ($vbulletin->options['ain_opera'] AND is_browser('opera')){
eval(
standard_error(fetch_error('ain_noopera_text')));} 

it's work fine but without css? any one can tell me what is the problem?
I try many hooks and still show me without headinclude, header and footer templates?
what's wrong guys? :o

--------------- Added [DATE]1235321720[/DATE] at [TIME]1235321720[/TIME] ---------------

add: any help is appreciate :)

Lynne 02-22-2009 03:58 PM

Is this on a custom page and does it have a header/footer? Or is it on an existing page?

al3bed 02-22-2009 04:22 PM

I use this code with existing page showthread template

standard_error template already have headinclude, header and footer tags?

fetching error is completely done but without (headinclude, header and footer).

as I know "standard_error(fetch_error())" show standard_error template but why this happen?

Lynne 02-22-2009 05:01 PM

The STANDARD_ERROR template does have the headinclude and header template included but there is a conditional on whether the navbar is shown. Are you sure that is the template being used? Check - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

al3bed 02-22-2009 05:37 PM

at start
PHP Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- 
BEGIN TEMPLATESTANDARD_ERROR --> 

at the end
PHP Code:

<!-- END TEMPLATESTANDARD_ERROR --><!-- Page generated in 0.21103 seconds with 7 queries --> 

this confuse me !

Lynne 02-22-2009 05:49 PM

And have you checked the STANDARD_ERROR template to make sure it hasn't been modified to not include certain things?

al3bed 02-22-2009 06:11 PM

yes I'm sure.

and this is the head part
PHP Code:

$stylevar[htmldoctype]
<
html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<if 
condition="$show['search_noindex']"><meta name="robots" content="noindex,follow" /></if>
$headinclude
    
<title>$pagetitle</title>
$headinsert
</head>
<
body>
$header
<if condition="$navbar">
$navbar
<else />
<
br /><br /><br />
</if> 



every things are correct but I get this:


https://vborg.vbsupport.ru/external/2009/02/31.jpg


also I check this with other browsers and i get same result

Lynne 02-22-2009 08:18 PM

Have you looked in your page source to see what is showing up there? Is the style sheet being called?

al3bed 02-23-2009 10:53 AM

1 Attachment(s)
do you think this picture have css?

http://i43.tinypic.com/2ymf2qd.jpg

yes I looked in page source and no style sheet is up there.

please, check this simple plugin on 3.8.x for IE browser and see if is it work with you or not?
it's just example to test if my localhost have the problem or this code have it.

I test many hooks it's the same.
I test on 3.8,3.7,3.6 it's the same.

there is something wrong, but I don't know what.

thanks for respond

Lynne 02-23-2009 02:28 PM

I can tell the image has no css. What I am wondering is what is in the source code. Is it calling the css but the url is wrong? Is it calling anything from the headinclude file? The page source is an enormous source of information if you just look at it.

I can't check anything for an IE browser as I don't have IE installed.


All times are GMT. The time now is 10:39 PM.

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.01170 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete