Published on January 1st, 2009 by
Hello,
I’ve finished the front-page styling for my future French SEO forum, here’s a screenshot ( the forum itself is not yet online, so I can show you only a screenshot sorry ) : http://img55.imageshack.us/img55/7527/forumscreenshotyb4.png .
And here’s the same design rendered using Lynx ( I use it to test accessibility, even if it isn’t the “perfect” accessibility checker ) : http://img98.imageshack.us/img98/3513/forumscreenshotlynxzc6.png .
What do you think ? It is good or bad ?
Published on January 1st, 2009 by JesperA
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
Published on January 1st, 2009 by
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.
Published on January 1st, 2009 by
I followed the tutorial for integration and everything is setup fine, http://domebusters.com/forums
I would like the forums to be a link after about on the homepage http://domebusters.com
I’ve googled, and searched these threads but I don’t want to mess up my install doing anything more.
It seems everyone has it integrated to load into there main page so maybe I am missing something.
Anyone help?
Published on December 31st, 2008 by
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
==============
???
Published on December 31st, 2008 by Ganzuelo
Can anyone create a theme that has the basics of a theme I am going to be using? http://www.elegantthemes.com/preview/eGamer/
Published on December 31st, 2008 by
I used: add_filter('get_profile_info_keys', 'get_profile_info_keys_personal'); to add more fields to the registration. But I don’t know how or can’t seam to find a way to get this data.
I thought I could use $user = new BB_User($user_id); and then use $user["new_field"], but after I did var_dump($user), I couldn’t find it in there. But it does appear in that user’s profile!
How can I access the new values in get_profile_info_keys for a particular user?
Published on December 31st, 2008 by hotforwords
I had to start a new topic as it said my previous topic was closed:
I did a fresh install on another website, this time combining both databases as described in the screencast someone did here on the forum, and this install is also not giving a role in WP when signed up to the forum or a role in the forum when registered in WP.
It is the same server, it is running PHP v5.2.6 and MYSQL v5.0.67-community
So it seems to be a problem on my whole server. Hmmmm…
Published on December 30th, 2008 by marcoapaulo
Hi everyone
My question is simple… I want to use the bbpress avatars on the wordpress comments page, so when a member is logged in and comment on wordpress, the page gets the avatar he’s using in bbpress. How can I do it?
Thank you
Published on December 30th, 2008 by Ganzuelo
I am running the alpha and I was in the middle of the intergration and I got this error. Now I cannot log into my site. it wants me to register.,.
Warning: mysql_connect() [function.mysql-connect]: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /nfs/c03/h04/mnt/57391/domains/willclan4food.net/html/bbpress/bb-includes/backpress/class.bpdb.php on line 123