Search Results for 'bbpress'
-
AuthorSearch Results
-
December 6, 2010 at 3:29 pm #94716
In reply to: bbPress 2.0 – Updates
bhale
MemberNope, 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.
December 6, 2010 at 3:23 pm #94715In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberIs 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
December 6, 2010 at 3:12 pm #98033campbellduke
MemberHi 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.
December 6, 2010 at 3:12 pm #103133campbellduke
MemberHi 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.
December 6, 2010 at 2:52 pm #94714In reply to: bbPress 2.0 – Updates
bhale
MemberNot 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?
December 6, 2010 at 1:34 pm #97690In reply to: BBpress is not a search engine friendly forum
scorpio0679
MemberPerfect. 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?
December 6, 2010 at 1:34 pm #102790In reply to: BBpress is not a search engine friendly forum
scorpio0679
MemberPerfect. 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?
December 6, 2010 at 10:54 am #94713In reply to: bbPress 2.0 – Updates
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?
December 6, 2010 at 9:55 am #94712In reply to: bbPress 2.0 – Updates
Erlend
ParticipantThat’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
December 6, 2010 at 8:33 am #98013In reply to: Translate a BBPress Theme
zaerl
ParticipantCan 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.
December 6, 2010 at 8:33 am #103113In reply to: Translate a BBPress Theme
zaerl
ParticipantCan 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.
December 6, 2010 at 8:31 am #94711In reply to: bbPress 2.0 – Updates
Rich Pedley
Membersounds good, will play later.
December 6, 2010 at 5:15 am #94710In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterJust 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.
December 6, 2010 at 4:50 am #94709In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterJust 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.
December 6, 2010 at 4:37 am #98032mobimean
Memberi 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.
December 6, 2010 at 4:37 am #103132mobimean
Memberi 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.
December 6, 2010 at 4:34 am #94708In reply to: bbPress 2.0 – Updates
mobimean
Membercool. Thanx for the updates. Another good things to consider BBpress.
December 6, 2010 at 3:27 am #94707In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterFirst 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.
December 5, 2010 at 11:48 pm #98024leandrocc
MemberI decided to use the new user as keymaster, no problem in doing that.
December 5, 2010 at 11:48 pm #103124leandrocc
MemberI decided to use the new user as keymaster, no problem in doing that.
December 5, 2010 at 10:56 pm #98023leandrocc
MemberI 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.
December 5, 2010 at 10:56 pm #103123leandrocc
MemberI 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.
December 5, 2010 at 10:11 pm #98031campbellduke
MemberThanks. 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
December 5, 2010 at 10:11 pm #103131campbellduke
MemberThanks. 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
December 5, 2010 at 9:21 pm #98022leandrocc
MemberHello 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?
-
AuthorSearch Results