caleb45
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: P2 automatically duplicating posts.Wow thanks! That had to be what is was. On my other installs I hadn’t set the time.
Thank you.
Forum: Fixing WordPress
In reply to: P2 automatically duplicating posts.I’ve been using P2 for a while. I just did a fresh install and I’m right now seeing the same issue as you describe.
1. Fresh install, no plugins or modifications other than basic admin level settings.
2. Constant ajax notification: “1 new update(s).”
Duplicates of “hello world” post pile up on the screen.I’ve never had this happen before.
Forum: Fixing WordPress
In reply to: Mentions in P2Jmunn, thanks but I wasn’t clear. Yes it is working on the demo blog. But I find that it isn’t working on my installs.
Forum: Fixing WordPress
In reply to: Link to logged in user’s author pageI need help trying to link to the logged in user’s author page as well.
Forum: Themes and Templates
In reply to: P2 post options – change post tabs defaultMove:
|| !isset($_GET['p'])
From the postbox “status” line in post-forum.php to the post type you’d like to be the default.Forum: Fixing WordPress
In reply to: Disabling blog posts for users, but not status updates?You could just comment out the other sections on post-form.php.
Look for
<div id="postbox">
<ul id="post-types">Then comment out the sections that you don’t want.
Forum: Fixing WordPress
In reply to: Mentions in P2I’d also like to understand better what’s going on with @mentions.
Right now it’s taking me to
siteurl/mentions/which doesn’t exist.I see it’s working on the demo blog
Was this code taken out partially or is it just incomplete?Forum: Themes and Templates
In reply to: Posting on Author Page in P2You can change index.php:
<?php if ( p2_user_can_post() && !is_archive() ) : ?>To:
<?php if ( p2_user_can_post() && is_author($user_login) ) : ?>But I haven’t been able to make the Ajax auto refresh work on the author page yet. If anyone has any ideas I’d love to hear.
Forum: Installing WordPress
In reply to: P2 forum