Search Results for 'bbpress'
-
Search Results
-
For each week, I’ll have posts title like this in a forum:
Monday Morning
Monday Evening
Tuesday Morning
Tuesday Evening
Wednesday ”
Wednesday ”
Thursday ”
Thursday ”
Friday ”
Friday ”I want to hide/archive/move these out of the forum each week, as the next week will have posts with the same name. Within Vanilla Forum’s, I could just archive posts that were _TIME_ old. What’s the easiest way to do that within bbPress? I’ll be needing to do this each week, for all the forums on my site (just a few now, but more each week).
If there’s a better workflow for this, let me know!
bbpress version 2.2.4
website http://www.michaellanfield.com
forum page http://www.michaellanfield.com/?post_type=forumJust a question
As I am doing now, I would like the categories to appear in the main forum page under each main forum. How to do this?Another question is. The forum fonts are way too small. How do I make them a little larger?
Also I want to be able to delete the forums main title right above actual forum. Not the menu forum link, just the page title, but I do not want to remove all website page titles. Thank you.Topic: User Profiles, please help!
I just created a site and installed bbpress forums along with contact form 7 and contact form db. After a user registers for the forums, it sends them an email with their passwords. The only problem is that they can’t change their passwords after that as they cannot access their profile pages. Is there a way for me to implement a “profile” option as a page and then install it in top menu?
I just upgraded to wp 3.5.1 and the new bbpress in one go.. unfortunately, none of the user pages or user edit profile pages work at all… blank white screen, no 404, server error… eek! My website is http://www.humandalas.com/forum/
If I can’t get it working, which php file can I edit or how to create a hook? so the “bbp-topic-freshness-author” links go to an author page instead.
Hi,
I am using bbPress for a WordPress website. It is working great, but I have few problems to customize it…
In the WP theme I made, I have a breadcrumb (created in functions.php), and in the forums pages, I also have the bbPress breadcrumb that is displayed. Because mine doesn’t work in the forum pages (because I don’t succeed in displaying the custom posts), I would like to do something like this in my theme files:
– If the Forum Page is displayed –> display my_breadcrumb(); (because it is a normal post)
– If the other forum pages are displayed –> display bbp_breadcrumb(); (because they are custom posts)But for this (stop me if I am wrong) I think I have to edit the bbp_template_before_forums_loop in the bbp-theme-compat folder, to remove manually the bbp_breadcrumb and to display it in my theme, but I can’t find in which file is called bbp_template_before_forums_loop.
Thanks by advance for your help, and don’t hesitate to ask if you need more details!
Topic: Page following logout
I’m using bbPress ver. 2.2.4. on WordPress ver. 3.5.1 Link: http://bomec.dk
If i’m logged-in and watching a private page and press logout, i would like to be transferred to the front page to allow for another user login or whatever.
How can i accomplish this ?As it is now i remain on the private page, just appended with “logout”. Such a page don’t exsist and results in a “Page not Found” screen.
Regards
IHR
Mailto: ihr723@gmail.comI am using buddypress 1.6.4, WordPress 3.5.1 and bbpress 2.2.4. My website is on the localhost xamp server. I am using bp-columns theme as my Buddypress Child Theme. Please I would like to know how to create a bbpress child theme. I followed the step by step guide on how to create a bbpress child theme and it have so useful to me. The problem I have with it is this line that says: go to bbPress’ theme folder. That is, go to wp-content > plugins > bbpress > bbp-themes > bbp-twentyten. Download all the files from this folder except style.css. These are the files that will style your bbPress theme.
I can’t find the bbp-themes and bbp-twentyten folders in my bbpress installation.
Any help on this will be deeply appreciated!Hi,
This is my first time trying to integrate bbpress on a wordpress site. I have purchased a premium theme from mojo theme but unable to get bbpress 2.2.4 to work on my page at all. If I switched the theme back to twentytwelve then the bbpress functions as normal. I tried running the forum using shortcode, however, only the shortcode page would work, and if I click on a topic nothing is showing up again.
I have been reading through different topics in this forum for the past 4 hours but result has been a little confusing.
Can someone please help?
Thanks,
DavidI noticed that bbpress has no option to apply style by adding class inside of iframe.
But, I’d like to do this way,<iframe class="span12 clearfix"…
Is there way to do without modifying bbpress source code?
Sorry for the ambiguous title. I have bbpress on a site, using the compatibility theme. The rest of the forums have always worked correctly and apart from a few css tweaks, have always looked good and matched the theme.
I recently noticed however, that the User Profile pages; profile, topics created, favourites etc, seem to ignore all the css and consequently have no layout/structure.
Here is a normal forum page on the site… Forums
The layout is correct, the sidebar is positioned correctly and has a PNG background creating the ‘shadow’. A title bar with page title is displayed below the header and navigation.Here is an example of a User Profile page… Topics Started
There’s no css structure, the sidebar is at the bottom, there’s no PNG background behind the sidebar, theres no title bar and page title. It’s as if the CSS is being ignored.As another example, on this page I have added the code below to user-profile.php and the sidebar is correct, but it still has no background PNG, title bar etc… User Profile
Any idea whats going on?
`
#sidebar { float: left; width: 230px !important; }
#main { float: left; width: 730px !important; }
`I’m using the latest version of bbPress, Buddypress, in a subdomain multisite environment.
I have the site-wide forum enabled. It works.
I also have “Allow BuddyPress Groups to have their own forums” enabled. This part doesn’t quite work.
In the groups admin, I can enable the group forum. After I do this, the forum tab appears and shows that there are no new topics in the group’s forum. I can also see the new forum as a subgroup of the parent group-forum.
When I post new topics to the group’s forum, they don’t show up. They just disappear. I don’t even see them in the backend in the Topics view.
This briefly worked before – and then it stopped. I might have changed some slugs, and enabled and then disabled the Buddypress forum component.
I’ve ran the forum error checker in Tools/Forum. There are also no slug conflicts in Settings/Forum.
What can I do next?