Search Results for 'code'
-
Search Results
-
Hey all,
So I’ve been checking out various forums to use for my business’ site, and I’ve got it paired down to bbPress and Vanilla. I’m leaning towards bbPress, but I have a few questions that I’m seeking answers to first. If anyone can help me out, it would be greatly appreciated!
(1) Is it available either by default or a plug-in to allow users to post <embed> or <object> snippets to show Flash files?
(2) Is there a plug-in available to allow image uploading to our server, or are all the ways to get an image to display within a thread by bb [img]code or the “Allow Images” plug-in?
(3) Would you consider bbPress’ theme customization to be about as equal (or easier) than WordPress’?
(4) Are there plug-ins to allow for either digg-style voting or normal 5-star voting? Being able to host community-driven contests is important for this project.
Thanks a lot in advance. One of the reasons I always use WordPress for my projects is because the community is one of the best on the Web, so I hope it rubs off a little bit for bbPress! Thanks again!
Hi!
I tried to integrate wp27final and bbpress 1.02a. I installed bbpress, followed the integration steps during installation, then changed bb-config.php with this code;
define('WP_BB', true);
if ( !defined('DB_NAME') ) {
require_once( dirname(__FILE__) . '/../wp-config.php');
}
$bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
$bb->wp_home = 'http://myhost.com';
$bb->wp_siteurl = 'http://myhost.com';…and I’ve found several issues, the first one the no admin panel issue already discussed in this forum, but the fact is that I have no “Add new” link when logged in as user different to admin. Besides, I have no post form when logged in as admin and click “Add new”.
I can’t go further with my integration but I like how bbpress is being developed, it is pretty fast and simple, just what I needed. Is there any way I can solve these issues?
Hello there!
I was wondering… which addons will be put as “predefinite” in bbPress? I know that “less is more”, but atm, using the 1.0 alpha, I can’t say it’s a newbie-friendly type of forum:
– there is no bbCode (who knows it will use it, not HTML ) => you have to add a plugin (bbCode) and another one to enable the images tag.
– no smiles (ok, the abuse of them is something like HELL, but the absence is too), you have to add a plugin, and another one to enable images (if you haven’t done before).
– the editor too is too poor: can’t you make an addon to easily insert all the tags you can insert in? (like the bbCode one, not compatible with Opera)
– avatars: c’mon, you’ve got them also in the official bbPress forum
– another addon
So… there will be some addons like these in the release version? If not, how do you expect people will take bbPress if they allways have to stay under all the most important plugins? What if a developer stops working on one of them?
Thanks