Linklist: How to define that a directory should be opened by

Creating and modifying plugins.
Post Reply
kristan
Posts: 2
Joined: Fri Mar 23, 2007 4:22 pm

Linklist: How to define that a directory should be opened by

Post by kristan »

On configuring the link lists with the Linklist plugin, you can define that the first level directory should be open displayed.

How can I define, that a certain 2nd level directory should be opened by default ?

On loading my blog the linklist should show up like this by default:
  • actual links
    • event 1
      event2
    friends
    • close friends
      • bernd
        klaus
        sabine
      others (dir with lots of other contacts links)
    officials (dir with tons of unintresting subdirs and sublinks)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Linklist: How to define that a directory should be opene

Post by garvinhicking »

Hi!

I'm afraid the plugin currently does not supporting opening more than the 1st level.

The plugin uses a javascript interface call, so if you know some basic PHP you could edit the plugin to change the parameters of the javascript in there?

Best 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/
kristan
Posts: 2
Joined: Fri Mar 23, 2007 4:22 pm

Post by kristan »

Thanks for the idea. Unfortunately i do not have any direct access to the PHP-server. I'm just the content editor. So I do rely on the users admin interface. :cry:

Maybe its a good idea for a RFE:
add an attribute to the directory XML-entry "open=true"

Cheers,
Kristan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

That's a good idea, yes. Maybe the developer of the plugin, Matthew as I recall, can have a look at how hard that would be... :)

Best 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/
Post Reply