| Author |
Message |
Spitfire |
|
|
Post subject: AutoTheme & Xanthia issues...
Posted: Nov 02, 2007 - 03:48 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
Ok, first with AutoTheme. I put up a new site, installed the latest PostNuke and then installed the latest AutoTheme (Lite). Transfered all my old themes on over and some of them no either load blank pages, or just the center block and no header or right or left blocks. Is there an easy fix for this?
With Xanthia themes, how do you edit a template and make the change stick? You should be able to edit the theme from the admin menu, but when I do the change does not take.
The main theme header has some shorcuts that I needed to change, and I wanted to add <banner> rotation to the bottom. It should be an easy task, but its not for me!
Also, PostWrap doesn't seem to work when I use a Xanthia theme. Is this a know problem? Does it have a fix? These questions may be beeter asked someplace else, but I thought I would try here anyways. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 02, 2007 - 10:06 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Did you set the permissions on the files correctly for Autotheme?
As for Xanthia, you need to set it to not store the templates in the database.
Set it to check for new templates.
Then edit the templates locally and upload the changed files. |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 03, 2007 - 06:52 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
| I will check my permissions and change the settings in Xanthia and see what happens. Thanks for the pointers. |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 11, 2007 - 05:17 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
| Mars, you got to help. Well, you don't have too, but alot of the themes you made are no longer working after I installed atlite_87_pn on PostNuke 0.7.6.4. Some of the themes only load the background, and some will only load the news block. I can't be the only one who ran into this!? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 11, 2007 - 05:47 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
I haven't heard of anyone else with this issue.
Do any AutoThemes work? |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 12, 2007 - 04:44 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
| No, they all just show the center news block and that is all. I have followed the directions to the T when it came to installing ATLite. Made sure all the permissions were set right. They worked before with an older version of ATLite, but now they are Fobar. |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 12, 2007 - 04:50 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 12, 2007 - 04:56 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It looks like all of the themes need to be updated to the newest AT version.
That will mean replacing theme.php, updating the tags in the theme files and redoing theme.cfg |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 14, 2007 - 02:08 AM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
Ok, so far, all of the theme.php files look like this...
Code:
<?php
$thename = basename(dirname(__FILE__));
include("modules/AutoTheme/autotheme.php");
?>
The theme.cfg by the most part all look very simular to this...
Code:
<?php
$atversion = '1.7';
$template = array (
'default' =>
array (
'main' => 'theme.html',
'summary' => 'summary.html',
'summary1' => 'summary1.html',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '1',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'table1' => '',
'table2' => '',
'autoblock1' => 'area1block.html',
'autoblock2' => 'area2block.html',
'autoblock3' => NULL,
'autoblock4' => NULL,
'autoblock5' => NULL,
'autoblock6' => NULL,
'autoblock7' => NULL,
'autoblock8' => NULL,
'autoblock9' => NULL,
),
);
$blockdisplay = array (
'default' =>
array (
'left' => '1',
'center' => '1',
'right' => '1',
'autoblock1' => '1',
'autoblock2' => '1',
'autoblock3' => NULL,
'autoblock4' => NULL,
'autoblock5' => NULL,
'autoblock6' => NULL,
'autoblock7' => NULL,
'autoblock8' => NULL,
'autoblock9' => NULL,
),
);
$style = array (
'default' =>
array (
'stylesheet' => 'style/style.css',
'logoimg' => '',
'color1' => '#FFFFFF',
'color2' => '#FFFFFF',
'color3' => '#FFFFFF',
'color4' => '#FFFFFF',
'color5' => '#000000',
'color6' => '#000000',
'color7' => '#000000',
'color8' => '#FFFFFF',
'color9' => '#000000',
'color10' => '#FFFFFF',
'striphead' => '1',
'head' => '',
),
);
$blocktemplate = array (
'default' =>
array (
),
);
$autoblock = array (
1 => 'Area1',
2 => 'Area2',
3 => 'Area3',
4 => 'Area4',
5 => 'Area5',
6 => 'Area6',
7 => 'Area7',
8 => 'Area8',
9 => 'Area9',
);
$themecmd = array (
);
$themeversion = array (
'name' => 'MSM Gaming & Radio',
'version' => '1',
'description' => 'Custom Game & Radio theme.',
'author' => 'mars',
'contact' => 'mars@portalthemes.com',
'include' => '0',
'pnphpbb2mysql_data' => 'a:1:{s:6:\\"userid\\";s:1:\\"2\\";}',
'POSTNUKESID' => '709bc7ee18327cfa138fca1cd753afd4',
);
?>
Not sure how to up-date the tags in the theme files. Can this be done in the Autotheme Admin panel? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 14, 2007 - 02:26 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Ummmm wtf is?
Code:
'pnphpbb2mysql_data' => 'a:1:{s:6:\\"userid\\";s:1:\\"2\\";}',
'POSTNUKESID' => '709bc7ee18327cfa138fca1cd753afd4',
);
Did you site get hacked or something? |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 17, 2007 - 11:00 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
| No thats were I edited the creater's info from within AutoTheme Admin. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 17, 2007 - 11:08 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Those lines are not part of AutoTheme, and it looks to be session related... |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 21, 2007 - 02:41 AM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
I re-uploaded stock theme.cfg files that all look like...
Code:
<?php
$atversion = '1.7';
$template = array (
'default' =>
array (
'main' => 'theme.html',
'summary' => 'summary.html',
'summary1' => '',
'summary2' => '',
'article' => 'article.html',
'altsummary' => '0',
'leftblock' => 'leftblock.html',
'centerblock' => 'centerblock.html',
'rightblock' => 'rightblock.html',
'table1' => '',
'table2' => '',
'autoblock1' => NULL,
'autoblock2' => NULL,
'autoblock3' => NULL,
'autoblock4' => NULL,
'autoblock5' => NULL,
'autoblock6' => NULL,
'autoblock7' => NULL,
'autoblock8' => NULL,
'autoblock9' => NULL,
),
);
$blockdisplay = array (
'default' =>
array (
'left' => '0',
'center' => '0',
'right' => '0',
'autoblock1' => NULL,
'autoblock2' => NULL,
'autoblock3' => NULL,
'autoblock4' => NULL,
'autoblock5' => NULL,
'autoblock6' => NULL,
'autoblock7' => NULL,
'autoblock8' => NULL,
'autoblock9' => NULL,
),
);
$style = array (
'default' =>
array (
'stylesheet' => '',
'logoimg' => '',
'color1' => '#FFFFFF',
'color2' => '#FFFFFF',
'color3' => '#FFFFFF',
'color4' => '#FFFFFF',
'color5' => '#000000',
'color6' => '#000000',
'color7' => '#000000',
'color8' => '#FFFFFF',
'color9' => '#000000',
'color10' => '#FFFFFF',
'striphead' => '1',
'head' => '',
),
);
$blocktemplate = array (
'default' =>
array (
),
);
$autoblock = array (
1 => 'Area1',
2 => 'Area2',
3 => 'Area3',
4 => 'Area4',
5 => 'Area5',
6 => 'Area6',
7 => 'Area7',
8 => 'Area8',
9 => 'Area9',
);
$themecmd = array (
);
?>
|
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 21, 2007 - 02:48 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Zip one of the non working themes and email it to me.
I will see if there is anything obviously wrong with it, if there is nothing wrong with the theme then we will have to look at your AT install. |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: AutoTheme & Xanthia issues...
Posted: Nov 25, 2007 - 04:59 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
|
|
|
 |
|
|
|