Search Results for '\"wordpress\'
-
Search Results
-
Topic: Which Version Should I use?
I am using WordPress 2.7 and wanted to know which bbpress would be compatible with it?
Topic: bbpress vs phpbb
Hi there!
I am sorry if someone else has already created a post on this.
I have a website (powered by wordpress) that has a bunch of how-to windows tech articles. I need to get a forum for my site users. Which one would be better? My users will need the capability of uploading files, pasting code and images. Which forum program would put less pressure on my servers and hopefully keep the running a little faster?
Thank you ahead of time for any help.
Topic: IntenseDebate and BBpress
Been really excited about BBpress 1 and was planning on incorporating it into my WordPress site when it finished Alpha testing.
Anyone have any clue how IntenseDebate (via WordPress plugin) interacts with BBpress 1? Anyone have problems?
Obviously with Automatic behind both I’m sure its only a matter of time before BBpress, IntenseDebate and WordPress go together like Peanut butter, Jelly, and bread.
Topic: bbpress INSIDE theme?
I thought it would be nice to intergrate a forum into my website, but i want it inside the website, like a page..
Like: http://wordpress.org/support/
Now my forum opens in a new page and my wordpress layout is nowwhere to be found..
How can i intergrate it into my website?
http://www.leukespreekbeurt.nl
Thanks in advance,
Hi!
I want to use a couple of WordPress function so i tried to include wp_blog_header in bb_config like this:
“require_once(‘../wp-blog-header.php’);”
This works well if i am in the forum section but as soon as i go into bb-admin i get the terrible feared:
Warning: require_once(/wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in C:wampspeedrevisionforumbb-config.php on line 49
Fatal error: require_once() [function.require]: Failed opening required ‘/wp-blog-header.php’ (include_path=’.;C:php5pear’) in C:wampspeedrevisionforumbb-config.php on line 49
This worked great in 0.9.0.3 but in the latest unstable version 1 A4 it does this, why?
And why does it say that a forum is locked when i am trying to make a post?
Would really appreciate some help
Greetings.
Although the option “Anyone can register” is disabled in my WordPress Admin Panel, anyone… can register on bbPress (so my blog is forced to accept new registrations). Why ?
I have just installed WordPress 2.7 with bbPress 1.0 Alpha 4, following the sambauers’s basic integration video.
Thanks.
Hello.
Windows server wordpress permalink with 404 error pages like below;
for “www.site.com/post.htm” wp-404-handler.php
===============
$qs = $_SERVER;
$_SERVER = substr($qs, strpos($qs, ‘:80′)+3);
$_SERVER = $_SERVER;
include(’index.php’);
how are same server bbpress permalink with 404 error pages.
what “www.site.com/forum/topic/29” bb-404-handler.php
==============
???