Search Results for ' . default . '
-
Search Results
-
Hello!
I’m trying to get BBPress to run in my language, but as of now I’m stuck.. Here’s what I did:
1. Download the .mo file from here: http://svn.automattic.com/bbpress-i18n/et_EE/branches/0.9/
2. Upload it (et_EE.po) to bbpress-root-dir/my-languages
3. Edit out the “define( ‘BB_LANG’, ‘et_EE’ );” line.
4. Expect it to work.
Point 4. seems to be the problem in my case, because the expected result doesn’t match the reality..
The bbpress site in question: http://lightheaded.eu/bethelp/forum/
(Sorry for the foreign language)
I’m using the default Kakumei template with deep integration.
Topic: Forum resize
I want a code that automaticly resize a form to the maximum width to any user and his monitor resolution. Something like there are no marines. Any code for that??
Im using Kakumei theme (default).
Hello
I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default
The site is running Buddypress
Challenge:
The Forum navigation menus are still in English
Please tell me how I can ensure bbPress Forum is presented in Dutch?
Thanks in advance
Phil
P.S. I have searched this forum without success for a solution.
Hello
I have domain domainnameDOTcom/
My WordPress directory is domainnameDOTcom/wordpress/
Installed BuddyPress Default 1.2.7 with WordPress 3.0.4
With BB-Press Forum
When I select any tab that is not created in WP then the FULL url including the WP install directory is evident
How can I ensure this WP directory remains “hidden” from the users perspective
I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.
That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/
Here is the code I found on this site and tested:
code:
<?php
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);
?>
I look forward to hearing feedback
Phil
Topic: Can't install
I have uploaded all of the files to my web server and then went to my admin centre of my website, and I still didn’t see any changes. I am running the Twenty Ten WordPress Theme (default). Do you have any idea why this isn’t working?
A few people have expressed concerns about the growing number of template files included with the bbp-twentyten theme. Not counting CSS/JS/Images, we’re up to 32 individual template files to handle forums, topics, replies, loops, forms, users, and pagination. These concerns are totally valid, but mostly unavoidable.
The goal for bbp-twentyten is for it to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation, and it uses functions that are new to WordPress as of 3.0, but I’m confident it’s the best way to go.
When I think back to my beginning days of learning WordPress, a lot of what I did was butcher Kubrick and make my own frankentheme. I’m trying to keep that in mind here. Since the first place people naturally make changes is on the front end of their site, this theme should make that really easy to do.
We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.
I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.
i have integrated wp/bb following the instructions. the Guangzhou theme works well enouvh in wp. it SAYS it’s ‘compat with bb 1.0+’ but when i copy the theme over to bb, it makes the site 500. deleting the dir doesn’t force the site to “oops” back to the default theme. i have to change the theme entry in the db back to the default to get the site to behave again.
is this the way wp/bb ‘compatible’ themes actually work? i wouldn’t really expect it to work like that.
I never thought I’d be excited about a forum plugin, but I am. I check here everyday to see if this has been completed… 
