Beta WordPress Dropdown Menu plugin

Forums Forums Menus Beta WordPress Dropdown Menu plugin

Viewing 15 posts - 46 through 60 (of 61 total)
  • Author
    Posts
  • #1952
    Anonymous
    Member

    i’ve been using the old suckerfish plugin for a while and editing the plugin code as needed for various blogs (i added up to 10 menu options and customised them only to find you’d done that in the beta!!!!)

    for the custom option, you mentioned above that it only works for one. is this something that will change anytime soon?

    also, perhaps if you have an option to only show a specific category or blogroll, rather than just the option to exclude them overall. would it be difficult to have a conditional rule for if category or blogroll is selected? i mean i can hardcode it, i just was wondering for general useability.

    #2052
    Anonymous
    Member

    i’ve been using the old suckerfish plugin for a while and editing the plugin code as needed for various blogs (i added up to 10 menu options and customised them only to find you’d done that in the beta!!!!)

    for the custom option, you mentioned above that it only works for one. is this something that will change anytime soon?

    also, perhaps if you have an option to only show a specific category or blogroll, rather than just the option to exclude them overall. would it be difficult to have a conditional rule for if category or blogroll is selected? i mean i can hardcode it, i just was wondering for general useability.

    #1953

    [quote:2sus9drf]for the custom option, you mentioned above that it only works for one. is this something that will change anytime soon? [/quote:2sus9drf]

    Soon? Probably not. Eventually? Highly likely. There seems to be some demand for this feature so I’ll try to include in a future release.

    [quote:2sus9drf]also, perhaps if you have an option to only show a specific category or blogroll, rather than just the option to exclude them overall. would it be difficult to have a conditional rule for if category or blogroll is selected?[/quote:2sus9drf]

    Sorry but I don’t understand what you mean.

    #2053

    [quote:2sus9drf]for the custom option, you mentioned above that it only works for one. is this something that will change anytime soon? [/quote:2sus9drf]

    Soon? Probably not. Eventually? Highly likely. There seems to be some demand for this feature so I’ll try to include in a future release.

    [quote:2sus9drf]also, perhaps if you have an option to only show a specific category or blogroll, rather than just the option to exclude them overall. would it be difficult to have a conditional rule for if category or blogroll is selected?[/quote:2sus9drf]

    Sorry but I don’t understand what you mean.

    #1954

    Actually … I’ve started work again on the beta plugin today. So I may add another custom code option before the end of the day if you are lucky … depends how much time it takes me to complete all the jobs that need done.

    #2054

    Actually … I’ve started work again on the beta plugin today. So I may add another custom code option before the end of the day if you are lucky … depends how much time it takes me to complete all the jobs that need done.

    #1955

    Done … https://geek.hellyer.kiwi/forum/index.php?to … 799#msg799

    Second custom code option has been added as requested.

    #2055

    Done … https://geek.hellyer.kiwi/forum/index.php?to … 799#msg799

    Second custom code option has been added as requested.

    #1956
    Anonymous
    Member

    Hi the config page under settings says to put this in the header
    <?php if (function_exists(‘suckerfish’) {suckerfish();} ?>

    and as it is supposed to be this
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>

    it throws off a t-string error.

    #2056
    Anonymous
    Member

    Hi the config page under settings says to put this in the header
    <?php if (function_exists(‘suckerfish’) {suckerfish();} ?>

    and as it is supposed to be this
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>

    it throws off a t-string error.

    #2057

    Thanks for the bug report. I’ll fix that shortly.

    #2058

    Fixed <img decoding=” title=”Smiley” />

    #2059
    Anonymous
    Member

    Could you please explain how to add a custom Menu i.e. Forums which will link to our sites community forums. Any info you have will be greatly appreciated.

    Awesome plugin by the way! You can view it in action at http://tek-media.net

    #2060

    Hi Dusty,
    Nice example you have there of the plugin in action.

    You can use the custom code option to do that. Just chose either Custom 1 or Custom 2 as one of your menu items, then in the appropriate box, enter some code resembling the following:

    [code:1n8w9oj7]<li><a href="http://domain.com/forum/">Forum</a></li>[/code:1n8w9oj7]

    #2061
    proinsias
    Member

    hi,

    it looks like the first Custom code was broken. Has this been fixed in the latest version?

    Only Custom 2 seemed to appear…

Viewing 15 posts - 46 through 60 (of 61 total)
  • You must be logged in to reply to this topic.