Becki Beckmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Proxy Cache Purge] [Feature Request] filter on who can see the purge buttonI totally agree that only admins shoud be able to do a full purge. The only reason I asked is that because on my multisite install also, e.g. editors, will see the button to do a full purge.
if you look at your code:
( is_multisite() && !current_user_can('manage_network') && ( SUBDOMAIN_INSTALL || ( !SUBDOMAIN_INSTALL && ( BLOG_ID_CURRENT_SITE != $blog_id ) ) ) )which means ANY user which is not the super admin will see the full purge button, isn’t it? e.g. editor roles does not have the ‘manage_network’ capability
if you can manage so only super admins and admins will see the full purge button then I’m fine with it 😉
but perhaps a filter on permissions would also be nice?
thanks & greetings
beckihello again 😉
yep, dashboard vesion 3.1 fixed this issue. today i received an email with notify about an available plugin update 😉
thanks! your plugin is awesome!
greetings
beckihello there,
just installed the new dashboard and child version 3.1 on my sites.
will report back if it fixes the cron job issue.thanks & greetings
beckiups … posted this in the mainwp child instead of dashboard ;(
will mark as resolved and post again at mainwp dashboard.
sorry for being stupid 😉
Forum: Plugins
In reply to: [WP Edit] WP_PLUGIN_URL problem on multisite installhello josh,
yes, all works fine after your recent update!
ups … seems that i have forgotten to mark this as resolved.
glad, you finally did 😉thanks & greetings
beckiForum: Plugins
In reply to: [WP Edit] WP_PLUGIN_URL problem on multisite installhello josh,
i’m impressed by your plugin! was a pleasure i could ‘help you out’ 😉
season greetings
beckiForum: Plugins
In reply to: [Post Duplicator] tiny error in german language filegreat! will remove both language files from the server …
thanks & greetings
beckiForum: Themes and Templates
In reply to: [Interface] My childs content-extensions don't overridei think content-extensions.php and header-extensions.php are no wordpress templates and therefore you won’t be able to overwrite them via wordpress template hierarchy loading, by replicating the folder structure and files …
they are just general include files …
if the functions in those files are created via
if ( ! function_exists( ‘some_function’ ) ) :
function some_function(){}
endif;
you can define the function in your child theme and declare the function first, so it then won’t get declared in the parent theme
if this is not possible you can look for some do_action() calls in the function and then modify via add_action()
if all this is no option, then you simply have to modify the functions in the parent theme and do this after each theme udate ;-(
or ask the theme developers to add some function_exists and/or do_action calls to the functions you wish to modify 😉
hope this helps & all the best
greetings
beckiForum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Plugin breaks contentjust to also reconfirm. since updating to WP 4.3 this awesome plugin is sadly broken ;-( would be really more than awesome if someone could fix this 😉
thanks & greetings 😉
Forum: Plugins
In reply to: [Force Strong Passwords] here's the german translation ;-)hello boogah,
took me a bit to get familiar with the github fork and pull request, but finally managed 😉
thanks & all the best
beckithanks a lot for your help, kevin
hello kevin,
does this simple solution also apply to the current version 2.1.55?
my setup looks as follows:
created 2 teams of users, team-a and team-b
each team has a few users with role of author, e.g. user1-team-a, user2-team-a, user3-team-a
user1-team-b, user2-team-b, etc, etc …
each team of users gets a group setup via your plugin, team-a and team-b, with the users added from each team
each group gets the supplemental role of page author.
then created a few pages as user1-team-a, adding the group and also each user from that group in your plugin meta-box ‘reading exceptions’ on the page editing screen.
if i then login as the user1-team-a and click on pages, i only see the proper pages and all looks fine 😉
but if i then login as user2-team-a i don’t see any pages at all ;(
same goes for user3-team-a ;-(not sure if i understand your second point above correct? how can i set any user as the page author of the desired pages?
in the page editing screen meta-box authors i can only set a single user as page author! i can’t select multiple authors ;-(
if you mean the meta-box of your plugin called ‘reading exceptions’ i added the proper group under the group tag and also added each single user from the team.
but still user1-team-a won’t be able to see / edit pages from user2-team-a and vice versa.
what am i doing wrong? or is there still something i need to adjust?
where can i set multiple users as page authors for the desired pages?
or are the editing permissions only a pro feature? and not working with the free version?
thanks a lot for your help & thanks more than a lot for such a great plugin 😉
greetings
beckiForum: Plugins
In reply to: [Page Builder by WooRockets.com] float text around imagehi tony,
thanks a lot for your reply and even providing a screencast.
personally, for me as a webmaster it’s really not a big thing to add a css class like pull-left to the image element.
but i’m trying to think as one of my clients, who doesn’t know anything about css or class or whatsoever. even switching between the page builder view and normal wordpress editor is perhaps too much asked for someone who doesn’t build websites on a regular base.
so i was looking for an easy way, for someone who doesn’t know that much about website building, to build content for webpages. that’s why i was looking for a page builder plugin in the first place. for me as a professional web programmer a page builder is not that necessary as i can write HTML code.
but i have to say i do love your page builder plugin 😉 thumbs up!
perhaps i will dig into the image element code of your plugin and extend the code so it’s possible to do a float of the image via the UI and a click on an icon. do you think that would be possible? or would it generally be a no go as the image element is not designed to be floated?
i want this image floating thing to be as easy as possible for a non-website-coder 😉
thanks again for your awesome plugin!
greetings
beckiForum: Plugins
In reply to: [Tabby Responsive Tabs] display default as accordionthanks a lot for your quick reply!