Nobble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change category tabs above the P2 post boxHey Joris,
what are you specifically referring to when you say categories?
Do you want to set categories for posts,
or do you want to create your own post types (like status, post, quote , link)?I’ve done both with the old P2 theme and have yet to implement with the new version, when I do, I’ll share how I did it but that might not be until January. If anybody else cares to give a how-to in the mean-time, that would be great.
Forum: Plugins
In reply to: Rss feeds and P2Hey Blaatje,
This is a plugin that can import rss feeds. It gives you plenty of control over how and when they are published, i.e. you can manually approve each new imported post if you like.
http://wordpress.org/extend/plugins/feedwordpress/post your p2 site when you’re done tweaking!
Forum: Themes and Templates
In reply to: Getting rid of those new buttons pleasewhat’s the point in updating to the new version if you don’t like the new features? Might as well downgrade it back to the old version
Forum: Themes and Templates
In reply to: P2 1.1.1 Problemslink to the previous version of p2:
http://www.mediafire.com/file/m0qoywzw1tm/p2.zipForum: Themes and Templates
In reply to: P2 1.1.1 ProblemsHave you guys tried reverting back to the previous P2 theme?
I think they were intending to release it along side wp 2.9’s release. As a developer I loved that they released it a little earlier…and perhaps wp 2.9 isn’t that far away now.
I can send along the older p2 theme if anyone wants it.
Forum: Installing WordPress
In reply to: Posting without a account and moderate?Technically if you modify P2 you can do this but I wouldn’t advise it myself. The new P2 v1.1.1 would have to be modified even more so because you don’t want everybody to have the ability to upload files. Let’s say your idea works really well, then you’ll be having to moderate every single post. Are you sure you want to give access to unregged visitors?
Maybe a good compromise: I’ve used P2 in conjunction with plugins like Gigya connect which allow users to login via twitter/facebook/openid etc. This keeps out a lot of spammers and avoids users having to create an additional account. (I haven’t tried it out on the latest p2 (1.1.1) theme though)
I tried it (the svn repo version) a few days ago and is seems to be missing code, at least for the media uploading functionality which was the first thing I tried out. Hmm…maybe it needed wp 2.9 to be installed…I’m going to check that out!
P2 is supposed to be released when wp 2.9 is released…which can be anywhere this week or somewhere in December.
Forum: Themes and Templates
In reply to: p2 – Is this theme compatible with ALL IN ONE SEO plugin?It doesn’t conflict, but, to be able to customize per post as allinone seo pack allows you means you still have to go to the backend to make any adjustments you’d like. The other thing is that the p2 theme (and the newer version too), isn’t really designed with SEO in mind (and that’s logical since it’s more meant for group messaging). For one, it calls the sidebars before the content in the markup. If you’re really prioritising SEO you need to modify the theme and change that.
Forum: Fixing WordPress
In reply to: Plugin P2 Won’t InstallJust to make sure: P2 installs as a theme not a plugin. If you install through the ‘add a theme’ menu by searching for it and installing it straight from the theme repository (instead of uploading it from your pc) you might have better luck. Have you tried that?
Forum: Plugins
In reply to: linkifying syndicated content in P2Try this:
> in feedwordpress options,
> go to posts&links
> from the formatting options, select: ‘expose syndicated posts to formatting filters’ (this was not the default)
> check to see if new posts are displaying live links from twitterhopefully that solves it
Forum: Themes and Templates
In reply to: Tags are broken after modification to P2 themecheck p2.js and functions.php to see if the tags are being recorded properly. We can’t tell just form the code above.
One way to spot changes is to run a text compare on the original p2 theme and your modified version. I do this using notepad++ and a compare text extension, it highlights all the differences. You might be able to track down what you might have broken. You’ll need to watch p2.js, functions.php and postform.php especially.
fiy, p2 version 1.1 was released on wordpress.com a few days ago, I don’t know when it’s available on .org, but that also gives users the ability to post with titles or not.
Forum: Themes and Templates
In reply to: P2 attachmentsVery cool, great work
hope you share how you did it!
Forum: Plugins
In reply to: [p2 theme] making posts outside of frontpageupdate:
I thought I had a nice fix (I let the loop refresh every time a post was made) but it stopped working. It’s very frustrating figuring out the code.An even less prettier way would be to go into p2.js and add a page reload function every time a post is made (only if you’re not on the homepage). This does make the entire page refresh (not ideal at all).
hope somebody figures out how to do this properly, imo they should be built in.
If I find a better way I’ll post it here
Forum: Plugins
In reply to: Facebook Connect – Avatars in P2/Prologue/Raskthe gigya plugin displays the (facebook) gravatars correctly. You can either use that plugin on your site or figure out how that plugin manages to get the gravatars to display correctly.
If you go the custom field route, the following topic will help figuring out how to sort the fields.
http://wordpress.org/support/topic/203210?replies=14