Installation went well, embedding worked fine EXCEPT!
Every time you click on a link it goes to the unstyled version instead of my embedded page.
Also my navbar which should be on the side is at the bottom.
www.stabbish.com/blogtest.php
If anyone could help me it would be appreciated.
A few questions about embedding,
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: A few questions about embedding,
Hi!
Did you set your indexFile s9y configuration option to point to your wrapper.php instead of index.php file?
Best regards,
Garvin
Did you set your indexFile s9y configuration option to point to your wrapper.php instead of index.php file?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Did you read the 'embedded installation' documentation here:
http://www.s9y.org/55.html
The indexFile option is the one you can specifiy inside the serendipity configuration panel.
HTH,
Garvin
Did you read the 'embedded installation' documentation here:
http://www.s9y.org/55.html
The indexFile option is the one you can specifiy inside the serendipity configuration panel.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks garvin, I'll give it a try. I did not see indexfile option before. ):
Also do you know how to fix the navbar?
EDIT
After messing around with the settings, When IndexFile is set to wrapper.php it redirects me to a blank page.
EDIT
I am starting to think that the leftside bar is causing my navbar to be pushed to the bottom, I searched the forum and have gotten no results
Also do you know how to fix the navbar?
EDIT
After messing around with the settings, When IndexFile is set to wrapper.php it redirects me to a blank page.
EDIT
I am starting to think that the leftside bar is causing my navbar to be pushed to the bottom, I searched the forum and have gotten no results
While the designers here will (rightly) claim this to be heresy, perhaps you should try a simple table-based layout. At least that way stuff won't get pushed around while you experiment with embedding.
A blank page usually indicates a PHP error. Often this is as simple as a blank, newline, or UTF-8 BOM code before the <?php or after the ?>. If you can look at your PHP error logs, we can provide better answers.
A blank page usually indicates a PHP error. Often this is as simple as a blank, newline, or UTF-8 BOM code before the <?php or after the ?>. If you can look at your PHP error logs, we can provide better answers.