“Cannot select DB.” What is this? Somebody, please help me????
“Cannot select DB.”
Published on June 18th, 2007 byPlease Help with BB/WP Header/Footer TIA!
Published on June 17th, 2007 byPlease help. For the life of me I cant get my WP Header/Footer into BB. Ive followed the instructions here: http://www.adityanaik.com/bbpress-and-wordpress-integration/ but those seem to be old…Either way, ive gone into my template files and replaced bb_get_header() with get_header() and uploaded all of the files and a screenshot into a subfolder in my-templates. When I activate the theme, the theme activates but all i get is a blank page on my forums page…Any thoughts?
bb .81
Download bb 1.0?
Published on June 17th, 2007 byI’ve looked everywhere for a download link for bb 1.0. Can someone point me in the right direction or provide me with a link to it?
Thanks!
繁體中文測試
Published on June 17th, 2007 by我是一個設計師,來自中國,從事網站設計和SEO
中文测试
Published on June 17th, 2007 by测试一下中文,我是一个设计师
Editing hot tags so they point outside the bb
Published on June 16th, 2007 byHow do I edit hot tags so that they point to a site outside the borad (like the default bbpress tag that points to the bbpress web site? There doesn’t seem to be any table field where tag address information is stored.
Adsense (and YPN) injections (ads plugin)
Published on June 16th, 2007 by thierryyyyyyyI made for my bbPress forum (http://forum.2diabolos.com) a plugin that inserts Adsense or YPN code in the posts.
Lots of configuration parameter (not show to administrators, positionning, number of adsense block ….);
easy to install and configure, with a administration panel (in Themes menu)
bbpress info in wordpress?
Published on June 15th, 2007 by KahilHow do I insert info from bbpress into wordpress? I would like to insert the “edit profile” link and some other stuff into my wordpress sidebar.
Thanks
Forum sluggish/permalinks don’t work in IE (.htaccess issue?)
Published on June 14th, 2007 byHi folks,
Just trying to iron out the niggles in my forum. I’ve noticed that my forum is very slow compared to the forum here, which seems surprising given my forum’s lack of activity! Could it be related to the permalinks structure or .htaccess? I’ve tried setting the permalinks up in config, with multiview in the .htaccess, and while it works fine in FF (still slow though) it won’t appear in IE (I get a 404). So I’ve disabled permalinks in order for it to work in IE.
Now, some info. My forum is in a subdirectory from my main WordPress install. I had to enable the php5 handler in the site root .htaccess file for all the new bits and bobs in WP 2.2 to work properly. Here’s what my root .htaccess file looks like:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.ochremusic.com$ [NC]
RewriteRule ^(.*)$ http://ochremusic.com/$1 [R=301,L]
AddHandler application/x-httpd-php5 .php
Would any of that inherited by the forum subdir cause any problems with the bbPress permalink structure, or cause speed issues? Tried optimising the db, but no difference.
Any help on these issues would be very gratefully received, thanks.
PS. Also, for some reason I get a 404 trying to validate the forum on W3. Clues as to why?
(Sorry!)
HELP! – Two good installs (WP and BBPRESS), but no integration yet!
Published on June 14th, 2007 byI have a fresh wordpress install at the root level of one of my sites:
http://seidon.com
(working)
I then created another database, then nested a bbpress install as follows:
http://seidon.com/photography-forums/
(working)
Not working – Users still have to create accounts on both sites, to post on both sites.
Was I supposed to target the same WP data base in the bbpress Config.php file so users can use one set of username/password to post in both WP and BBPRESS?
I thought I tuned my config file and even loaded the php intgration plugin (and activated it), but new registrations don’t work in both sites yet. Please help!