Theme question - Menu on top

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Theme question - Menu on top

Post by francisco1844 »

How does one go about having a menu below the top logo?

Just trying to get a link to my Forum and an About page.
So far all the link plugins I see create a list of links on the side.

Also is there a list somewhere of commercial themes?
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Theme question - Menu on top

Post by Don Chambers »

It might help if you could point us to a URL to your existing site.
=Don=
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Re: Theme question - Menu on top

Post by francisco1844 »

I have a few blogs I plan to make, but the first one is:

http://dealingwithpests.com

I am looking to have a menu like this blog has:
http://goodlifezen.com

I only need an About and Forum links. The links will point to an about plain HTML page and to a forum at http://forum.dealingwithpests.com

Do I need to edit a template file or is there a theme that already does this?
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Theme question - Menu on top

Post by Don Chambers »

Some templates have navigational menus built in. Have you looked at any other templates? You can use the spartacus plugin to fetch templates, or you can fetch them and ftp to your server here.
=Don=
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Re: Theme question - Menu on top

Post by francisco1844 »

I have another post, http://board.s9y.org/viewtopic.php?f=1&t=17075, because of error "This theme/style has no specific options".

Can't change themes right now.
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Re: Theme question - Menu on top

Post by francisco1844 »

Until I solve the issue with the error on changing themes, is there a way to manually change what is the default active theme?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Theme question - Menu on top

Post by garvinhicking »

francisco1844 wrote:Until I solve the issue with the error on changing themes, is there a way to manually change what is the default active theme?
You can install the "Template selector" event and sidebar plugins, which allows you to pick from templates in the sidebar, and also straight via URL (so that your visitors don'nt necessarrily see it). You might need to refresh your browser's cache (Shift-F5) after changing a template though.

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/
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Re: Theme question - Menu on top

Post by francisco1844 »

garvinhicking wrote:You can install the "Template selector" event and sidebar plugins, which allows you to pick from templates in the sidebar
Bumping memory fixed the problem.. but I would still like to understand how to change the default theme from the CLI.. to understand how that part of the system works.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Theme question - Menu on top

Post by garvinhicking »

Hi!

By "CLI" you mean, by hand? The current theme is stored in the serendipity_config database tables under the "template" key.

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/
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

Re: Theme question - Menu on top

Post by francisco1844 »

garvinhicking wrote:Hi!
By "CLI" you mean, by hand?
Yes. I thought perhaps it was a config file.
garvinhicking wrote: The current theme is stored in the serendipity_config database tables under the "template" key.

That is what I was looking for. Thanks.
Is there an introduction to the internals somewhere? perhaps a developer doc. Looking just to understand a little more so in the case of future issues will have a slightly better chance to find pointers of what the problem is.. or at least give more educated feedback in the forum when asking for help.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Theme question - Menu on top

Post by garvinhicking »

Hi!

Well, we have a bit of scattered documentation on the s9y.org documentation wiki. s9y also has php-doc style comments, so you could get yourself a phpdoc compiler to see the inline code documentation?!

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/
Post Reply