| Author |
Message |
Crane |
|
Post subject: pt20x footer? Is it there?
Posted: Feb 09, 2005 - 11:25 PM
|
|
Joined: Jan 09, 2005
Posts: 7
Status: Offline
|
|
My pt20x doesnt seem to have a footer. The PN Admin>settings has an input text box for footer info. The footer does not diplay on my site though. The text does not display but the pt20x theme looks in tact. What could be going on?
Also, on the topic of layout stuff. Is there a way to make the Admin Message share the top spot with another block? I have seen the Xanthia block display in the admin but I am not sure what to edit or how. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: pt20x footer? Is it there?
Posted: Feb 10, 2005 - 12:22 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
The footer tags aren't in that theme.
If you want them in you will have to edit theme.html, home.html and put the tags in.
Then you will have to reload the templates in Xanthia admin. |
|
|
| |
|
|
|
 |
Spitfire |
|
Post subject: RE: pt20x footer? Is it there?
Posted: Feb 13, 2005 - 03:25 AM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
I tried to add...
<center><br><!-- [banners] --><br><!-- [footer-msg] --></center>
to the bottom of the theme.html and ended up getting an error. Does Xanthia themes respond to a differant code?
Error I got...
Code:
Fatal error: Smarty error: [in userdb:pt20X/theme.htm line 68]: syntax error: unrecognized tag 'banners' (Smarty_Compiler.class.php, line 556) in /www/m/msmcs/htdocs/includes/classes/Smarty/Smarty.class.php on line 1083
|
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: pt20x footer? Is it there?
Posted: Feb 13, 2005 - 03:47 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Codes are different for Xanthia.
I'm not sure what the code for banners and footers are in Xanthia, but all the codes are listed in the docs that come with Xanthia. |
|
|
| |
|
|
|
 |
Spitfire |
|
|
Post subject: RE: pt20x footer? Is it there?
Posted: Feb 14, 2005 - 02:07 PM
|
|
Joined: Oct 16, 2004
Posts: 39
Location: Tennessee
Status: Offline
|
|
Got them, had to do some digging & asking of questions, but this worked...
Code:
<!--[pnbannerdisplay id=0]-->
<!--[footmsg]-->
|
|
|
| |
|
|
|
 |
|
|