misterm2009
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Edit a forum post/bug report.Thanks Ipstenu
My posts still seem to be anonymous. Are they still being displayed as spam? If so, why? I never and have never posted spam.
Thakns
Mr M
Managed to fix this by adding a , at the end of line 13 of /wp-content/plugins/media-library-categories/includes/shortcodes.php:
‘target’ => ‘_blank’
to
‘target’ => ‘_blank’,
Which now works like a charm.
Forum: Everything else WordPress
In reply to: Edit a forum post/bug report.Thanks Ipstenu
I just need the domain removing from the url in the error message I posted. I realised what I’d done a second after posting.
Many thanks for your help
Mr M
Forum: Fixing WordPress
In reply to: WordPress admin input boxes stretching off screenHi
I have tried all that already 🙂
Seems to happen on a new install too. very odd. Happens in Firefox and Internet Explorer.
Can’t figure it out.
Forum: Installing WordPress
In reply to: Download failed.: Could not create Temporary fileI run a dedicated server with 1and1 and had the problem above. Sure enough, I had left PHP safe mode on in Plesk. I disabled safe mode and the problem went away.
Forum: Fixing WordPress
In reply to: How to get all values of specific custom field?I would like to know this too…