Sea Jay
Forum Replies Created
-
Yes, I am seeing this as well in 3.3.1.
There is an “Order” column, but it is not sortable.
Also, in Quick Edit and full Edit, order numbers are not displayed.
This is such an important plugin! I hope this can be resolved soon.
TIA!
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Great plugin!Agreed. Also, just upgraded to WP 3.3.1 and BP 1.5 and it integrates even better into the default theme. Super!
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Bug reportWith WP 3.31, BP 1.5.3.1 (using a child theme of BP default), and GTM 1.7.3, I’m still getting the fatal error:
Warning: require_once(/home/XXX/public_html/wp-content/plugins/bp-gtm-system/templates/groups/single/plugins.php) [function.require-once]: failed to open stream: No such file or directory in /home/XXX/public_html/wp-includes/theme.php on line 1115
Fatal error: require_once() [function.require]: Failed opening required ‘/home/XXX/public_html/wp-content/plugins/bp-gtm-system/templates/groups/single/plugins.php’ (include_path=’.:/usr/local/php52/pear’) in /home/XXX/public_html/wp-includes/theme.php on line 1115
I changed the configuration to delete all data, deactivated, deleted, and reinstalled from scratch. Still a problem.
I see only a /gtm/ folder in the templates directory, but no /groups/ directory:
/plugins/bp-gtm-system/templates/groups/single/plugins.php
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] no admin page in multisite installSame issue.
I really like this plugin. Is it being maintained?
EDIT: being discussed over here:
http://buddypress.org/community/groups/bp-gtm-system/forum/topic/problem-with-admin-page/
Forum: Plugins
In reply to: [Query Multiple Taxonomies] [query-multiple-taxonomies] Sort orderHey, no way. That’s great! I’ve never seen draggable checkboxes.
Thanks for thinking of everything!
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Large number of /tmp/ filesActually, I thought this was resolved, but only this week, captchas stopped working with WP-Newsletter/Mailing-List during an upgrade.
I’ve notified that plugin developer.
Don’t know if this is related to Really Simple CAPTCHA or not yet.
I’m no longer using this plugin.
BTW, Group Blogs works great with the fix outlined in that other thread.
Thanks!
Thanks for following-up on this!
Yes, I understand, and agree. However, I believe the HTML/XHTML standard requires the ID:
http://www.w3schools.com/tags/tag_label.asp
If I were to add an obscure prefix to for/id, is that better?
<label for="qmtlabel-{{name}}">{{title}}:</label> <select name="{{name}}" id="qmtlabel-{{name}}">Still validates. Less likely to collide?
Found the issue.
In order to validate at <http://wave.webaim.org/>, the following change needs to be made in dropdowns.html
Change …
<label>{{title}}:</label> <select name="{{name}}">… to …
<label for="{{name}}">{{title}}:</label> <select name="{{name}}" id="{{name}}">This changes the widget dropdown code from …
<label>Learning levels:</label> <select name="learning-levels">… to …
<label for="learning-levels">Learning levels:</label> <select name="learning-levels" id="learning-levels">I tested and it validates fine.
In all other ways, a 5* plugin.
Forum: Plugins
In reply to: [Better WordPress Minify] Conflict with Buddy Group Email SubscriptionsThe problem appears with several different minify plugins, so I believe it is originating with the BuddyPress Group E-mail Subscriptions plugin. I’ll contact them.
Forum: Plugins
In reply to: [BuddyPress Docs] [buddypress-docs] [Embedly] Buddypress Docs and EmbedlyBTW, I think the problem is over there:
Forum: Plugins
In reply to: [Embedly] Breaks Visual EditorSame here.
Activating the Embedly plugin prevents the Buddypress Docs TinyMCE edit buttons from loading.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Custom Post TypesDisregard! You aleady put it in there: post_type=posts
Thank you!