Quote:
Originally Posted by Darkimmortal
I'll have a dig through the vBulletin source and find out where they pull the styleid from.
|
PHP Code:
$vbcsspath = 'css.php?styleid=' . [b]$vbulletin->userinfo['styleid'][/b] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&td=' . $vbulletin->stylevars['textdirection']['string'] . '&sheet=';
Looks like it's probably not an issue in my code then. D:
Must be something that happens to some people after upgrading, because I can't reproduce anything like it on a clean install, even after fiddling with styles.
Quote:
as far as zip file structure, I'd make the new folder that contains the admincp and whatnot folders called 'upload'...should also add your xml file in there so you only need to download the zip instead of the 2 files.
seems to be the standard at least
|
Yeah "upload" seems like a good idea, but including the xml file inside the zip will make things awkward for me