dsl101
Forum Replies Created
-
OK – that may have been a red herring. Apparently there are other things wrong on our hosting provider which may be implicated in emails not being sent. So fixing this perhaps didn’t really change anything 🙁
I edited the 2 files in Subscribe2 which called that deprecated function, and so far so good – we’ve got notifications going out again. For reference, they are:
subscribe2\admin\your_subscriptions.php: line 12, change to:
$user_ID = get_current_user_id();There are other references in that file, but they are guarded by
$this->s2_muand we’re not using wpmu, so I didn’t bother checking / updating them. If you are using wpmu, you’d be advised to search and update the others too.subscribe2\classes\class-s2-frontend.php: line 124, change to:
$user_ID = get_current_user_id();What’s odd is that in that second file at line 12, there is the correct version (
$user_ID = get_current_user_id();), but elsewhere it usesget_currentuserinfo()so perhaps it’s not a permanent fix – i.e. does the code rely on the other globals whichget_currentuserinfo()used to update? I did search for them all and didn’t find them, so I’m 95% confident in this fix.Hi – I ended up here with the same question, but this fix doesn’t quite work for me. I’m using bbPress, which creates custom post types (forum, topic, reply), and the breadcrumbs are back on those pages.
What’s the ‘correct’ way to get Responsive to apply that breadcrumb setting to these types? Is it a change to Responsive (via a child theme?) or a request to bbPress to observe the setting somehow?
Many thanks,
Dave.
Forum: Plugins
In reply to: [Widgets on Pages] WOP broken and then fixedI’m using Responsive with a child theme to protect some customisations.
I did 3 upgrades in total – WP, a plugin (Admin Bar Removal) and Responsive – so perhaps it wasn’t the WP upgrade itself… I didn’t test extensively between each upgrade – sorry!
Forum: Plugins
In reply to: [Easy Table] [Plugin: Easy Table] Combining colspan and rowspanAargh – wrong markup! Sorry. Try this:
------------------------------------------------------------- | | | Head 3 | | Head 1 | Head 2 ------------------------------------- | | | Sub 3a | Sub 3b | Sub 3c | ------------------------------------------------------------- | Data 1 | Data 2 | Data 3a | Data 3b | Data 3c | -------------------------------------------------------------Hmm – I also discovered the ‘Edit’ link, and corrected the original post. But I can’t seem to delete a post…
Hmm – sorry, I’ve done lots of tweaking on the various sites I manage, and I’m afraid I can’t remember which one was causing the problem. I’ve done various updates (including reinstalling the theme on one of the sites), and now use the following snippet in the form, which works fine for me:
<p> [captchac captcha-xxx] Please enter this code below:<br /> [captchar captcha-xxx] </p>Obviously it doesn’t put the image next to the submit button, but it looks better this way round to me anyway.
Cheers,
Dave.
Hi Mike,
I’m having exactly the same problem – here’s my versions:
WP 3.0.1
Atahualpa 3.5.3 (WP 3 compatible)
SI Captcha 2.6.2I’ve had a look at the themes default comments.php and it does still have the line you referred to in it. If I remove that line, the captcha disappears completely (but the comment form still appears as normal). Am I missing something in the fix?
Thanks,
David.