Page 1 of 1

Andreas 08: language selection instead of search form

Posted: Wed Nov 29, 2006 1:13 pm
by Col. Kurtz
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.

Re: Andreas 08: language selection instead of search form

Posted: Wed Nov 29, 2006 2:34 pm
by garvinhicking
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

Posted: Wed Nov 29, 2006 10:51 pm
by Col. Kurtz
one problem I get is the headline of the plugin will always appear and then theres a linebreak. even if I leave it blank in the plugin config. any ideas?

Posted: Thu Nov 30, 2006 11:01 am
by garvinhicking
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