Skip to:
Content
Pages
Categories
Search
Top
Bottom

edited bbspress.css and it did not work

Published on October 24th, 2014 by atfpodcast

I was editing it to see if it would change the look and nothing happened. I made a backup of the original. I wanted to change some background colors. odd…. do you think (im using raindrops theme) they theme may be overriding it?

Adding bbcode like image, you tube etc…

Published on October 24th, 2014 by atfpodcast

Is there a plugin that adds this? I would love to see this. I have the latest worpress (4.0) and bbpres(2.5.4)

Split: Import from snitz access database

Published on October 24th, 2014 by maddogmcewan

Hi hope u r all well… I downloaded github version and followed steps as described

– Converted 2000 MDB with Bullzip Converter
– Imported sql dumpp into new table
– Cleaned out Forum Topics and Replies and then imported data into those two tables with datefixed
– Ran Forum Import

Success on

– Created users
– I can see all the forum topics and replies in the DB, post meta an posts, and buddypress activity tables are full of all my imported data with dates

BUT i i see no forums under forums in admin, no topics under topics and when i try to load replies the server just about dies….

I have tried Forum Toll repairs a few times – but does not seem to do anything – as in i cannot see any forums, categories or topics in frontend or admin – yet all the data is in wp_postmeta
and wp_posts

Any ideas?

Moderator Edit: I split this topic from its original topic here:

Documented import from snitz access database

Sticky topic missing

Published on October 24th, 2014 by RitaNow

A topic that was marked as a sticky seems to have disappeared. The sticky still shows, but the link doesn’t work. When I searched the topics for it in the Admin dashboard, it doesn’t show up. I just want to remove the sticky topic since it’s not valid now. How can I do that?

You can see the sticky titled “New Registrants, post here and let us know you’ve made it – Second Collection.” as the last sticky on my home page:

MAIN DISCUSSION FORUM

The URL of the topic is:

MAIN DISCUSSION FORUM

Prevent image copying?

Published on October 24th, 2014 by patbell101

Is it possible to prevent copying of images in posts? I am using my bb as a photo discussion forum and contributors want some protectin against copying.

Missing Topics which exist

Published on October 24th, 2014 by Andrew Leonard

WordPress 4.0 running Twenty Fourteen Child theme.
bbPress Version 2.5.4

The Forum

Somebody posted in “Cultivars”.
I created a new Forum called “Identification” and edited the Post so that it’s parent was in “Identification” rather then “Cultivars”
The result is that if you look at the forum “front page”, the Post still seems to be in “Cultivars” but is really in “Identification”

I disabled all the plugins and the child theme but that did not cure this problem

Any ideas?

How to do a database export from the command line or from phpmyadmin

Published on October 23rd, 2014 by brent7

Hi, I’m trying to export bbPress to move to a different forum software and I was wondering how to do so. I’m kind of a noob with this, but it seems to me there is no way to easily export bbPress since it doesn’t have its own table in phpmyadmin.

Hopefully I’m wrong and there’s an easy way to do this. Any help would be appreciated.

Getting truncated warning messages from bbpress

Published on October 23rd, 2014 by Splendorito

Hi,

I have a problem, it seems whenever somebody post anything on the forum. I get a truncated message warning. Anybody that had a similar problem? by the way I use google apps for handling my mail.

All the best,

Number of topics per page post_type

Published on October 23rd, 2014 by galiulinr

https://bbpress.org/forums/topic/shortcode-on-the-page-php
I added page post_type, how to make that outputs only 5 replies.
I added this code here:


function bbp_single_topic_query() {
		if(is_singular( 'download' )) {
		if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
                bbp_get_template_part( 'loop', 'latest-topics' );   
      }
return;
	  }
add_action('bbp_template_before_topics_loop','bbp_single_topic_query');

it does not work for me. I maybe doing wrong?

Question on the css for bbpress

Published on October 22nd, 2014 by atfpodcast

I want to change the color background for the table where it says Forums, Topics , Replies and Freshness. i don’t know css or php I am using dreamweaver to try to figure out these short color codes. This is what I want to do: (photoshop was used to create the effect)

Screenshot

Like how the new ui plugin for bbpress does it but my color scheme. I just cant find the table

Skip to toolbar