Page 1 of 1
Layout issue
Posted: Sat Mar 12, 2005 10:10 pm
by Xanthouos
It looks too me that S9Y is the answer to several sites I maintain, which now the client can maintain and update as needed. Thankyou S9Y!
My problem:
I included a table for layout and the information introducing a site, but for some reason iit leaves a big gap from the top of the page, and I can not figuir out why it does it and how to fix it. It might be the simplest thing, but I am mssing it.
Please look at
http://www.tfi.adomains.biz to see what I mean.
Thank you so much for help and input.
Re: Layout issue
Posted: Sun Mar 13, 2005 1:59 pm
by garvinhicking
The error comes because of additional <br />s placed after </td> and <table> tags. Browsers will throw those <br />s at the top of the first table.
The solution is to either deactivate the NL2BR plugin in Serendipity, or make sure that you do not have any linebreaks in your HTML code, which could be translated into <br />s.
Regards,
Garvin
Thanx
Posted: Sun Mar 13, 2005 10:34 pm
by Xanthouos

Thank you Garvin for your prompt answer. t's nice to have developers so quick to help out. I for one am making widespred use of s9y, deploying it on several different sites.
Re: Thanx
Posted: Mon Mar 14, 2005 4:10 pm
by garvinhicking
Great to hear that - I really enjoy hearing/reading that!
Have fun,
Garvin
how to's, and why
Posted: Fri Apr 22, 2005 5:43 pm
by Xanthouos
I have version 8 installed and the latest contact/tpl files installed, but I get the following error when trying too use the contact form:
http://www.familyafrica.com/pages/contact.htm
Code: Select all
Fatal error: Cannot redeclare smarty_core_load_plugins() (previously declared in /home/family/public_html/bundled-libs/Smarty/libs/core/core.load_plugins.php:16) in /home/family/public_html/bundled-libs/Smarty/libs/internals/core.load_plugins.php on line 16
~In the "
Static Pages" and if you click on a
category it doesn't have the Header like the
main page.
~When clicking on a article, I get the following error:
http://www.familyafrica.com/archives/7- ... oject.html
Code: Select all
Fatal error: Cannot redeclare smarty_core_load_plugins() (previously declared in /home/family/public_html/bundled-libs/Smarty/libs/core/core.load_plugins.php:16) in /home/family/public_html/bundled-libs/Smarty/libs/internals/core.load_plugins.php on line 16
Did something go wrong with the upgrade of S9Y?
Re: how to's, and why
Posted: Fri Apr 22, 2005 7:34 pm
by garvinhicking
Xanthous,
it seems that your installation is really somehow strange. It seems to me you have activated the 'embed' directive but are loading some files twice?!
Check how your template is configured, please. The documentation on
www.s9y.org should help you to see how a smarty-enabled template should look like. It seems you have manually modified a template, and you are not using the default template, is that true?
Also see if you have certain event plugins installed twice. And tell me which event plugins you've installed.
Regards,
Garvin
Posted: Thu May 05, 2005 5:40 pm
by Xanthouos
For failer to RTFM, I was editing the templates in the templates_c dir, so I think is what was causing the mixup.

I am going over the STYLES readme, and hopefully can do a propper job this time and avoid un-needed errors.
Again, thank you Garvin for all your help.