websimonr
Forum Replies Created
-
Forum: Plugins
In reply to: [Websimon Tables] how can I configure for editorsMy mistake, edit_posts is not only for editors and above. Its better to use edit_others_posts for that. See link above to codex.
Forum: Plugins
In reply to: [Websimon Tables] how can I configure for editorsHi you all, the developer here. I′m sorry that I haven′t replied to all questions. I haven′t had so much time to do that (working full time, kids bla bla).
Since alot of people would like a setting to be able to decide which wp roles that can edit the tables I will try to add that option in a future release. For you who are in a hurry and knows a little bit of php heres a way to do it right away (at your own risk ?? )
In the file websimon_tables.php there is a function named websimon_tables_plugin_page with the if statement.
if (!current_user_can('manage_options')) { wp_die( __('You do not have sufficient permissions to access this page.') ); }
here you can change ‘manage_options’ to ‘edit_posts’ for example if you want that your editor can change the tables.
Hi jdeems
Your at exactly the right place to edit the capabilities. You should probably remove the strong tag and just have “read”
For more roles and capabilities please check:
https://codex.www.ads-software.com/Roles_and_CapabilitiesHi lognerd, it sounds a little bit like you have som html markup in your table that might be causing that.
Does other tables or if you create a new one work?
Hi, currently there is no support for merging cells in the plugin. There has been quite alot of questions about that feature and I′ll check if it is possible to add that. The plugin was not really built for more advanced features but I′ll definitely give it a try ??
Hi jordyfranken, those vertical titles are images. You can do the same thing in the plugin, just add img tags in the headlines.
Hi Dan
Which version of the plugin are you using? Did you update anything in your installation?It′s a bit strange that it stopped working without you changing anything.
I′ve updated the plugin. This will probably help you.
Hi!
I′ll will check that as fast as I can. I′ve tried it succesfully with 3.3.1 but I will check some things anyway!
Thanks for your post.
/Simon