Please go to this website. You notice I have made some minor changes in the Andreas08 template. I kicked out the search form. The next sidebar plugin below is the language selection.
Is there a solution that I can put the language selection to that line where the search field was located? It doesn't have to be the dropdown menu, some "normal" links would also do this for me.
Thank you.
Andreas 08: language selection instead of search form
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Andreas 08: language selection instead of search form
Hi!
You can set that dropdown plugin to "Hidden" and then use Smarty functions to print a menu - have a look at the technical docs in the "doing more with smarty" document: {serendipity_showPlugin} or sth like that.
HTH,
Garvin
You can set that dropdown plugin to "Hidden" and then use Smarty functions to print a menu - have a look at the technical docs in the "doing more with smarty" document: {serendipity_showPlugin} or sth like that.
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/
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
You can wrap the plugin in your own HTML <div>, and then use CSS to hide the headline (display: none) that appears in your custom DIV!
Best regards,
Garvin
You can wrap the plugin in your own HTML <div>, and then use CSS to hide the headline (display: none) that appears in your custom DIV!
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/