The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Have you made sure that you have uploaded the cpstyles? Or that the permissions are correct for the folder and the subfolders within it? Look at the source code on a page in your admin cp, around the fourth line is something like this:
HTML Code:
<link rel="stylesheet" type="text/css" href="../cpstyles/vBulletin_3_Frontend/controlpanel.css" />
|
#12
|
|||
|
|||
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php define('DISABLE_HOOKS', true); If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options. If this doesn't help, then i suggest to open a support ticket so a support staff member can have a look at your server. |
#13
|
||||
|
||||
I checked the webserver for the cp styles directories and i posted the pictures below.... to my understanding it looks pretty correct.....
Also might i add that on my test server "everything works properly...." all i do is mount my test server to the webserver and plow everything over..... Also... Lynne... im not sure what exactly you mean... about looking at the source for a admin cp page.... If i understand correctly what i did was navigate to the vbulletin options main page.... used firefox and right clicked on the page and clicked "view page source" which gave me this.... HTML Code:
<html dir="ltr" lang="en"> <head> <script type="text/javascript"> <!-- // get out of any containing frameset if (self.parent.frames.length != 0) { self.parent.location.replace(document.location.href); } // --> </script> <title>CCTVHelp.com Discussion Board Admin Control Panel</title> </head> <frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0"> <frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" /> <frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0"> <frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" /> <frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" /> </frameset> </frameset> <noframes> <body> <p>Your browser does not support frames. Please get one that does!</p> </body> </noframes> </html> BTW - Lynne thanks for all the help Marco - I'm trying your solution next... 1 at a time....Lynnes first then yours but thanks for the reply and the help i really appreciate it.. I will reply later with updates on the situation *PS* Sorry About the picture quality i thought it would turn out better.... if you need a better resolution image, I can make one, just let me know |
#14
|
||||
|
||||
In firefox, when trying to get the source code for a page in a frame, right click on the page and go down to This Frame and then View Frame Source. That should give you the source code for that page. Squinting at your images, I think you have all the files in the correct place, so unless that path is wrong in the source code, then the style should show.
|
#15
|
||||
|
||||
Lynne,
I think i found it, thanks for the tip HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="en"> <head> <title>Welcome to the vBulletin Admin Control Panel - CCTVHelp.com Discussion Board - vBulletin Admin Control Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="../cpstyles/vBulletin_3_Default/controlpanel.css" /> <style type="text/css"> .page { background-color:white; color:black; } .time { color:silver; } </style> So what i did was copy and pasted it into the browser .... https://www.cctvhelp.com/cpstyles/vB...ntrolpanel.css and some css did come up but it kinda looked outta wack.... but i assume thats just because the browser is wrapping the text... and ignoring the whitespace So pretty much the files exist and the permissions are good ? right ? |
#16
|
||||
|
||||
Maybe try reuploading those files? Usually, the css is nice and neat and easy to read and edit. Your file is not.
|
#17
|
||||
|
||||
Well i uploaded the css file... same thing....
When i look at the css file on the webserver... it looks fine.... just when i open it with the browser it looks funky theres a pic from the webserver below... I think I'm gonna take a whack at what marco said now and see if that helps.... what really kills me is that this whole thing works on my test server.... i can even... move the files from the webserver to the test server.... and the admincp style works fine.....errrrrrr |
#18
|
||||
|
||||
I'm gonna take a break with this for a few days.... i gotta couple other things that need to be done....
but i'll be back with updates.... -Thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|