Search Results for 'bbpress'
-
Search Results
-
Howdy everyone,
I want to migrate an old bbPress forum 1 to bbPress 2.3.2. I used the importer tool to import the old topics an so on. But I am missing the attachments and the user-avatars. The attachments shortcode is shown, but not the image and no avatar. Can anyone help me please?
Wordpress 3.5.1 and bbPress 2.3.2
Kind regards,
iGorasHi – I have the bbPress “Recent Topics” widget on the homepage of the site that I am working on (http://heattreatforum.flyten.net/). I want the parent forum that the topic was entered in to show up below the topic in this widget. How can I make this happen?
The version of WP I’m working with is 3.6, the bbpress verions is 2.3.2
Any help would be appreciated – thanks!
I am having trouble trying to resize my forums table cells widths.
The “topics” and “posts” cells that only contain a number don’t need to be the same width as the “forum” and “freshness” cells that contain words and wrap to the next line.
When I look at the table through firebug I just see “.article th, .article td” which is part of my sytle.css and not bbpress.
Any ideas how I can make the cells widths change?
Here is an example of 1 forum I am talking about http://lifeafterlondon.com/forums-2/
Many thanks
Wordpress version: 3.6
bbPress 2.3.2
site url: http://www.rubycore-ng.com/blog/
Hi, i am getting this error message on my site backend. I have created a custom bbpress child theme. The error is “bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). (This message was added in version 2.3.) in /hermes/bosoraweb132/b1582/ipg.virtualweb/https/blog/wp-includes/functions.php on line 3012”What is may be wrong?
Topic: Forum Page Layout
I would like the pages for the forums to NOT have a sidebar and to fill up the page (and sidebar area). There’s not sidebar showing, but the area is white space. I want the forum pages to fill up the entire page. Did that make sense?
I am using Version 2.3.2 bbPress and WordPress version is 3.6
A link to the forums is http://bleckleycountygop.org/forums/forum/general-news-flash/
Hey guys!
I’ve added a custom role to BBpress with this piece of code in a functions.php file in my theme:
function add_custom_role( $bbp_roles ) {
$bbp_roles[‘my_custom_role’] = array(
‘name’ => ‘ACN Lid’,
‘capabilities’ => bbp_get_caps_for_role(bbp_get_participant_role()) // i just want them to have the same capabilities as moderators);
I also have a private forum that only this member can access. Right now it works through a member groups plug-in that shields it. But it still let the off limits posts show up in search results.
So I want to try and work within the BBpress system of private and hidden forums. Making the forums private won’t solve a thing, because for some weird reason, participants can also view that… Why is that?
But oh well! I’d like to include the list of capabilities found in the capabilities.php file with this custom role. Instead of the custom role taking the capabilities from the participant. I want to make the members only forums hidden, and make the ACN lid role be able to see the hidden forums.
How do I change the above code, to make it use the following capabilities:
$caps = array(// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => false,
‘throttle’ => false,
‘view_trash’ => false,// Forum caps
‘publish_forums’ => false,
‘edit_forums’ => false,
‘edit_others_forums’ => false,
‘delete_forums’ => false,
‘delete_others_forums’ => false,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => false,
‘delete_topics’ => false,
‘delete_others_topics’ => false,
‘read_private_topics’ => false,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => false,
‘delete_replies’ => false,
‘delete_others_replies’ => false,
‘read_private_replies’ => false,// Topic tag caps
‘manage_topic_tags’ => false,
‘edit_topic_tags’ => false,
‘delete_topic_tags’ => false,
‘assign_topic_tags’ => true,
);Topic: theme bbPress.org
What’s the name of bbPress.org’s theme?
Is it possible to download?Thanks a lot!
Wordpress 3.6
BBPress 2.3.2
Buddypress 1.8.1Is there anyway to custom implement a Freshness, Topic, and Post counter for subforums in the front page in the same styling that parent forums have? I know this is a common question.
I’ve been looking into this issue for a while and even found older forum post about it, but those were from 3-4 years ago and bbpress has very much changed since then. There seems to have been plugins in development to address this issue as well, but I couldn’t find anything on them.
Any advice on this issue would be greatly appreciated, At least to get me on my way!
Thanks in advance!