Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 12:36:24 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155533 Posts in 21713 Topics by 7738 Members
Latest Member: Pattieardathfe
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: "New" Droplet: siblings  (Read 761 times)
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 155


WWW
« on: September 30, 2009, 02:32:38 PM »

Hi,

I just "wrote" my first droplet. It's actually "children" minus "+1":

Code:
ob_start();
show_menu2(0, SM2_CURR, SM2_ALL, SM2_ALL|SM2_CURRTREE);
$content = ob_get_contents();
ob_end_clean();
return $content.' ';

I'd like to submit it, but don't know how. On AMASP it says:
Quote
... send the Droplet to us using this Form.
The link to the Form is dead, though.

I'm not even sure it's worth an extra entry, since anyone could delete the "+1" or modify the show_menu2 line himself ...
 
Cheers.
Ralf.
Logged
aldus

Offline Offline

Posts: 1238


« Reply #1 on: September 30, 2009, 02:42:54 PM »

Hm ...

http://www.websitebakers.com/pages/droplets/submit-droplet.php

Still works ... but as for me, i'm a little bit confused about the minus/plus puls/minus
+ * ... ähm ...  rolleyes

Regards
Aldus
Logged
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 155


WWW
« Reply #2 on: September 30, 2009, 09:13:52 PM »

Hi Aldus,

ah, thanks, now I found the form in the droplet dropdown menu. Before, I had only found the above mentioned line in "about droplets", very bottom, with no link. Maybe you could add one to that line?

siblings:
show_menu2(0, SM2_CURR, SM2_ALL, SM2_ALL|SM2_CURRTREE);

children:
show_menu2(0, SM2_CURR+1, SM2_ALL, SM2_ALL|SM2_CURRTREE);

It would be nice to have a show_menu droplet that takes a few parameters ...

I tried to use this as a second level menu. Worked fine in FF etc., no go with ie, because of absolute positioning bug. Now I use show_menu2 anyway ...

Cheers,
Ralf.
Logged
erpe

Offline Offline

Posts: 2077


WWW
« Reply #3 on: October 01, 2009, 08:34:42 AM »

Quote
Maybe you could add one to that line
Submit page is now linked.

rgds

erpe
Logged

Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!