PDA

View Full Version : pull links in from photoblogs.org


tparlin
01-17-2005, 05:40 AM
Use this addon to pull in your blogroll (links) form photoblogs.org.

http://www.pixelpost.org/index.php?x=downloads&details=30

enjoy.

blinking8s
01-17-2005, 09:58 AM
very cool!

turnover
01-17-2005, 11:16 AM
Cool i want this script for an external page it's possible ?
No in index.php?x=about page

Anonymous
01-17-2005, 01:46 PM
Cool i want this script for an external page it's possible ?
No in index.php?x=about page

It doesn't have to be displayed in x=about, that just happens to be where mine is... You can use it like any other addon, just use the tag in any template you want.

-Theron

tparlin
01-17-2005, 01:47 PM
Woops, forgot to log in. :)

winklebleck
02-06-2005, 05:29 PM
is there a way to add a target to the link, I'd rather have a new window open than to have my visitor trail away from my site? nice addon though!

jan1022
02-28-2005, 04:18 PM
is there a way to add a target to the link, I'd rather have a new window open than to have my visitor trail away from my site? nice addon though!

I've added a target=_blank and it seems to work ok.

Add the line:
$line = str_replace("href", "target="_blank" href", $line);

between these two lines in the foreach loop:
$line = str_replace("< /ul>", "", $line);
$display .= $line;

in the grablinks.php file,
like so:
$line = str_replace("< /ul>", "", $line);
$line = str_replace("href", "target="_blank" href", $line);
$display .= $line;


Hope this helps!
Jan

japanwindow
05-27-2005, 08:49 AM
Can anyone post a link where I can download this?

anela
05-27-2005, 09:33 PM
I'd like to download this as well, if possible. Thanks :-)

blinking8s
05-27-2005, 10:02 PM
http://www.pixelpost.org/v1/devfiles/?id=79 modified version to generate a cleaner ul/li link stucture

http://www.pixelpost.org/v1/devfiles/?id=30 origninal version

anela
05-27-2005, 11:33 PM
Thank you very much! :-D

familyman
05-28-2005, 12:26 AM
Small problem with this addon and the pepper-revisted template. When I place grablink.php in the addon directory and then view my website, everything becomes aligned on the left side of the screen instead of centered on the screen. What do I need to change to fix this? By the way I tried both the original add-on and the one modified by blinking8s.

Any help would be greatly appreciated!