Page 1 of 1

Wanted: Entry's Links plugin user(s)

Posted: Tue Apr 15, 2008 1:41 pm
by yellowled
Can someone who's actually using the sidebar plugin "Entry's links" in a live blog please raise his or her hand and say "Aye"? That would be great :)

FYI: It needs to be a blog which is actually online, not something in a test environment. I'd like to adjust the code for this particular plugin, but it is kind of difficult to reproduce the plugin's actual output in my test environment, which is a s9y installation on my local webserver.

YL

Re: Wanted: Entry's Links plugin user(s)

Posted: Tue Apr 15, 2008 1:43 pm
by garvinhicking
Hi!

http://blog.zipfel.dk/index.php?/archiv ... -Juno.html is a blog I frequent which makes use of it.

Does that help?

Regards,
Garvin

Re: Wanted: Entry's Links plugin user(s)

Posted: Tue Apr 15, 2008 2:01 pm
by yellowled
garvinhicking wrote:Does that help?
It's a start. Thanks :-)

YL

Posted: Tue Apr 15, 2008 2:10 pm
by yellowled
Let's see ... if I'm getting the plugins code right, these two parts of it

Code: Select all

$link_name = $wordwrap < 1? $row['name']: wordwrap($row['name'], $wordwrap, "<br />", 1);
(line 155) and

Code: Select all

. wordwrap($row['host'], $wordwrap, "<br />", 1) .
(line 182)

do the word-wrapping for the plugin, right? If that's true, I'm done.

However, I have no idea how this will look until I can see it live. Then again, that's true for almost every plugin included in "Operation Wreak Havoc" so far :wink:

YL

Posted: Tue Apr 15, 2008 5:20 pm
by judebert
Did someone say "Havoc"?

Check your PM for access to an online sandbox.