swinhoe
Forum Replies Created
-
Forum: Plugins
In reply to: [Hostel] Confirmation emails are not sending..Apologies – this appears to have been fixed by updating the plugin.
Thanks
Forum: Fixing WordPress
In reply to: Cannot upload media 3.8 or 3.9I have the same.
Is there any further news ?
What plugins are people using ?
Forum: Themes and Templates
In reply to: Page showing recent posts as excerpts..ah, that makes more sense…
yes, im using a child theme, but how do i envoke the excerpts ?
Forum: Themes and Templates
In reply to: Page showing recent posts as excerpts..do i need to pass the page some vars to get it to print ?
Forum: Fixing WordPress
In reply to: Huge number of MySQL requests… ?Found it its this plugin –
https://www.ads-software.com/extend/plugins/daves-wordpress-live-search/
Not a major issue, but explains the various autoload requests..
B
@kevillar
I have had this same issue – it was a poorly formed PDF file causing the issue. If the code cant gather the correct filesize, it throws this error, hence it disappears when the “show filesize” setting is disbaled.
Try re-authoring the PDF..
Forum: Hacks
In reply to: Writing a Plugin to amend the core – possible ?Works a treat.
Good stuff..thanks !
??Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] – Widgets not backed-up ?Hi Sandbergs,
Yes, I do a lot of cloning and restoring of site on a daily basis.
When i take DB dumps to clone or backup myself, the Widget data is entirely intact, so im confused as to why the widgets are not restored from the automatic dumps.
can you tell me which table the widget data is stored in so i may investigate ?
I appreciate the backup tool is useful, but it would be far better if it was a complete backup…
thanks
Great fix… well done.
b
Good advice here – but I still cant get it to work as it should.
I opened a ticket in Trac to address this – im now weighing up if its worth writing the plugin before it gets ptched.. ?
Forum: Hacks
In reply to: Writing a Plugin to amend the core – possible ?Hmmm.. Ive tested it, and no-dice.. still errors – sadly.
But it cant be far away from what I need..
*keeps going*
Forum: Hacks
In reply to: Writing a Plugin to amend the core – possible ?Am I correct i thinking that I will need to run all of the validation that follows the local part in the ‘is_email’ function ?
Forum: Hacks
In reply to: Writing a Plugin to amend the core – possible ?Hi Jackson, thanks for the response.
Im hammering away at the code now.. will post-up what I have and look forward to comments.
Cheers
Thats why im writing it as a plugin…
The email does not appear with the escape in the DB and is still useable – does this mean it should be ok so long as the core is not amended ?
Forum: Fixing WordPress
In reply to: apostrophe in user emailYeah, the email cleansing is not setup correctly, requires a core hack to fix it.
Im writing a plugin in the short term to fix it for my sites.