Search Results for 'bbpress'
-
Search Results
-
Topic: Logo?
I’m working on the design for a web-site (e-zine) that will be use bbPress as it’s forum software somewhere later in time when we have enough members to warrant one. We will be having circular sticker-like buttons on the main page leading to the WordPress blog, Facebook fan-page, Twitter account and the bbPress forums. Is there anyway I can get an official vector that I’ll be licensed to use to design the sticker?
I can illustrate my own but I’m not completely sure whether that would be violating any of Automattic’s rights.
Topic: Permalinks In Windows IIS
hi fellows,
iam running this blog http://www.embtrans.com , my hosting is running on Windows IIS and it doesnt allow mod_rewrite functionality.
i have managed to configure the pretty permalinks for WordPress using custom 404. here is its code
<?php
$qs = $_SERVER;
$_SERVER = substr($qs, strpos($qs, ‘:80’)+3);
$_SERVER = $_SERVER;
include(‘index.php’);
?>
i would like to know if there is some custom 404 code for bbpress on Windows IIS to make pretty permalinks work.
thanks in advance
Hello bbpress community.
I’m trying to write a plugin that checks certain actions and saves them to a “status feed” so they appear in a friendfeeed-ish manner.
eg.
User made a new post
User started a topic
User tagged a topic
etc.
bb_new_post and bb_new_topic return the post and topic id respectively so it’s easy to grab it… But I’m using
add_action('bb_add_topic_tags', 'status_tags_update');to check the tags. The thing is, it seems to break tagging.I checked bb_add_topic_tags and it returns tt_ids, which I assumed was an array of the inserted tag ids. But I’m probably wrong. I don’t understand very well what
$tt_ids = $wp_taxonomy_object->set_object_terms( $topic->topic_id, $tags, 'bb_topic_tag', array( 'append' => true, 'user_id' => $user_id ) );is supposed to do. So I don’t understand what’s being returned. I’m trying to get either the tag id, or preferably the topic id.Any of you plugin-savvy users have any idea/help?
On another forum I visit they have a hot topic post where if the topic has a certain amount of posts it will turn into a Flaming File, with fire bursting from the topic folder. This would be a neat little plugin to develop for BBpress
Just a thought
It would be wonderful if bbpress and wordpress themes were fully integrated so I can have bbforums as a menu item in my wordpress site and the forums opens right in my wordpress site with theme and menus and blog categories fully intact.
Is this on the plate at all?
Topic: IPB3 to bbPress
Hello,
I see a few threads here requesting a converter for IPB but the few there are have been unanswered.
As the last thread that I can see is over a year old I thought I’d post regarding this.
I was wondering if there have been any further developments regarding a viable converter for IPB users?
Thanks,
B
Topic: theme integration?
Hello all. I am starting a new wordpress site with bbpress installed in a subdirectory. I am not very tech savy and don’t know how to do code, but I am wondering how difficult it would be to have my bbpress forums inside my wordpress blog theme.
In other words, is it possible to have the same look and menu structure from my blog appear when in the forums?
From what I can find in the forums this is called deep integration. I have viewed the posts on that, but I am wondering if there is any further development that would help me, because I don’t have the ability to do the tasks as they are presented in those posts.
1. Created the database;
2. Uploaded the bbPress files to the destination directory;
3. Went to my forum URL and got the appropriate install screen;
4. Proceeded to Step 1, where I entered the pertinent info (Database name, Database user, Database password);
5. Upon entering the requisite info, I hit ‘Save database configuration file’ button;
6. The next screen tells me “Your settings have been saved to the file bb-config.php You can now continue to the next step.” I click ‘Go to Step 2’;
7. Blank white screen (http://www.mywebsite.com/forum/bb-admin/install.php).
Note: I have tried starting from scratch I have installed a new database, then re-uploading the bbPress files, creating the ‘bb-config.php’ file manually from the sample version, then uploading it via FTP. When I do it this way, I get the blank white screen immediately, without getting any introductory/installation pages.
I have installed many wordpress blogs on the same server on various domains with absolutely no problem.
Hi, is there a way to make a link for the latest post on the forum homepage, so a vistor can go directly to that instead of navigation through the pages.
I am using bbPress 1.0.2
Thanks in advance.
Topic: Spam Registration
Is there a better way to stop spam registration? My bbPress forum is bombarded with spam registration.
I have askimet, bozo, bb-nospamuser, and php4bbpress but it still doesn’t help. Anything else I can do to stop the spamming?


I’m having trouble trying to work out in my wordpress homepage post, how to stop the comment button click to redirect to my bbpress forum, which I have just recently set up.
This is my website: http://fitness-passion.com
I do not want any redirects, but rather have the comment to stay at the original post in wordpress.
Please tell me how can I fix this problem. Thanks!