Search Results for 'bbpress'
-
Search Results
-
Hello, I’d like to share an issue I’m having with bbPress:
Uninstalling old version of bbpress, then installing 2.4.1, repair all and reset all. Starting on blank space.
I create one forum, then create a topic, but it stays with “(no forum)” status. I click on edit topic, then from the Forum drop down menu I select my only forum and click on Update button. And nothing happens – the topic is still with “no parent”.
Tried deleting all topics and forums – nothing helps?!
Any suggestions what else I can do?hello, on the post: http://bbpress.org/forums/topic/author-posts-position-messsed-up/
I posted a topic recently and soon after my hosting account got suspended, according to the Hosting Company,
“The account was suspended due to extremely high resource usage caused by large traffic to /dev/dunna/foros/ and /dev/dunna/forums/foro/ locations. In total there were over 80,000 hits to this location within 5 hours before the suspension had to be placed. “
So I am urgently asking you to please remove the links I posted there, as I do not seem to have access to doing so myself. This is causing my hosting account, as well as the development site I need to work on, great harm.
If this is not the proper channel, please let me know which is, however any and all help in removing those links from my original post are much appreciated.
First off I’m very new to wordpress, so I am sure it is user error.
I’m trying to create a forum for our boyscout site and installed bbpress tried to create forums but the index page looks totally broken only partially shows one of five forums. The page is here:
I’m not sure why the text is all smashed together and no indexes shown. WordPress version is 3.7.1
Any help is appreciated.
Edit: Link removed
Topic: BBpress Integration Showcase
Hi, just to show my bbpress integration on http://forum.biflora.fr/
Congrat, great plugin. Feel free to make suggestions. And questions are more than welcome.
Cheers
Topic: WP Captcha Free plugin
I installed a bbPress forum on my WordPress blog as a trial, set up a couple of trial forums, then didn’t work on it for a week or two. In that time, that trial forum, with no links from anywhere, received more than 500 spam registrations. Obviously I’m not happy with that, for although the spambots were prevented from posting (mostly), it was still a pain removing all the requests.
On my WordPress blog, I use WP Captcha-Free plugin to stop spam, and it works really well. One of the attractions of installing a forum within WordPress was using this plugin on the forum as well. But it doesn’t seem to apply to bbPress.
Does anyone know if there is any way to make this WP plugin work in bbPress, or is that a silly question?
Thanks.
I’ve installed bbPress on a local installation, under port 8080 to avoid a conflict with another program using port 80. It appears to work just fine from the WordPress Dashboard, but I can’t do anything in the front end – I keep getting ERROR: Are you sure you wanted to do that?
I’ve spent the last hour on Google, reddit, this forum, various blogs… nothing seems to help.
Can someone explain how to fix this, please? I posted the same question last week and got zero response.
This installation is staying on a local machine, so it isn’t as though all my problems will soon be solved. I’m never uploading to a normal hosting server.
Any help would be appreciated.
Thank you!
How can i change bbPress to only show the ‘username’ instead of Nickname/First Last name?
I found some information, but it only allows changing type to name/avatar. With no control over the name being “Display name, Nickname, Username”: http://codex.bbpress.org/bbp_author_link/
<?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) ); ?>
I am using “BP Display Name” to do this on BuddyPress pages, and have hardcoded it on other templates. But just need to sort it on the bbPress forum to make it consistent across the site.
WP version: 3.7.1
bbPress version: 2.4.1
Site: http://www.veggie.co.nz/forums/forum/introductions/Thanks very much for your help.
i want to use bbpress forum in my native language telugu
but my native language not listed in
I would like to give the possibility to start new topics only the the Admin. So regular user can reply to those topics, but cannot start a new one by themself…
It is probably nothing complicated…. anybody can please help me ?
BBpress: 2.4.1
Topic: Custom topic list
Can anyone show me how to create a custom list of a forums topic for a section on my homepage? Essentially I’m looking for the bbpress equivalent of this:
<?php query_posts('showposts=5'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <li> <a href="<?php the_permalink() ?>"> <?php the_title(); ?> - <?php the_time('M Y'); ?> </a> </li> <?php endwhile; endif; ?> <?php wp_reset_query(); ?>It would also want to filter by forum and sort by “Latest” and “Hot” (Hot being most “Voices”). Basically mimicking the “(bbPress) Recent Topics” Widget.