Published on September 24th, 2013 by Venny1962
Hi… me again!
I do have the latest versions of WordPress 3.6.1 and bbPress 2.4
When I make a forum post you can hardly see the words… Very faint! I’ve checked all the settings but I don’t see any setting for that. I tried different Themes including TwentyEleven but no change.
Thanks
Published on September 24th, 2013 by Venny1962
Hi,
I’m actually having 2 problems with login and registration on my site.
First problem is with the login widget.
-when I drag the widget over to the side bar it stays there until I enter the URLs in the required fields. If I write just the name it stays!
Second problem is with registering to the site with the stock WordPress form. I’m logged out of my back end and the user name and email address I’m using is not already registered. It’s easier to explain with screen shots


Thanks in advance for you help!
Published on September 24th, 2013 by jayce103
Hi all,
Wondered if anyone knew of (or how to), plugins that allows me to place any images that appear in a post into a gallery on a page automatically?
As an example: If I have a forum that allows users to upload a pic that they have taken on holiday and I want to “showcase” those images into a “members gallery”.
Cheers,
Jayce
Published on September 24th, 2013 by jayce103
Hi all,
I am currently trying to put together a home page that consists of the 20/30/50 recent posts in all forums (paginated).
I know that I can use the topic short code
- Oh, bother! No topics were found here.
, but this lists the whole topic rather than individual (single) posts.
The reason that I want to do this is that if someone posts a topic with images in I want those images to show on the home page to make it more interesting.
Can this be done with bbpress? I know that I can be done with IPS boards but not keen on their layouts.
Cheers,
Jayce
Published on September 24th, 2013 by Skeary
forums/user/test/
is rendering very weirdly:
<div class="entry-content" itemprop="text"><p>Profile Topics Started Replies Created Favorites Subscriptions Edit Profile Forum Role: Keymaster Topics Started: 0 Replies Created: 1</p>
</div>
which looks obviously incorrect because it’s missing html tags in between things.
I tried putting a die; at the bottom of templates\default\bbpress\user-profile.php and the page rendered properly, but all the other profile type pages are still broken. Removing everything from my functions.php doesn’t help either.
What could be going back and stripping out the html tags?
I am developing in a Genesis child theme and installed a bbPress Genesis Extend plugin.
Published on September 24th, 2013 by g3n3sisq
Ok so I have the latest wordpress / bbpress and buddy press so far as I know.
I have created a forum – and it would seem that only people who are keymasters / admins can actually comment / post through the forum. Every time I log into my test account which is set as a ‘participant’ and subscriber, i get the message “you do not have permission” when i try to comment or reply to a forum post.
I have been looking into this for a good couple of days now. I have installed the members plugin, I have re-routed the forum roles etc….
I’m at a loss
Published on September 24th, 2013 by Oazar
Hello,
I have been using your plugin for 6 months or so.
Meanwhile I had security problems, hackers trying to get in and so on. So I changed my login + password, and destroyed the old one, just in case….
But I forgot to change the administration rights on the forum before I did so, and now I cannot administrate the settings anymore, and the forum tabs don’t appear in the dashboard anymore.
the forum does exist, I can moderate the conversations on the front (I suppose because I am the website administrator), but that’s it. I can’t create a new forum, well don’t have access to all the options in the back office anymore.
If I click on Settings, I have a message saying I don’t have the rights to access to the options page, but nobody else has…
Any idea how I could fix this problem without doing it allover again ??
thanks for your help.
Published on September 24th, 2013 by jakestambridge
Just wondering if this is possible – I am working on a live project at the moment which is requiring the addition of BuddyPress and bbPress functionality to a membership site running on Wishlist Member. Specs for the site as follows:
WP: 3.6.1
bbPress: 2.4
BuddyPress: 1.8.1
Wishlist Member: 2.71.1747
Site URL: http://www.thelawofattraction.com
The idea is that we are implementing a paid-for membership level managed by WLM and Infusionsoft. At the moment I have set auto role to ‘Blocked’ and reset the assigned bbPress user roles so that all existing (non-paying) members are set to this.
However, I’d like all new members registering as paid-for (Platinum+, platinumplus) to be assigned the Participant role.
I tried like so in my functions.php:
add_filter('bbp_get_user_role_map','custom_bbPress_role_map');
function custom_bbPress_role_map($role_map){
$role_map['platinumplus'] = bbp_get_participant_role();
return $role_map;
}
but although I can echo out the result of bbp_get_user_role_map() and see that this has worked in theory the Platinum+ members remain set as ‘Blocked’.
First time using bbPress so please forgive me if I’ve overlooked anything really obvious here, but any help would be appreciated.
Best,
Iain
Published on September 24th, 2013 by nikkiinstitches
I have bbpress loaded on my site and have already started creating forums…love it.
however, I created a page for the forum and put the shortcode there, but now my forum url is
http://www.nikkiinstitchescraftacademy.com/forums/forum/month-1-the-background-story/
is there any way to get rid of the double forum in there?
should i have put the shortcode someplace else?
thanks so much for your help!
WordPress version 3.6.1
bbPress version 2.4
www.NikkiInStitchesCraftAcademy.com
Published on September 23rd, 2013 by BuckyOHare
I use a large decorative font for my standard pages and forum titles in WordPress. This is normally ok because I make them intentionally short, however my forum topic titles can be much longer as they are created by users and need to be generally more descriptive. Since I have my breadcrumbs styled large and clearly, it’s unnecessary for the topic title to exist at all on an individual topic page.
Does anyone know which bbpress template file I would need to edit to get the single topic pages to display the forum they belong to instead of the topic title itself?
Or how I might do this using a conditional via my WordPress theme’s page.php file?