The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Broken styling in externally powered vbulletin page
This is how my code looks like
Code:
<?php chdir('/home/sitenamehere/public_html/forums'); // ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE); // #################### DEFINE IMPORTANT CONSTANTS ####################### define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'test'); // change this depending on your filename // ################### PRE-CACHE TEMPLATES AND DATA ###################### // get special phrase groups $phrasegroups = array( ); // get special data templates from the datastore $specialtemplates = array( ); // pre-cache templates used by all actions $globaltemplates = array( 'TEST', ); // pre-cache templates used by specific actions $actiontemplates = array( ); // ######################### REQUIRE BACK-END ############################ require_once('./global.php'); // ####################################################################### // ######################## START MAIN SCRIPT ############################ // ####################################################################### ....the rest of the code is fine My problem is that styling is messed up, non of the CSS is showing |
#2
|
||||
|
||||
Can we get a link to view the page?
|
#3
|
|||
|
|||
1.) Post all the code to your external page...
2.) We need a link to that page so we can view the CSS that is attaching... The only reason I am replying is that you are new to building a web page and might not realize how much information we can gather from viewing the page and you tried to present information that you thought we could use. All you really passed us is the default vbulletin code for a page -- just a list of arrays. Give it another go... and then we might be able to help you. |
#4
|
|||
|
|||
Quote:
Thought it was a line of code I'm missing thanks anyways You too Lyne |
Благодарность от: | ||
tbworld |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|