techouse
Forum Replies Created
-
add this to your theme’s header.php
// grant the error reporting only to super admins if (is_user_logged_in() && is_super_admin()) { error_reporting(-1); } else { error_reporting(0); }
Forum: Plugins
In reply to: [VoucherPress] [Plugin: VoucherPress] Delete old vouchers?You have to click on one, go to the very bottom, tick the box that says ‘Delete voucher’ and click DELETE.
Forum: Plugins
In reply to: [VoucherPress] [Plugin: VoucherPress] Hardcoded wp-content pathHere’s the DIFF: https://pastebin.com/iDePau7X
Yea, the output is silent.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Callbacks?Interesting… THANX!
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Callbacks?Hmm, another related question, what var is the text that is being saved stored in? I tried doing as you wrote above using the original html selectors to apply some regex to the text being saved but with no luck. So I kinda need to know where the text is being stored.
Here’s what i’m trying to do:
$('myNodename').on('click', '.fee-form-save', function(){ $('myNodename').text().replace(/^/, '- '); })
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Callbacks?Ah, just like that. Thought I had to go at the code with an axe and hack my way in ??
Big THANX for such a quick reply ??
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Callbacks?After the content is saved. I’m talking about the save button for the ‘input’ and ‘textbox’ editors.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] Slovenian translationSorry, made it public. Ok, will mail it to you ??
Yea, the files are made, just the .backup_running doesn’t get deleted.
Yea, I don’t want them deleted instantly. Just trashed ??
My backup also fails since I updated to WP 3.3.1 and BackUpWordPress 1.6.1. I get the following:
BackUpWordPress detected that your last backup failed. php: 8:Undefined index: sc_wpfmp_scan:/usr/share/wordpress/wp-content/wordpress-file-monitor-plus/wordpress-file-monitor-plus.php:84 php: 8:Constant WP_POST_REVISIONS already defined:/usr/share/wordpress/wp-config.php:94
nice! now i can use this with my cron+soap script to auto trash posts when they expire! thanx a bunch!
Just found out about the same thing you wrote in your initial post under Edit2 myself…. Kinda annoying. I just managed to get fancybox working with AJAX and now this slap…
while you’re at it could you please explain how to define a custom template for the slideshow other than editing nggfunctions.php directly?