froman118
Forum Replies Created
-
Forum: Plugins
In reply to: [My Link Order] Displays "missing argument" errors in sidebar on WP 3.5Resolved in new version of plugin released last week.
Forum: Plugins
In reply to: [My Link Order] Widget does not display publicly, does display when logged inDon’t know what to tell you, but my bet is there’s something going on in your theme. Plugin and widget won’t care if you are logged in or not.
Slipped in a change to the existing 3.5 version of plugin.
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] MyLinkOrder stopped working in 3.3It works fine in 3.3.2 and 3.4 beta. I’m not sure why you would say it breaks on every release considering how infrequently I have done updates over the past few years. If they change something in the WordPress core like ordering Link ID’s with ‘link_id’ instead of ‘id’ then my plugin is at their mercy. That’s how it’s been for the past 6 years since WP 1.5.
So do you actually want help with your issue?
It’s actually the other way around. That plugin borrowed some of my code and left the filter name the same. They need to change their plugin.
Forum: Plugins
In reply to: "My Link Order" – help me, please!wendi,
I don’t see anything on your site that is outputting links from the blogroll. It looks like the theme is using some navigation menu for the header. Did you update your theme recently?
Andrew
Forum: Plugins
In reply to: [My Category Order] plug for custom post category?rachel,
I completely forgot about releasing the new plugin. I’ll see about posting a beta. I think the issue I was still trying to address was how to help display the order. I’m not exactly sure how people would use it so maybe it’s just something they would need to handle with custom code.
Forum: Plugins
In reply to: [My Category Order] Help Pleasebob,
Without widgets you will have to modify your sidebar template. The wp_list_categories call needs “orderby=order” added to it. Something like this:
wp_list_categories('orderby=order&title_li=');Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderLen,
First thing is to be sure you aren’t using widgets. Are you working on your mother’s site? http://www.lgrossman.com/trudel/
That is using widgets so you would actually just need to go into Appearance -> Widgets and swap the Links widget with the My Link Order widget.
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my ordermattio, it should be working. Are you using the widget or a template function call?
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderThanks for the update about 3.2 jared, I figured it would be ok but haven’t upgraded myself. With the copied template functions it should be fairly hard to break the plugin now. I stayed away from doing that so people could just use the built in functions, but I didn’t have much of a choice this time.
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderNope don’t know what to tell you. The widget is working without changes and you have to do the above changes. Are you using the widget or not?
Forum: Plugins
In reply to: [My Category Order] [Plugin: My Category Order] doesn´t work with wp 3.1.3Have you modified your theme or swapped widgets per the installation notes?
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderNew version of plugin is up. Notes haven’t been updated, but if you use wp_list_bookmarks in your theme you have to switch that to mylinkorder_list_bookmarks. Widgets require no change.
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderYup, they made changes that makes it impossible to use the built in template functions. Have to work around it or abuse the Ratings field to store the order now.