Plugin "Last Google Search"

Creating and modifying plugins.
Post Reply
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Plugin "Last Google Search"

Post by Harald Weingaertner »

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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Plugin "Last Google Search"

Post by garvinhicking »

Hi!

Try the CSS

Code: Select all

.container_serendipity_plugin_googlesearch {
width: XXXpx;
overflow:hidden;
}
or overflow: scroll? The containername might differ, but sth like that should do.

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/
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post by Harald Weingaertner »

Good idea, thanks. overflow:hidden; is enough for this "problem".
Post Reply