Wanted: Entry's Links plugin user(s)

Creating and modifying plugins.
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Wanted: Entry's Links plugin user(s)

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

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

Post 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
# 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/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

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

Post by yellowled »

garvinhicking wrote:Does that help?
It's a start. Thanks :-)

YL
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post 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
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Did someone say "Havoc"?

Check your PM for access to an online sandbox.
Judebert
---
Website | Wishlist | PayPal
Post Reply