BuddyPress

Me

Peterverkooijen

Avatar Image

Website:

Peterverkooijen's

Friends

  • Avatar Image
  • Avatar Image
  • Avatar Image
  • Avatar Image
  • Avatar Image
Peterverkooijen's

Groups

  • Group Avatar
  • Group Avatar

Brooklyn, NY

active 1 day, 18 hours ago

Peterverkooijen's

Activity Stream

  • Peterverkooijen posted a reply on the forum topic bunch of ideas….:   1 day, 9 hours ago

    2. there’s already integration with BBpress – Why does everybody want to use Buddypress as a forum? What’s the point of having a blog-based social network if you’re still going to put an old-fashioned forum at the center?

  • Peterverkooijen started a new topic Blog name twice in next_posts_link in the forum Creating & Extending:   2 days, 2 hours ago

    Trying to fix the previous and next_posts_link in my custom theme (with messy P2 ajax stuff). I get links like this:
    http://mysite.com/yetanothertestblog/yetanothertestblog/page/2/
    It should be:
    http://mysite.com/yetanothertestblog/page/2/
    The link is created in function get_pagenum_link. I get the correct links when I mess up the first of these lines:
    $request = preg_replace( '|page/\d+/?$|', '', $request);
    $request = preg_replace( '|^index\.php|', '', $request);
    $request = ltrim($request, [...]

  • Peterverkooijen started a new topic http://thesite.com">Template tag for http://thesite.com in the forum How-To and Troubleshooting:   2 days, 2 hours ago

    What is the template tag for the homepage?
    I keep getting thesite.com/bloghome with things like this:
    get_bloginfo( 'wpurl' )
    Several tags have been deprecated. Very confused…

  • Peterverkooijen posted a reply on the forum topic Conflict with wp-o-matic:   2 days, 6 hours ago

    I think FeedWordpress had a solution for duplicate posts. Not sure where I’d seen that. I know, not very helpful… But I wouldn’t give up on FeedWordpress too soon. It continues to surprise me.

  • Peterverkooijen posted a reply on the forum topic P2 Theme:   2 days, 6 hours ago

    I’ve integrated P2 in my custom theme. Works nicely in Firefox and Safari, but in IE the Ajax is broken again. Just throwing this out there: Has anyone else, Marius Ooms or others working on this, encountered problems in IE? Is there a difference in how IE handles javascript/ajax that I could focus on?