da1nonly
Forum Replies Created
-
Forum: Plugins
In reply to: [CoursePress Learning Management System] Aesop Story Engineyeah i was talking about WordPress Visual Editors , but it should not be very difficult to integrate Aesop with coursepress since they use wordpress shortcodes , one way to can implement Aesop or any other plugin is have a button to insert WordPress Visual Editors in course press page Build. with the WordPress Visual Editors the user can just click on Aesop to insert the shortcode. this would allow to support nearly all plugins out of the box without having to write custom code every time.=)
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonthanks for a really good plugin
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonok thanks, also did you manage to find out how to have different columns in each tab.
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonany suggestion on how to get it to work with your plugin
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonwhat you can do is install the plugin and import my meta box, the plugin has a feature to import. metabox below
{“17114”:{“post_title”:”Book”,”post_name”:”book-fields”,”cfs_fields”:[{“id”:”14″,”name”:”volume”,”label”:”Volume”,”type”:”loop”,”notes”:””,”parent_id”:0,”weight”:0,”options”:{“row_display”:”0″,”row_label”:”{volume_title}”,”button_label”:”Add Volume”}},{“id”:”15″,”name”:”volume_title”,”label”:”Volume Title”,”type”:”text”,”notes”:””,”parent_id”:14,”weight”:1,”options”:{“default_value”:””,”required”:”0″}},{“id”:”16″,”name”:”chapter”,”label”:”Chapter”,”type”:”loop”,”notes”:””,”parent_id”:14,”weight”:2,”options”:{“row_display”:”0″,”row_label”:”{chapter_title}”,”button_label”:”Add Chapter”}},{“id”:”17″,”name”:”chapter_title”,”label”:”Chapter Title”,”type”:”text”,”notes”:””,”parent_id”:16,”weight”:3,”options”:{“default_value”:””,”required”:”0″}},{“id”:”18″,”name”:”chapter_content”,”label”:”Chapter Content”,”type”:”wysiwyg”,”notes”:””,”parent_id”:16,”weight”:4,”options”:{“formatting”:”default”}}],”cfs_rules”:{“post_types”:{“operator”:”==”,”values”:[“post”,”book”]}},”cfs_extras”:{“hide_editor”:”0″}}}
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonno
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonhi am using http://ww.wp.xz.cn/extend/plugins/custom-field-suite/ to create meta boxes but i can not seem to move the meta boxes from the last tab to a different tab any suggestion on how i can move it to another tab. thanks
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttoni know but you could use the function to style the tab layout by modifying css to hide sidebar using css.
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonhi i found this this might help http://ww.wp.xz.cn/support/topic/increase-number-of-columns-on-edit-post-screen?replies=29
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttonwould is be possible to have different layout on each tab , or you could use css just to make the tabs full width (hack)
Forum: Plugins
In reply to: [Tabify Edit Screen] feature publish buttoni want to only display the publish box on the first tab and on the rest of the tabs i want to use the full width for the meta boxes. when i hide the publish box on the rest of the tabs i want quick access to the publish / save button, so if there was a save/ publish button just above the tabs this would be handy,( i might be able to create a js to make a custom save button, with have to look into this. )