Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,276 through 40,300 (of 64,515 total)
  • Author
    Search Results
  • #94716
    bhale
    Member

    Nope, latest trunk in a test WP 3.1 install on my webserver.

    /user/admin works directly in the bbp-twentyten theme, but the links on topics are still off of /blog/{/user/admin} for me.

    #94715
    Rich Pedley
    Member

    Is this locally? I have the same issue, but on my webhosts it works fine

    eg. http://wordpress.elfden.co.uk/user/admin/

    oh and relevant trac ticket: https://trac.bbpress.org/ticket/1391

    campbellduke
    Member

    Hi Mobimean – I think you’ve hit the nail on the head. The best plugin in the world is of little use if people can’t get it to function. We’re in a position today where there are more people like us – not quite lay-people, but not programmers.

    I’d hazard to guess that documentation is the next phase for bbpress. I hope so, because it does a lot of things I’d like to have on my site.

    b.

    campbellduke
    Member

    Hi Mobimean – I think you’ve hit the nail on the head. The best plugin in the world is of little use if people can’t get it to function. We’re in a position today where there are more people like us – not quite lay-people, but not programmers.

    I’d hazard to guess that documentation is the next phase for bbpress. I hope so, because it does a lot of things I’d like to have on my site.

    b.

    #94714
    bhale
    Member

    Not working out for me just yet – deactivated/activated, Saved the on Permalinks panel, and started a new topic. The link in my gravatar or user name goes to /blog/user/$username/, which is picked up by the 404 handler.

    Am I supposed to be linked to a different url structure?

    #97690
    scorpio0679
    Member

    Perfect. Thank you, Mr. Pelle. I’d read on certain review sites that the major drawback to bbPress was that it is afraid of spiders. This plugin basically turns it into a standard blog format, correct? And allows spiders to crawl the site as easy as a regular WP blog?

    #102790
    scorpio0679
    Member

    Perfect. Thank you, Mr. Pelle. I’d read on certain review sites that the major drawback to bbPress was that it is afraid of spiders. This plugin basically turns it into a standard blog format, correct? And allows spiders to crawl the site as easy as a regular WP blog?

    #94713
    Willabee
    Member

    “First pass at user profiles and front-end user profile editing is now in the plugin branch. Props GautamGupta for the original patch as part of one of his Google Code-in tasks.”

    So.. will this extra function be easily shut off or are we gonna have to rip it out? Or is it gonna detect wether BuddyPress is activated?

    #94712
    Erlend
    Participant

    That’s excellent news about W3 Total Cache, I’m very glad to hear you’re paying attention to the big cache plugins. WP+BP+BB is no joke laughing matter ;)

    #98013
    zaerl
    Participant

    Can you tell me how can i edit a .mo file in a Mac? how can i decompile the .mo file?

    You can translate a template file only if the original author have included support for internationalization. If you find a .po file in the theme’s folder you can use it. If there isn’t such a file then you are forced to manually change the template files.

    Can you tell me how can i edit a .mo file in a Mac? how can i decompile the .mo file?

    You must not touch them. The .mo (Machine Object) files are the “compiled” form of .po (Portable Object) files so you must not edit them but instead you must retrieve the source .po, translate it and create a .mo. On my UNIX-like machines (Mac and Debian) I use http://www.poedit.net/ which is a decent gettext editor.

    Keep in mind that sometimes you will find a .pot (Portable Object Template) file instead of a .po. A .pot is a blank translation table in which no strings are translated but usually a translator take the english file and use it.

    #103113
    zaerl
    Participant

    Can you tell me how can i edit a .mo file in a Mac? how can i decompile the .mo file?

    You can translate a template file only if the original author have included support for internationalization. If you find a .po file in the theme’s folder you can use it. If there isn’t such a file then you are forced to manually change the template files.

    Can you tell me how can i edit a .mo file in a Mac? how can i decompile the .mo file?

    You must not touch them. The .mo (Machine Object) files are the “compiled” form of .po (Portable Object) files so you must not edit them but instead you must retrieve the source .po, translate it and create a .mo. On my UNIX-like machines (Mac and Debian) I use http://www.poedit.net/ which is a decent gettext editor.

    Keep in mind that sometimes you will find a .pot (Portable Object Template) file instead of a .po. A .pot is a blank translation table in which no strings are translated but usually a translator take the english file and use it.

    #94711
    Rich Pedley
    Member

    sounds good, will play later.

    #94710

    Just tested this with W3 Total Cache and WP Super Cache, and both seem to respond really, really well to the bbPress plugin. W3 Total Cache chops off a bunch of queries and increases load times in all the same ways it does for normal WordPress blog posts and pages, and does a great job of keeping up with post_meta changes when new topics and replies happen.

    If you want to optimize your bbPress plugin for WordPress installation, I’d recommend starting with either of those.

    #94709

    Just added page-bbp_no_replies.php to theme, which is a page template that shows topics without replies, similar to what we have here: https://bbpress.org/forums/view/no-replies

    The bbp-twentyten theme is turning into a full fledged theme that includes some good tricks on how to manipulate forum, topic, and reply queries on the fly. I’ll be sure to include more documentation in the theme so that it’s easier to take snippets out and use them in cool ways.

    mobimean
    Member

    i also have trouble integrating wordpress with bbpress. I wonder hough if there’s a really comprehensive guide out there on how do it. I mean a lay man’s guide for non programmers like me.

    mobimean
    Member

    i also have trouble integrating wordpress with bbpress. I wonder hough if there’s a really comprehensive guide out there on how do it. I mean a lay man’s guide for non programmers like me.

    #94708
    mobimean
    Member

    cool. Thanx for the updates. Another good things to consider BBpress.

    #94707

    First pass at user profiles and front-end user profile editing is now in the plugin branch. Props GautamGupta for the original patch as part of one of his Google Code-in tasks.

    Please test this extensively as it was a huge changeset. You may need to deactivate/activate bbPress, and/or view your permalinks and save them to force a flush. This will not be required in the future.

    r2688 brings about a few new $bbp variables; current_user and displayed_user. Those of you familiar with BuddyPress will understand how these work. Also the 3 template loop globals ($bbp_forum_template, $bbp_topic_template, and $bbp_reply_template) are now objects attached to the main $bbp global, renamed to forum_query, topic_query, and reply_query.

    #98024
    leandrocc
    Member

    I decided to use the new user as keymaster, no problem in doing that.

    #103124
    leandrocc
    Member

    I decided to use the new user as keymaster, no problem in doing that.

    #98023
    leandrocc
    Member

    I got access back, but not entirely. Here what I did:

    – I created a new user

    – Accessed the DB and set that user as “keymaster”

    – Got the Admin link using this user and from it, set myself as Admin (I was “inactive”)

    – Now I have access to the admin panel, but not to all its options (for instance no plugins, appearance, integrations…)

    I’m afraid of changing my WP DB manually and **** up my site.

    #103123
    leandrocc
    Member

    I got access back, but not entirely. Here what I did:

    – I created a new user

    – Accessed the DB and set that user as “keymaster”

    – Got the Admin link using this user and from it, set myself as Admin (I was “inactive”)

    – Now I have access to the admin panel, but not to all its options (for instance no plugins, appearance, integrations…)

    I’m afraid of changing my WP DB manually and **** up my site.

    campbellduke
    Member

    Thanks. I might go back to this after a few days. I’ve spent a lot of time trying to get this to work, and I pulled the plug and went with Mingle/Mingle Forum. I need to take a break from the whole bbpress/emember/WP combo before I try it again.

    The real trouble only started after I installed the integration plugin in WordPress.

    Thanks for your quick response time.

    Take Care,

    Beth

    campbellduke
    Member

    Thanks. I might go back to this after a few days. I’ve spent a lot of time trying to get this to work, and I pulled the plug and went with Mingle/Mingle Forum. I need to take a break from the whole bbpress/emember/WP combo before I try it again.

    The real trouble only started after I installed the integration plugin in WordPress.

    Thanks for your quick response time.

    Take Care,

    Beth

    #98022
    leandrocc
    Member

    Hello Ashfame

    Thanks for your prompt help.

    I have the plugin installed on WP side (even though the plugin is for 2.8 and I use 3.0.1). I added the 2 lines on wp-config to share cookies, and as I said before I can login on BBpress using my WP admin user. However, I cannot access BBPress admin page.

    On my WP DB the wp_usermeta for my user on wp_capabilities is a:1:{s:13:”administrator”;b:1;}. Checking your site you recommend changing it to a:1:{s:9:”keymaster”;b:1;}…

    Is it safe to change that on WP side? And why isn’t it correct on the first place?

Viewing 25 results - 40,276 through 40,300 (of 64,515 total)
Skip to toolbar