Published on January 27th, 2014 by Paolo Flamenkini
Hi all,
I have a problem… When somebody post in one forum the information below the picture avatar is
User name
Role
IP
by default I would like to change this information by “grups” that means… if you belong a group that information appear in the gravatar and hide IP adress. Is that possible? I am getting crazy trying change that
Published on January 26th, 2014 by brightbell
When I installed BBpress I was able to add a topic and a form and the Forums entry was visible to the administrator account.
Now if I log in as administrator or any account the forums are not visible or available.
You can see a basic list but as soon as you click on anything page not found 404 comes up
The shortcodes do produce an output from the forum if put in a new page or in the footer but
the url
http://racingpigeon.com/forums/ is blocked whereas the same shortcode in
a new page added at http://racingpigeon.com/forumsx/ produces output
If I log out then I see the output at
http://racingpigeon.com/forums/
I have tried all different levels of forum access but none lets me see it.
bbPress Version 2.5.3
Wordpress Ver WordPress 3.8.1 Maintenance Release January 23, 2014
Thanks Ian
Published on January 26th, 2014 by Krumen
Hi, I got a bbpress forum with this structure:
[CATEGORY]
———[FORUM]
—————[SUBFORUM]
—————[SUBFORUM]
—————[SUBFORUM]
———[FORUM]
———[FORUM]
[CATEGORY]
———[FORUM]
etc,etc
I want to display in frontend the subforums and their topics/posts count in a list, buy I don’t know how do it.
This is a view of the actual forum:
View post on imgur.com
And I want look like this:
View post on imgur.com
General is a category, Presentaciones, General etc are forums child of General(Parent).
Any idea how I can do it? I tryed another response from this forum but don’t work correctly :/
Thanks!
Published on January 26th, 2014 by David Barber
WordPress 3.8.1 running Suffusion theme.
bbPress Version 2.5.3
bbPress 2.1 now available!
On a registered participant login, I keep getting “The forum ‘Private: Small Stars’ is closed to new topics and replies.”
or “This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.” if I’m on admin privileges.
The forums are definitely open.
Repair forums gives me (As Admin and Keymaster) “You do not have sufficient permissions to access this page.”
I have searched for this topic, but the phrases around “This forum is marked as closed to new topics” bring up almost every webpage that uses bbPress, as it’s the default text at the bottom of so many topics!
What could be wrong here?
Thanks in advance for any help.
David.
Published on January 25th, 2014 by Adi523
Hi
I want to use the bbpress and have some qeustions:
1. If I don’t people to registar to the site I dont need to create all the pages and allow anyone to post?
2. How can I modarate a non users posting? Approvre it before?
3. I have a responsive theme will that also be responsive?
4. If i’m using a caftcha plugin for contact form and I also want one for the bbpress which should I use?
Thank you
Published on January 25th, 2014 by Techknowledgic
Hey
I am getting news users to my forum and the registration is disabled!
how can they register and what’s going on?
Thanks
Published on January 25th, 2014 by luckydumpling
WordPress Version: 3.8.1
BBPress Version: 2.5.3
Hi guys, the UL LI elements of my forums are following the styling declared for UL LI in my style.css file instead of the bbpress.css file. How do I correct this? Any help is appreciated.
Here’s the site: http://www.uptmcaa.com/forums
Published on January 25th, 2014 by Hiro22
I am using WordPress-bbpress at the my site.
When many messages were contributed to a topic and it became 10 pages or more, the link to 10th page had broken.
The following code is the cause.
It will replace from “&paged=10” to “0”.
bbpress.2.5.3
C:\xampp\htdocs\bb\wp-content\plugins\bbpress\includes\topics\template.php
895 line
// Remove first page from pagination
if ( $wp_rewrite->using_permalinks() ) {
$pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $pagination_links );
} else {
$pagination_links = str_replace( '&paged=1', '', $pagination_links );
}
One solution for correcting this is the following. (Insert “if($pagination[‘total’] == 1)”)
// Remove first page from pagination
if ( $wp_rewrite->using_permalinks() ) {
$pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $pagination_links );
} else if($pagination['total'] == 1) {
$pagination_links = str_replace( '&paged=1', '', $pagination_links );
}
Published on January 24th, 2014 by Marcella
I’m looking to integrate BBPress with my BuddyPress theme and the guys over at BP support suggested I come here.
Someone mentioned I need to copy some BBPress files and folders into my BuddyPress theme but I’m not sure which ones to copy.
A beginners guide would be nice…?
This post sorta serves as my lousy introduction also. Hi to the community!
Published on January 24th, 2014 by LordAnubis
Hi
i have WP 3.8.1 and bbpres 2.5.3 , i’m using phpBB3 but now i will work with wordpress an there own forum (bbpress)
i used in tools -> forums -> import forums
typed the database datas in and klick START
after that the import start but it import ONLY the user nothing else.
i have tryed this 3 times and it runs alway over one hour and only user are imported
no forums no topics no cats ……
NEED HELP PLEASE