Search Results for '+.+default+.+'
-
Search Results
-
Topic: Unable to change themes!
Not sure why I can’t change the theme to my bbPress at the moment.
I have created a new root directory called ‘my-templates’ and the permission is set to ‘755’
Yet, the theme doesn’t show up in my bbPress CMS.
I was able to change the theme yesterday, but not today for some reason. And my current theme (custom) isn’t even showing up in the root directory right now with the default kakumei themes where I uploaded it.
Any ideas?
The default works OK:
http://localhost/taiwantalk/?bbp_forum=technology
But setting the Permalinks to Month and name gives me a no found page.
http://localhost/taiwantalk/forums/forum/technology/
mod_rewrite is working as usual.
Any suggestions?
Alright, so after running the install. I get these errors:
Your installation completed with some minor errors. See the error log below for more specific information.
SQL ERROR!
>>> Database: wp_blog (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bbs_posts
(post_id
bigint(20) NOT NULL auto_increment,forum_id
int(10) NOT NULL default 1,topic_id
bigint(20) NOT NULL default 1,poster_id
int(10) NOT NULL default 0,post_text
text NOT NULL,post_time
datetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ip
varchar(15) NOT NULL default ”,post_status
tinyint(1) NOT NULL default 0,post_position
bigint(20) NOT NULL default 0,PRIMARY KEY (
post_id
),KEY
topic_time
(topic_id
,post_time
),KEY
poster_time
(poster_id
,post_time
),KEY
post_time
(post_time
),FULLTEXT KEY
post_text
(post_text
)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
Key master email not sent!
I have tried dropping all the bbPress tables and reinstalling it, but the problem still persists. I get this error message everytime after running the install script. I am running PHP 5.3.5 and MySQL 5.5.8 on a WAMP localhost server. Also, I am trying to integrate bbPress with my current WordPress blog…
Thanks in advance,
-Deuce
How can i add a custom page on wordpress theme with bbPress? Is there any function to call?
example link: http://img34.imageshack.us/img34/9774/bbpress.png
<?php
/*
Template Name: Forum
*/
/**
* @package WordPress
* @subpackage Default_Theme
*/
get_header(); ?>
—->>> What to put here to show my bbPress forum?
<?php get_footer(); ?>
Topic: themes not working
I have just installed the newest version of bbPress to test out. I’ve installed it as a subdomain under the main domain (WordPress). I want to use bbPress as a stand alone forum…not integrated with WordPress
The default theme does not work and in the appearance panel neither of the two default themes show their screenshots. I’ve checked and rechecked my folder & file permissions which are set to 755. I created a my-templates folder and moved a copy of kakumei to this folder from bb-templates. I’ve checked the permissions on these files, 755, and switched to the new theme/location with no luck.
Any help would be appreciated.