andrebalza
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Amazon S3 setup issuesUpdate: the official 3.5.1 is working correctly on this issue.
I’m marking it as resolved.
Many thanksForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Amazon S3 setup issuesHi Andreas,
sorry this did not work for me.
I uninstalled the official release first to start fresh with the current master.
The error message is the same as before.Forum: Plugins
In reply to: [Keyring] Keyring Frontend examples to start fromGood to know!
Thanks for the tips, and yes, the social importers has excellently commented code to follow. Of course, tutorials will be always appreciated.
regards,
AndreaForum: Plugins
In reply to: [Yoast SEO] yoast seo %% variables listJenynGold, I’m happy not to be the only one ??
I guess, because of this, we can have our voices heard ( it can be difficult sometimes trough the forums)
Let’s hope for some feedback from the plugin author, or if someone is having that list, to support us!
AndreaForum: Plugins
In reply to: [Broadcast] Feature Request: Forced/Fixed Checkbox in MetaboxI’m astonished, after 10 hours this feature is already added. It will be in the premium pack, don’t hesitate to buy it since it’s really useful! I did it already and proud of it.
AndreaForum: Plugins
In reply to: [Broadcast] Feature Request: Forced/Fixed Checkbox in Metabox+1 for this feature (also on premium pack would be fine!)
Admins should be able to set up “checked by default” items (in my particular case, all of the checkboxes in the broadcast metabox) for lower roles.
best,
AndreaForum: Plugins
In reply to: [Better WordPress Minify] Login Logo MissingSame issue here, no wordpress login logo, and also admin-bar-sprite.png missing.
It′s a multisite network,too.
All I can say so far, it′s harmless. Just annoying 500 errors in the logs.
Wish there is a solution, tho.
AndreaForum: Plugins
In reply to: [Event Organiser] Admin page sees future events by default?Since somebody could be interested, here’s the code I used (in functions.php), if you don’t want to use a plugin just for this. The future course should now be default choice on the wp sidebar.
//adds a event manager submenu page to show future courses $parent_slug = "edit.php?post_type=event" ; $page_title = "Future courses" ; $menu_title = "Future courses" ; $capability = "manage_options" ; $menu_slug = "edit.php?post_type=event&eo_interval=future" ; add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function );
Forum: Plugins
In reply to: [Event Organiser] Multisitejmanko, I′m using it with ThreeWP_Broadcast plugin, it works like a charm…
Forum: Plugins
In reply to: [Broadcast] Custom Post types form brokenHad the same issue, wp 3.5.1 and plugin v1.13
Now ThreeWP_Broadcast_post_types gets filled correctly.
I suggest this patch, waiting for an official update.Forum: Plugins
In reply to: [WP Query Search Filter] Customizing value from name in dropdownsthanks a lot..
Forum: Plugins
In reply to: [WP Query Search Filter] Customizing value from name in dropdownsThat was my fear.. any advice where to start from? ??