jfbertrand
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [teachPress] Issues with tagsand removed tags from edit publication will not allow to re-add the same tags as there not showing in the tag display but are still in the tag manager…
Forum: Plugins
In reply to: [teachPress] Export of Bibtexseems the bidtex export will show just that – keyword = tags
but not at the front-end viewForum: Plugins
In reply to: [teachPress] Issues with tagsstill get the warning under tags
Forum: Plugins
In reply to: [teachPress] Issues with tagsfollow up…
re-installing the latess built from the dev. list seems to have resolved the issue of tag display/availability when editing a publications…Forum: Plugins
In reply to: [teachPress] Issues with tagsfollow up…
also if you remove active tags from a publication item then they are no longer available to be added again but still are under pt tags manager…/**editor hidde/show condition**/ /*3 things to do*/ /* place this code in function file of each theme add_filter( 'query_vars', 'addnew_query_vars', 10, 1 ); function addnew_query_vars($vars) { $vars[] = 'edit-mode'; // var1 is the name of variable you want to add //echo $_GET['edit-mode'] .'hi!'; return $vars; } */ /*then make a link such as <a href="?edit-mode=true">Edit mode</a> and place it where you like in your theme*/ */finally place this code on ligne 95 of core.php ... replacing the css files call*/ if ( $_GET['edit-mode'] ) { wp_register_style( 'fee-editor', plugins_url( 'css/core.css', FEE_MAIN_FILE ), $css_dependencies, FEE_VERSION ); scbUtil::do_styles( 'fee-editor' ); }
Viewing 6 replies - 1 through 6 (of 6 total)