Published on November 24th, 2011 by Trobee
Hi all, I am trying to display the users role in the bbp-reply-author section of each reply, similar to how it is done here, under the authors name.
It seems like it should be part of the_author_meta() but i cannot seem to find it, can anyone help me out?
Published on November 24th, 2011 by Jdamonte
Hi, I am trying to set up the bbpress forum as private on a subdirectory of a multi site and am not sure of the most practical approach. If I enable it on the subsite I can’t make the pages such as login, register, lost p/w etc. as the templates don’t show on the sub-directory only on the main site.
Any ideas would be really appreciated.
Published on November 24th, 2011 by Trobee
Hi all,
I am looking into possible ways to rank forum topics via user ratings, ie, a feature request forum where users can vote on if they want the features suggested in each topic. I have been looking at https://wordpress.org/extend/plugins/rating-widget/screenshots/ which claims it has bbpress support, but I cannot find out how to set it up. Has anyone trued this before or know of other possible rating plugins
Published on November 24th, 2011 by elenazvarici
Hi guys
I am running WordPress 3.2.1 bbpress 2.0.1 single site, platformpro theme.
After several installs and reinstalls of the bbpress plugin while not working, I think the settings are persistent to the database and maybe in some other places, which makes the reinstalls not effective. What should I do ? Empty the bb_ tables in my database or simply drop them ? please note I am a newbie.
I tried clearing the tables but somehow I kept having the same issues: My problem imo is that forums show as blog posts. I am also trying to run the pagelines.com platformpro / base theme which I bought some time ago.
Please tell me what should I delete / clear to make sure to have a fresh install ?
Files / tables.
Thank you very much.
Published on November 24th, 2011 by Ash Shaw
Hi,
Members who log into our sites through Facebook (using WP-FB-Autoconnect) are unable to create new topics. When clicking on the “New Topic” button a message displays: “You cannot create new topics at this time”.
At first I thought it must be related to user privileges, but I’ve tried setting FB connected users to administrator and the issue still occurs. Members who log in with the traditional login form do not experience this problem.
Using:
WP 3.2.1
BuddyPress 1.5.1
bbPress 2.0.1
WP-FB-Autoconnect 2.1.6
Published on November 24th, 2011 by centr_kubani
Здравствуйте! Интересует такой вопрос.. На многих форумах уже используется такая в постах кнопка, как загрузка изображений на бесплатный хостинг. Вот пример http://www.postimage.org/mod.php
Очень удобно. Суть такова, что с поста пользователь загружает на бесплатный хостинг картинки и автоматически ссылка вставляется в пост.
Вопрос: Есть ли подобное для BBpress?..
Спасибо!
Published on November 23rd, 2011 by Navin
Hi everyone,
Is there a way I can put the forum in Read Only mode?
Sometimes when I’m working on it, I don’t want my users to post new content, however, I want the forum to stay open for public, so they can browse the site.
Of course there’s always the option to put it offline, but that can hurt my organic rankings.
Any help is highly appreciated.
Published on November 23rd, 2011 by gerd007
Hi,
I have installed WP 3.2.1 and activated “Site wide forums” option. Then I created several public forums in the FORUMS menu of bbpress.
Now I have the problem that I don’t see a single forum when I click on “Neues Thema” (german version). I can publish new entries in groups (the standard BuddyPress Forum option I think).
What do I have to do to be able to publish entries in a created forum?
Additionally: I have inserted the bbpress Forum lsit widget which shows all created forums. When I click on a forum in the widget list, a new page is displayed but without a forum title and the displayed forum entries are the same in all forums.
Thanks.
Tom
Published on November 23rd, 2011 by benfrain
Hi,
I’m trying to exclude all forum post types within my main WordPress theme’s functions.php file using this sort of syntax:
$post_type != 'forum'
However it doesn’t seem to work. Here is the full if statement I’m using:
function single_post_nav() {
if ( is_single() && !in_category(array('54', '55', '56', '57', '58')) && !is_category(array('54', '55', '56', '57', '58')) && $post_type != 'forum' ) { ?>
Some stuff
However, it is still displaying the content on forum pages. Does anyone know the correct way to exclude the forum posts within functions.php?
Any help much appreciated.
Cheers – Ben
Published on November 22nd, 2011 by CaptainN2
I hade 7000+ bogus users from years of spam-bot registrations. I wrote a plugin (which isn’t very robust) to delete these based on three criteria – the user has no approved comments (I borrowed the Akizmet check for that), has no posts, and is a subscriber only (I’m not sure I implemented that last check correctly, FYI).
Anyway, I thought I’d share the plugin, and maybe even get some feedback:
https://github.com/unFocus/Prune-Users
Thanks,
Kevin N.