- This topic has 60 replies, 3 voices, and was last updated 16 years, 6 months ago by imported_Ryan.
-
AuthorPosts
-
May 9, 2008 at 3:45 pm #1952AnonymousMember
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.
May 9, 2008 at 3:45 pm #2052AnonymousMemberi’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.
May 9, 2008 at 10:17 pm #1953imported_RyanMember[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.
May 9, 2008 at 10:17 pm #2053imported_RyanMember[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.
May 10, 2008 at 12:08 am #1954imported_RyanMemberActually … 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.
May 10, 2008 at 12:08 am #2054imported_RyanMemberActually … 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.
May 10, 2008 at 4:15 am #1955imported_RyanMemberDone … https://geek.hellyer.kiwi/forum/index.php?to … 799#msg799
Second custom code option has been added as requested.
May 10, 2008 at 4:15 am #2055imported_RyanMemberDone … https://geek.hellyer.kiwi/forum/index.php?to … 799#msg799
Second custom code option has been added as requested.
May 10, 2008 at 3:22 pm #1956AnonymousMemberHi 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.
May 10, 2008 at 3:22 pm #2056AnonymousMemberHi 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.
May 11, 2008 at 3:52 am #2057imported_RyanMemberThanks for the bug report. I’ll fix that shortly.
May 11, 2008 at 8:33 am #2058imported_RyanMemberFixed ” title=”Smiley” />
May 24, 2008 at 1:35 am #2059AnonymousMemberCould 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
May 24, 2008 at 4:46 am #2060imported_RyanMemberHi 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]
May 29, 2008 at 8:27 am #2061proinsiasMemberhi,
it looks like the first Custom code was broken. Has this been fixed in the latest version?
Only Custom 2 seemed to appear…
-
AuthorPosts
- You must be logged in to reply to this topic.