Hello,
is it possible to change the plugin "Last Google Search" ?
When users used the string www.derproblemloesungsweg.de/forum/index.php
as search-parameter, my right sidebar is a bit too long. I would love if the plugin breaks the search term after 30 characters (or more or less, depending on your sidebar)
I know, normally you does not use such a long string as searchparameter, but in this case some users do.
Thanks and regards, Harald
Plugin "Last Google Search"
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Plugin "Last Google Search"
Hi!
Try the CSS
or overflow: scroll? The containername might differ, but sth like that should do.
HTH,
Garvin
Try the CSS
Code: Select all
.container_serendipity_plugin_googlesearch {
width: XXXpx;
overflow:hidden;
}
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/
-
Harald Weingaertner
- Regular
- Posts: 474
- Joined: Mon Mar 27, 2006 12:32 am