TCBarrett
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Providing Support: Two Admins 'editing' at once.Looking at RC1, I suspect that all our themes will come with the following code:
add_filter( 'show_post_locked_dialog', '__return_false' ); add_filter( 'get_post_metadata', 'stop_lock', 10, 3 ); function stop_lock( $dummy, $object_id, $meta_key ){ if( $meta_key == '_edit_lock' ) return false; }I totally see that the locking is nice, however our clients are not going to accept it. We need a way to manage it/disable it/introduce it slowly. Something other than ‘bang, take it or leave it’.
It would be nice if it was a setting (filter) of it’s own, rather than digging through get_metadata() function filters.
Forum: Plugins
In reply to: [WP Glossary] Tooltip errors in full listsHi joelasolomon
Please try updating to the latest version (3.0)+
Forum: Plugins
In reply to: [WP Glossary] shortcode syntax, all of a sudden is not working properlyHi mike-tg
The slug ‘glossary’ (or whatever you have translated it to) is the archive page. You’ll need to create a page with a different slug or create a custom archive template file in your theme.
Forum: Plugins
In reply to: [WP Glossary] [glossary_term_list] shortcode bugsHi dcmg
Have you got an example page showing the issue? Or walk me through an exact way to replicate the problem?
Thanks.
Forum: Plugins
In reply to: [WP Glossary] Private glossary items not showingHi mcmarti
You will need to update to latest version (3.0+) to get support for private terms.
Forum: Plugins
In reply to: [WP Glossary] Tooltip P Tags, Excerpts, and Color not workingHi KatieKat
There’s a new release that handles the tooltips differently. I think it should fix those problems.
Term Usage shows which pages are using a particular term. It is currently experimental (unfinished). Leave it on, edit some terms, go to the pages that use them (front end), then go back to the Glossary Terms admin menu. Should see a column with usage and those pages listed against those terms.
Forum: Plugins
In reply to: [WP Glossary] Glossary Text colorThe details page is controlled by your theme.
You will need to create a single-glossary.php template file.
Forum: Plugins
In reply to: [WP Glossary] No options menu / excerpt questionForum: Plugins
In reply to: [WP Glossary] WPML CompatibilityIf I get the time, I will look further into WPML compatibility.
Forum: Plugins
In reply to: [WP Glossary] The last update doesn't workForum: Plugins
In reply to: [WP Glossary] Tooltip disappearedHi sne_ejo
Tricky one to diagnose. Could you update to latest version (3.0+) and add link to where your problem page?
Forum: Plugins
In reply to: [WP Glossary] P tags showing in tooltip on hover in IE9kpatrick33 are you still experiencing this problem with version 3.0?
Forum: Plugins
In reply to: [WP Glossary] Strange Nesting Issue When Using ExcerptsHow does it look with the latest version?
Forum: Plugins
In reply to: [WP Glossary] Changing the tooltip's widthThe tooltips should size nicely and not go off screen.
Forum: Plugins
In reply to: [WP Glossary] Glossary Slugs Not Replaced in Term Definition ListAs of version 3.0 glossary terms in atoz and list are now filtered to handle nested shortcodes.