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
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.
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.
sounds good, will play later.
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.
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.
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.
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.
cool. Thanx for the updates. Another good things to consider BBpress.
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.
I decided to use the new user as keymaster, no problem in doing that.
I decided to use the new user as keymaster, no problem in doing that.
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.
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.
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
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
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?
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?
make sure you have the integration plugin on WordPress side.
now if you can see admin link after logging in, its just a cookie issue else you have lost privileges http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
make sure you have the integration plugin on WordPress side.
now if you can see admin link after logging in, its just a cookie issue else you have lost privileges http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
make sure you have the integration plugin on WordPress side.
now if you can see admin link after logging in, its just a cookie issue else you have lost privileges http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
make sure you have the integration plugin on WordPress side.
now if you can see admin link after logging in, its just a cookie issue else you have lost privileges http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
Where to start? First – thanks for making this plugin available on a non-commercial basis. I’ve seen it on other sites, and it’s great!
Second – I’m pretty good at tinkering, but not formally trained in this new-fangled stuff. I learned on 8K PETs – I know just enough to be dangerous.
Third – I’m trying to add BBPress to my existing WP blogsite (campbellduke.com). I successfully added a new SQL database and user, and uploaded the files to a subdirectory (campbellduke.com/bbpress). I went through the install procedure, electing to forego the WP integration part so I could deal with it later.
BBPress is installed AOK at campbellduke.com/bbpress.
Current problem: How do I access the BBPress control panel/dashboard? There is no trace of BBPress in my WP dashboard, and I’m not sure how to access BBPress dashboard from the campbellduke.com/bbpress area.
HELP!
Beth
Hello all,
I’m new to this, (apparently) I followed the isntructions to integrate WP users with BBPress. So far there’s only one user (me).
I can log in to BBPress using the WP user (admin), but apparently I’m not the admin of BBpress… so I cannot access the BBPress dashboard anymore.
Where should I look for to fix this?
Tks a lot
Hello,
I installed a BBPress Theme in my new forum.
I find the folder my-languages and translate the bbpress to Portuguese.
But how can i translate the the Theme terms to Portuguese? i don’t find any folder or any language reference to the theme i installed. I have the bbpress in Portuguese but the terms of the theme in English.
Can you tell me how can i edit a .mo file in a Mac? how can i decompile the .mo file?
Thank you