Search Results for '+.+default+.+'
-
Search Results
-
Really appreciate the work you’ve done with this forum software. It’s perfect with WordPress applications!
I’m wondering how it’s going with multisite installations?
The scenario I’m currently working on is where the forum is installed on a multisite, where all sites uses full domainmapping. Now, I would like the registration process to stay on the current webpage. Right now a new registration is taken to the primary domain (default multisite behaviour) But wouldn’t it be possible to have the options to keep everything ‘within’ the webpage where the forum is installed, especially on domain with domainmapping? As this would be the most logical I think for the end user?
Input, feedback? 🙂
Is there some reason why the templates in 2.2 have been changed to use divs and lists to markup table content?
Things like a number of multi-column rows, with corresponding headers (e.g. latest threads) are semantically best marked up as a table.
Topic: Import Forums
Import Forums -> Select Platform by default is “Example” I think it must NOT be selected by default, because the user may forget to select the right platform – and in that case nothing is going to happen, and user will think that the converter is broken …
- wp 3.4.1
- bbpress 2.1.2
Hi everyone! I’m using the fancy “new” TinyMCE box to post comments in the forums, but I have a site with black background, so the box where you write the comment is black too, but the letters are grey (WordPress default). If I try to change the CSS style, It changes the default TinyMCE box, so if I make the text white, I will have white text in WordPress’s “Write a new article” box too.
Is there any way to change the letters colors of the TinyMCE ONLY to use it in bbPress comments box? I would appreciate a detailed explaination ’cause I’m a little noob with WP and BBP.
Hello.
My forum was fine translated to Danish before updating to the latest version of bbPress, 2.1.2. But now I cannot seem to figure out how to do the translation? Do I have to put the .po file elsewhere?
What is exactly the procedure for uploading and changing the language of bbPress? Different topics say different things.
Found the .po file here: http://translate.wordpress.org/projects/bbpress/plugin/da/default
Topic: Forum not displaying
Hello, I just installed bbPress a couple of hours ago, but I’ve been reading and struggling to make it work!
I changed the Theme Packages from bbPress Default to TwentyTen but it looked horrible.
Why is the bbPress Default not working? Nothing is showing up…
Here is the direct link to the forums, http://techandmake.com/forums/ and here is a topic example http://techandmake.com/forums/topic/envios-en-monterrey/Please help!
I just set up a bbPress install with BuddyPress, and each forum page shows the topics for all forums, not just the one forum’s topics that are supposed to be displayed. This happens no matter what theme I try — Twenty Ten, Twenty Eleven, BuddyPress Default, Elbee Elgee… Any ideas? Thanks.
Topic: BBpress throws 404 errors
So I think it is a permalink issue but I am not sure. I am developing a theme framework and I want to integrate bbpress with it and thus i was testing bbpres default installation. How ever going to site/forums/forum/test gives me a 404 error. even site/forums gives me a 404 – the theme throws the 404 –
Can any one give me any ideas as to how to fix this? My permal link structure is
/%category%/%postname%/
Hi, I’m trying to create a custom theme for the bbPress forum. I already got a child theme based on Twenty Eleven, and I’m trying to style bbPress with my style.css in the child theme folder.
The problem is that bbpress.css is imported in the html code after my style.css, overwriting the latter’s styling. How do I force bbPress to use style.css instead, even though bbpress.css is imported after?
I have been struggling with this for hours and hours.
On loop-single-reply.php, show_role is true by default.
> bbp_reply_author_link( array( ‘sep’ => ”, ‘show_role’ => true ) > );
I’d like it to be false. If I change it in the theme, it will be overwritten next time I update bbPress, right?
How do I set it to false so that it will not get overwritten?
Thanks!