circuit
Forum Replies Created
-
Forum: Plugins
In reply to: [TT Guest Post Submit] Images won’t upload, form upside downNever mind, I’ve asked for a refund. Too many issues with this plugin.
I do have that option selected, because I want it to share old posts more than once. I just don’t want it to share the same post in succession.
There are at least 12 posts to share, so IMO it should not be posting the same link twice in a row.
Forum: Plugins
In reply to: [Vacation Rental Calendar] Can it be used for two feeds?Sorry – I literally just found the solution in your documents.
[vrcalendar ical_url=”http://activevacationrentals.com/tracker/ical/ical3.php”%5D
I also have the same problem.
Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] not staying logged inSolved.
In the Domain Mapping options screen untick this box:
“Redirect administration pages to site’s original domain (remote login disabled if this redirect is disabled)”
Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] not staying logged inI also have the same problem.
I suspect this is because cookies are being set for the network subdomain and not the mapped domain.
This is making the Private posts setting unusable and means users are struggling to comment.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] email reply addressA workaround is to place the name and email tags into the body of the message
E.g.
From: [your-name] <[your-email]>At least then you can at least copy and paste them.
Forum: Fixing WordPress
In reply to: Why are post author names blank/ appearing in brackets?Bump. Let me offer a bit more info.
As you can see from this link, sometimes TDOMF (a plug-in) is not displaying the author name correctly on the page. (“This post was submitted by .”)
http://easycaptures.com/fs/uploaded/211/2005295656.png
You can also see the problem in the WordPress admin screen – affected usernames are blank:
http://easycaptures.com/fs/uploaded/211/3738891655.png
Interestingly, when composing a new post, the same problematic authors appear in brackets at the top of the list.
Can anyone suggest what might be causing this? I don’t really mind them being hidden in the admin screen, but it looks weird on the post screen.
I have compared two users with/without brackets and cannot see any differences in their user profiles whatsoever.
Forum: Fixing WordPress
In reply to: Why are post author names blank/ appearing in brackets?Bump. Can anyone help me out? I’ve searched and Googled in vain.
Forum: Fixing WordPress
In reply to: error message when change themefrom the future – thank you. same theme, same extension, same problem, and it just popped up overnight with no apparent cause. this fixed it. thanks for posting the solution.
Forum: Fixing WordPress
In reply to: how to use WordPress with a forum?i have successfully integrated a vanilla forum, both in terms of the database and design. there are guides which will help you, google for them. vanilla is lighter, smaller and prettier than vbulletin and bbpress.
Forum: Fixing WordPress
In reply to: author.php and spaces in usernamesbump…
Forum: Fixing WordPress
In reply to: author.php and spaces in usernamesok, i have that working OK but i still can’t get the link to pull the right posts.
for example: i am passing the author login to the link, but… this works:
http://www.copsandrobbers.net/author/Summertime%20Dudes
this does not:
http://www.copsandrobbers.net/author/brudenell%20ents%20committee
i think it would always work if i passed ‘user_nicename’. but do i need to? have i missed something silly here?
Forum: Fixing WordPress
In reply to: Turn off WYSIWYG for all usersThanks MichaelH.
The SQL command is as follows, if anyone else needs it:
UPDATEwp_usermetaSETmeta_value= ‘false’ WHEREmeta_key= “rich_editing”