Skip to:
Content
Pages
Categories
Search
Top
Bottom

import all topic and post from wordpress to bbpress

Published on February 6th, 2011 by 1onely

Hello

I need import all topic and post from wordpress to bbpress

Can i ? or not

Thanks

installing bbPress from within WordPress

Published on February 5th, 2011 by Aeolius

I signed up with netsol for a WordPress account. As such, they do not allow ftp access outside of WordPress. I installed the Myftp plug-in, but that only lets me upload files individually, instead of uploading folders.

So what are my options, aside from individually uploading 200+ bbPress files one at a time, to get up bbPress from within WordPress?

Translating BBPress gone wrong

Published on February 5th, 2011 by Lightheaded

Hello!

I’m trying to get BBPress to run in my language, but as of now I’m stuck.. Here’s what I did:

1. Download the .mo file from here: http://svn.automattic.com/bbpress-i18n/et_EE/branches/0.9/

2. Upload it (et_EE.po) to bbpress-root-dir/my-languages

3. Edit out the “define( ‘BB_LANG’, ‘et_EE’ );” line.

4. Expect it to work.

Point 4. seems to be the problem in my case, because the expected result doesn’t match the reality..

The bbpress site in question: http://lightheaded.eu/bethelp/forum/

(Sorry for the foreign language)

I’m using the default Kakumei template with deep integration.

include bb-load.php

Published on February 5th, 2011 by thebreiflabb

In the header on my wordpress theme I do

<?php include_once(ABSPATH."forum/bb-load.php"); ?>

and it works on the front-page without any errors and I can call the bb functions etc. But on the other wordpress-pages I have it gives an error. And stops all html output where I include the file, the error is:

Fatal error: Call to a member function suppress_errors() on a non-object in /fakepath/public_html/forum/bb-includes/functions.bb-core.php on line 77

Anything I can do to fix this?

Integrating WordPress THEME ONLY with bbPress

Published on February 3rd, 2011 by dhcrusoe

Greetings all,

Ok, so conceptually, bbPress seems great. However, I’ve used an older version, and know how tentative it can be.

As I can’t find any readily-accessible information about this, I’m asking what might be one of the most frequent questions around here.

Can someone please point out documentation that explains how to integrate WordPress with bbPress? I’m looking to integrate the theme and navigation ONLY – nothing else (since our WP site doesn’t require logins, etc).

Thanks for any info,

–Dave

Shared avatars from WordPress to bbpress

Published on February 3rd, 2011 by razy69

Hi,

I add a bbpress forum to my wordpress site, i share account and other, but i want to share wordpress avatar.

I use this plugin in wordpress “Profile Pic” v.0.9.2

How can i share it?

Thanks

bbpress AND buddypress

Published on February 3rd, 2011 by jwindhall

Seems more than likely that this has been covered over and over, though I can not find an answer.

I need to install both Buddy press and a full installation of bbpress (not just the push and play version via the WordPress admin panel.) Why? I need more then one catch forum, or subform… Or whatever you’d like to call it. The one big forum doesn’t work for me.

I’ve been able to get them installed just fine, I just can’t get them to honro each other. the user comes to the home page and logs into buddypress. The bbpress install does not honor this account. How do do this?

Plugin Help – Getting User ID

Published on February 3rd, 2011 by Regina13

Hey. I’m pretty new to this Plugin thing. Please forgive my newb-ishness.

So I’m trying to write a function that involves taking the current user’s id and searches a table for information. So far I’ve been able to access a table in a database with a static number, but I can’t retrieve the current user’s id as a variable to pass into the query. I also wrote the query myself, and I was wondering if there are bb functions I can use instead.

WPMimic V.1

Published on February 3rd, 2011 by Vietson

So its been a year plus since I visited this forum, I noticed that a couple of people are using WPMimic and are probably hating it. Anyhow, I opened up the theme and spend the last day or two reworking the theme to work with current version of bbPress. I’ll post the download link to the download link this friday (02/04/11) finish or not.

Sad to see that bbPress hasn’t grown much even after a year of no visitation….

Add custom bbcode tags into BBcode lite

Published on February 2nd, 2011 by thebreiflabb

I have installed BBcode lite, and I want to add my own custom bbcode tag, I tried making my own plugin to allow [tex][/tex], though I can still not fully understand the preg_replace() function. Would be greatly appriciated with some help.

What I am trying to achieve is:

[tex]some code here[/tex]…

The code in between the tags get’s converted to <img class=”latex-image” src=”/path/image.cgi?#code goes here with urlencoding#” alt=”” />

If it’s not too complicated to make the standard plugin to put code tags from the bbcode tags into additional pre tags when outputted, that would be great too.

[code] tags into additional pre tags when outputted, that would be great too.

Skip to toolbar