Page 1 of 1

plugin feature requests

Posted: Mon Jan 30, 2006 3:03 am
by carl_galloway
Hi all,

karma plugin
the karma plugin has to bits of hardcoded html that are driving me nuts and I wonder if it would be possible to have a span thrown around each so that I can make one hidden and the other a clear left.

What I'm doing is putting the karma plugin into a box only 170px wide. The actual output of the plugin produces 'Karma for this article: ++ | + | 0 | - | -- ' but this doesn't fit into a 170px box, so could I have a span thrown around the links, but while you're doing it, could you also throw a span around the 'karma for this article' as well?

The second problem is when top exits are tracked, the output automatically inserts a | before the text. Could this have a span thrown around it so I could make this display:hidden in my stylesheet?

quicksearch
the quicksearch plugin automatically outputs its text and the search quesry as a single statement, and I would like to style the search queries separately. So instead of 'No Entries Found for Query mars' as a single block of text I would like to add styling to the word 'mars'. Same thing when the search actually produces a result 'Your search for html returned 6 results:' I would like the actual search query to have a span thrown around it, and possible the number of results as well. Is this possible?

Thanks if this can be done,

Carl

Re: plugin feature requests

Posted: Mon Jan 30, 2006 11:26 am
by garvinhicking
Your wish is my desire :)

Just committed to SVN.

Regards,
Garvin

Posted: Mon Jan 30, 2006 6:24 pm
by carl_galloway
thank you Garvin, I'll go and play with it later today - gee this is exciting.

Carl