Search Results for 'bbpress'
-
Search Results
-
Howdy, can someone please check out the first page of my bbPress forums and tell me if it’s supposed to look like this? I can certainly tweak it with CSS, but I need an example, so if someone could provide a link to what it’s supposed to look like that would be great! BTW, I don’t mean colors, which I’ve begun tweaking already, I’m referring to the layout.
I’m using:
WordPress Version: 3.4.2
bbPress Version: 2.2.2
Theme: Custom CommunityLink to my bbPress test forums: http://themetest.halodiehards.org/hd-forums/
Hi there — I’m running WP 3.4.2, bbPress 2.2.2 & buddypress 1.6.1. Overall, I’m quite happy with the installation, and I’ve done a fair amount of customization on my site to give it a nice L&F. I’ve been using a child theme to do all customization, and it’s been reasonably straightforward, but not trivial. That said, many thanks to all the bbPress folks who are putting lots of time in on this plugin — it’s a great platform.
Onto my question: How is the main forum archive page generated? I want to create my own template to generate this page, and I’ve been stumped trying to trace the sequence of files/calls used to create it.
For context, I have the Forums Base set to “member-area/forums” in Settings -> Forums. I can go to http://mysite/member-area/forums and see the standard listing of all the forums in a table. Perfect, just what I want.
That said, how exactly is this page created? Which files & calls in the plugin create it? I’ve found loop-forums.php in …/plugins/bbpress/templates/default/bbpress/which is used to create the table within the page (apparently called as the_content() somewhere), but I can’t find the code blocks that create the header, footer, etc. Is there a single template page used to create the Archive Base page?
Apparently this page is generated regardless of whether there is an existing page (permalink) to the same permalink used as Archive Base. Nifty, but I want to use my own template (the whole thing) for creating the Archive Base page.
Even when I create a page with a permalink address the same as Archive Base and insert a [bbp-forum-index] in the post content, I can’t seem to select a Template from the Page Attribute pull down that has any effect on the creation of the Archive Base page. It’s like it’s hard wired to use a very specific template — that I can’t find in the directory tree.
Long winded, but I hope that conveys what I’m trying to do. In short, I just want to create my own template for creating the Archive Base page. Any pointers are appreciated.
Cheers,
Michael
Hello, I use BBpress 2.1.
Is there a way to merge two forums in one?
Regards, Francesco.
Topic: Create New Topic in “%s”
Hello,
I have the following problem:
In the form-topic.php in somewhere aroung line 43 there is written:
bbp_is_single_forum() ? printf( __( ‘Create New Topic in “%s”’, ‘bbpress’ ), bbp_get_forum_title() ) : _e( ‘Create New Topic’, ‘bbpress’ );
Now on my website it shows: Forum_titleCreate New Topic in “”. Somehow it is not working that %s is replaced by the bbp_get_forum_title() information!
Anther problem that occured:
When starting a Forum as private and then changing it to public the topics that were created as in the “private mode” still remain private and I could not find a way to change that back.Thanks for working on bbpress!
Tilman
actual wordpress and bbpress versionTopic: Legacy versions
Looking for BBPress plugin 2.2.1 or 2.2. Can’t seem to find it here.
In any users “Profile”, clicking on “Topics Started” or “Replies Created” displays “Viewing topic x (of x total)” or “Viewing x posts (of x total)” but non of the Topics or Replies are displayed. This had been working. Not sure if it went away in 2.2.1 or 2.2.2.
WP 3.4.2
BBPress 2.2.2Thanks, any help appreciated!
I did the foolish thing of changing two variables at the same time and now I’m not sure what I caused. Recently I upgraded to bbPress 2.2.1 and at the same time moved to Twenty Eleven theme (wanted a responsive bbPress theme). Had a couple of problems which I googled and resolved:
1) no side bars showed up on Forum & Topic pages (fixed by installing Twenty Eleven Theme Extensions & Enabling Widgets on single post pages)
2) Ultimate Tiny MCE was no longer showing up .. this was fixed by John’s helpful advice in:
No more Ultimate TinyMCE buttons in fancy editor after latest 2.2 update.
And I noticed a third issue, which was for ordered and unordered lists, they longer had bullets/numbers. I upgraded to bbPress 2.2.2 today hoping that might have fixed the problem but the behaviour is still the same.
I looked at the element information in Chrome and it shows that the list-style-type is set to “none” by bbpress.css. This is true for both ul and ol type lists. I can’t be sure whether it is Twenty Eleven or the bbPress updates which caused the formatting to change but the fact bbpress.css was involved pointed me here.
Being a pretty newbie guy from CSS perspective, I don’t know where and how I show try override the style type.
Suggestions greatly appreciated.
regards, Paul
I have a WP 3.4.2 multisite subdomain installation, with buddypress and bbpress. However, my bbpress is activated locally only on a subdomain, where I have a couple of forums. Since upgrading to 2.2 (actually, I didn’t detect the problem until 2.2.2), my menu forums page no longer shows a directory of my forums. The menu is set to http://subdomain.domain.com/forums/. What changed and how do I get it back to showing the links to the forums when the menu item is clicked (like it did before the upgrade)?