rodbauer
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Boolean operators have no effect?Thanks for the explanation.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Double quotes not working in searchNo results from search for “New Mexico” which is found when search is just for New Mexico:
string(1051) ” AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM wp_posts AS posts WHERE posts.post_type NOT IN (‘revision’, ‘nav_menu_item’, ‘custom_css’, ‘customize_changeset’))) OR (doc = -1)) AND (relevanssi.doc IN (SELECT ID FROM wp_posts WHERE (post_content LIKE ‘%new mexico%’ OR post_title LIKE ‘%new mexico%’ OR post_excerpt LIKE ‘%new mexico%’) AND post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)) OR relevanssi.doc IN (SELECT ID FROM wp_posts as p, wp_term_relationships as r, wp_term_taxonomy as s, wp_terms as t WHERE r.term_taxonomy_id = s.term_taxonomy_id AND s.term_id = t.term_id AND p.ID = r.object_id AND t.name LIKE ‘%new mexico%’ AND p.post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)) OR relevanssi.doc IN (SELECT ID FROM wp_posts AS p, wp_postmeta AS m WHERE p.ID = m.post_id AND m.meta_value LIKE ‘%new mexico%’ AND p.post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)))” string(1051) ” AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM wp_posts AS posts WHERE posts.post_type NOT IN (‘revision’, ‘nav_menu_item’, ‘custom_css’, ‘customize_changeset’))) OR (doc = -1)) AND (relevanssi.doc IN (SELECT ID FROM wp_posts WHERE (post_content LIKE ‘%new mexico%’ OR post_title LIKE ‘%new mexico%’ OR post_excerpt LIKE ‘%new mexico%’) AND post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)) OR relevanssi.doc IN (SELECT ID FROM wp_posts as p, wp_term_relationships as r, wp_term_taxonomy as s, wp_terms as t WHERE r.term_taxonomy_id = s.term_taxonomy_id AND s.term_id = t.term_id AND p.ID = r.object_id AND t.name LIKE ‘%new mexico%’ AND p.post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)) OR relevanssi.doc IN (SELECT ID FROM wp_posts AS p, wp_postmeta AS m WHERE p.ID = m.post_id AND m.meta_value LIKE ‘%new mexico%’ AND p.post_status IN (‘publish’, ‘draft’, ‘private’, ‘pending’, ‘future’, ‘inherit’)))”I would like this feature as well, i.e. the ability to automatically block someone when a login attempt is made with one of the usernames on the list.
Configurable blocked list:
admin
administrator
mysitename
mysiteurl
testI agree, but would also like the ability to add whatever usernames I wish to automatically block.
Here’s the Chrome console output when I get the “Loading history” hanging:
JQMIGRATE: Migrate is installed, version 1.4.1
Uncaught TypeError: Cannot read property ‘offsetWidth’ of undefined
Uncaught TypeError: Cannot read property ‘hasClass’ of undefinedFirefox console:
JQMIGRATE: Migrate is installed, version 1.4.1
load-sc…r=4.5.3 (line 9)
TypeError: t is undefined
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js
Line 10Still have the problem. WordPress 4.5.3
Thanks. Adding a duplicate *min.css file fixed the problem for me.
Forum: Plugins
In reply to: [Participants Database] pdb_record Multiselect/Other – Other data won't saveI am seeing the same problem. The “other” field is not being saved. I have quite a few defined choices.
Hiking::hiking, Backpacking/Camping::backpacking/camping, Climbing::climbing, Alpine Skiing::Alpine Skiing, Nordic Skiing::nordicskiing, Snowshoeing::snowshoeing, Bicycling::bicycling, Motorcycling::motorcycling, Cooking::cooking, Beer::beer, Wine::wine, Dancing::dancing, Gardening::gardening, Kayaking/Canoeing::kayakingcanoeing, Swimming::swimming, Travel::travel, Urban Adventures::urbanadventures
Thanks, Rod
Forum: Plugins
In reply to: [Sign-up Sheets] Feature request – ProGreat! I was wanting this, too.
But just to be persnickety, I would really like the ability to have the event disappear automatically by a specified number of days after the event. We want both our Saturday and Sunday sheets to be visible through the entire weekend. (In fact, I was hacking your plugin to do this with each update.)
Thanks! Keep up the great work.Forum: Plugins
In reply to: [Sign-up Sheets] Pro update working?Update to 2.0.13 just showed up again and I grabbed it before it disappeared. Seems to come and go.
I am having a conflict of Better WP Security with bbPress. Administrators can see the forum pages, but subscribers get a 404 error when trying to see the same pages when BWS is activated.
Others have seen the same problem, as on this support page:
http://bbpress.org/forums/topic/404s-for-non-admins/Forum: Fixing WordPress
In reply to: Repeating Publish Date icon in editorI see the same problem with 3.8 and can verify that deactivating bbPress eliminates the problem.
Forum: Alpha/Beta/RC
In reply to: 3.8 Dashboard (not a bug)I agree. My monitor is 1920×1080 and dashboard presentation in 3.8 is terrible. The boxes are four across and too small. I would much prefer larger boxes for the graphed data from Jetpack and Google Analytics. I would like to set the number of columns desired for optimal display.
Also got the same fatal error with WP 3.7.1 when I updated to new WP Mail SMTP this morning.
Forum: Plugins
In reply to: [Sign-up Sheets] Feature requestAlso, the name of the person who signed up should be in the confirmation email, not just the email address. Some families share email addresses. Thanks