Flanna
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Any Table] Can read tables but no results foundYes there are some other plugins. Including; DBVIEW and Easy Table, both of which are in use.
Are there any that are known to conflict with Edit Any Table?Forum: Plugins
In reply to: [Edit Any Table] Can read tables but no results foundWordPress 3.9.1
PHP 5.4.24
I removed Edit Any Table and re-installed it. Exactly the same as before…Forum: Plugins
In reply to: [Edit Any Table] Can read tables but no results foundI don’t know where to find the schema. So, I have added the standard wp_posts table. When I search for post_author = 1 I still get “no results found”. If you need to see the schema, it’s the standard one as installed by WordPress. And there is a post_author with ID 1. An empty search of this table also produces “no results found”.
Forum: Plugins
In reply to: [Edit Any Table] Can read tables but no results foundI have a table with 1 record. The record has ID, Date and Name. The only record has the Name set to “John”.
I searched with “John” in the Name field box and got “no results found”. I then searched with nothing in the field boxes and also got “no results found”. I expected to find the record for “John”.Forum: Hacks
In reply to: wp-nav-menu inside bounding boxThanks jeFF. I don’t think I can use this though as I want to use another JavaScript library to manage the menus (not jQuery). I don’t think it is possible to call one library from a function of another library.
Where does the markup for the menu get generated? How could I extend Menu Walker?Forum: Fixing WordPress
In reply to: Sidebar menu listing contents of current categoryThanx caugb, should be easy to build this code into a Widget.