vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Homepage Code showing (https://vborg.vbsupport.ru/showthread.php?t=220433)

iBardia 08-08-2009 02:22 AM

Homepage Code showing
 
So, on my homepage (vBa) it shows this at the top of the page
Quote:

ages['template']); $home[$vba_cusmodid]['content'] = ob_get_contents(); ob_end_clean(); } // Don't allow collapsing for guests if homepage caching is allowed if (!$vbulletin->userinfo['userid'] AND $vba_options['portal_guestcache'] AND $pages['name'] == 'home') { unset($vbcollapse); } ?>

How do I remove it?

Marco van Herwaarden 08-10-2009 09:57 AM

If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

metalguy639 08-10-2009 10:12 AM

Quote:

Originally Posted by iBardia (Post 1863393)
So, on my homepage (vBa) it shows this at the top of the page

what was the last template that you made changes to? You need to go back to that template & check your coding. you have either left out a tag, forgot to close a tag or something along those lines. Or possibly you have left out an if statement somewhere. Kinda looks like the php code was not closed.

ShawneyJ 08-10-2009 10:13 AM

just remove from your vba.php:

PHP Code:

<?php ages['template']);
    
$home[$vba_cusmodid]['content'] = ob_get_contents();
    
ob_end_clean();
}

// Don't allow collapsing for guests if homepage caching is allowed
if (!$vbulletin->userinfo['userid'] AND $vba_options['portal_guestcache'] AND $pages['name'] == 'home')
{
    unset(
$vbcollapse);
}

?>



or as metalguy639 says, you have left out some code from the top of your vba.php

you mite have left out the <?php at the top ??? not sure.


All times are GMT. The time now is 02:12 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.01010 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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