Andrew Norcross
Forum Replies Created
-
the GD Star Rating plugin does incorporate using custom post types, so that should handle that well. the other options you mentioned involve integration with other plugins that I wouldn’t want to make standard for everyone.
Not 100% sure what you’re requesting. A tag cloud would display either categories or tags (in this case, those associated with the FAQs) and then they’d link to that particular archive page. I can include a widget, but a shortcode wouldn’t be relevant here.
There’s the possibility that some of the javascript / markup for the Google Earth Tours has changed. The documentation on this is horrible (from Google) so it’s hard to say what may have changed.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] More widgets please!I definitely plan on including more widgets in a future release. At this point, I’m making sure that the other options are rock-solid so that the functionality remains the same.
Also, keep in mind that by enabling shortcodes in text widgets with the following function
add_filter( 'widget_text', 'do_shortcode' );will allow you to use the existing shortcode options for topics / categories.Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Link FAQ titlesI’ve just pushed out an update this morning that will allow you to list just the titles of each FAQ linked to a separate post. I’ve also included an option for a jQuery collapse / expand option. However, there are no plans at this time to include an excerpt option, since the majority of people do not have FAQs long enough to warrant it.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Ordering is getting cumbersomeI’ve just pushed out an update that includes better instructions / explanations about the shortcode options. However, there isn’t a way (at this time) to configure the sorting page. I may include the ability to override the sorting option in a future release.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Limited user accessI wasn’t aware of that plugin. That’s a nice stop-gap for now, thanks for the heads up!
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Limited user accessOK. I’ve got a message out to Justin about the best way to integrate with the Members plugin. There isn’t a way currently to turn that off and on within the existing codebase.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] [Plugin: FAQ Manager] Limited user accessThe post type inherits the permissions of regular posts. Are you allowing users access to posts?
I plan on including the ability to use Justin Tadlock’s Members plugin as an option for control purposes in a future release.
I’ve just pushed out an update (v 1.02) that fixes that. You can now set the number of posts in the shortcode using the “limit” parameter.
Your best bet is to set conditional CSS based on the post_class declaration.
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?Plenty of good suggestions already out, but here’s my two cents:
- Standardization of conditional tags for CPTs, custom taxonomies, and meta fields to coincide with the ‘standard’ conditionals. Example: using is_post_type(‘book’)= instead of if( get_post_type() == ‘book’ ) …
- Improved meta field additions (possibly add the ‘default’ fields into core?
- Ability to easily remove sections from admin panel (i.e. links, etc)
- Built in backup (scheduled) functionality? Either with core plugin or core.
That’s due to the apostrophe at the end of the word ‘parents’. the Twitter URL parser doesn’t like that character in the URL. I would recommend changing the slug (not the actual title) to remove any characters like that.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Email format messed up(?)I’ve installed the development version and I’m still getting the broken lines.
Well, at the time of the error I didn’t have any other plugins running. So you’re saying that the issue could be Thesis? Can you point to something in specific I can try? I’d love to continue using this (and go ‘pro’ since it seems to be the best thing out there) but not working in Thesis is a dealbreaker.