- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- August 2007
- Status:
- offline
- last visit:
- 10.10.07
- Posts:
- 11
I've tried editing both the files of the theme itself (seabreeze or PostNuke), said theme is enabled as default - editing the files? NO DIFFERENCE!
Shoot, I can delete the whole damn theme folder, and gee whiz. No difference.
Edit the theme's code in the admin system? That shows a difference there, but not within the files, and again.. changes don't show on the main page.
And I've tried just about every dang file too. WTF am I doing wrong?
I wouldn't bother with Xanthia - the extralite theme is easier to edit, but when I do edit that, if I move the menu, it breaks the user system. I mean, it breaks it so good that I can't log in as admin and going to the admin page sends me back.
edited by: OoTLink, Aug 06, 2007 - 12:49 AM -
- rank:
-
Freshman
- registered:
- August 2007
- Status:
- offline
- last visit:
- 10.10.07
- Posts:
- 11
Thanks man!
Now here's my only other problem - if I so much as touch theme.php, the user menu doesn't work, and going to admin.php drops me back at the main page. Get rid of the added lines, and bam it works again. Strange. HRMPH maybe it's the CR/LF I'm using?
$smfssi = smfssi1();
function smfssi1() {
require("/Library/WebServer/VGDForums/SSI.php");
echo "";
ssi_logout('http://www.thevgd.com');
ssi_login('http://www.thevgd.com');
echo "";
ssi_menubar();
}
Anything in that, that would break it?
