Search Results for ' . default . '
-
Search Results
-
I wonder if anyone can help please. I have run an update to a WordPress site (created by someone else) that had bbpress integrated. I didn’t upgrade BBpress. Before the WP upgrade, the forum was working fine. However since the wordpress upgrade (from 2.9.2 to 3.1) we are having the following problems:
1) I cannot access the bbpress admin panel
2) The Forum is showing posts and topics but the reply form is missing (only the heading shows)
3) I cant see any way of creating posts, topics or threads so I presume something else is missing…
I had to rewrite the WordPress theme files as the original custom theme had been so badly coded / core hacked etc. I haven’t touched the custom bbpress theme so thought it would be something to do with that. So first thing I did was disable it and enabled the default bbpress theme (through phpmyadmin) but have exactly the same set of problems – which to me rules out a theme issue.
Anybody have any ideas where to start? Sorry I am not sure of bbpress version. Where do I find that?
Hello there,
Anyone know this one:
WordPress Multisite, Buddypress properly installed. Installing BBpress, all goes well. After changing default user roles in the backoffice of BBpress, I can’t log in with the keymaster account. I’ve looked in the database, there’s only one user with ID 1 in bb_users. When I look in bb_usermeta the user with ID 1 has the meta value of a:1:{s:9:”keymaster”;b:1;}
I can log in with previously created users, but when I try the keymaster it keeps on saying “User does not exist”.
Anyone?
Hello I have installed bbpress and I got this error. I think in the folder includes/functions.bb-admin.php the file is there.
Any suggestion to solve this problem?
Thank you very much
Manage Themes
Default theme is missing.
Current Theme
Warning: file() [function.file]: Filename cannot be empty in /home/itw-oberstufe.ch/htdocs/intern/eltern/wp/forum/bb-admin/includes/functions.bb-admin.php on line 1199
Warning: implode() [function.implode]: Invalid arguments passed in /home/itw-oberstufe.ch/htdocs/intern/eltern/wp/forum/bb-admin/includes/functions.bb-admin.php on line 1199
by
All of this theme’s files are located in the “” themes directory.
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=technologyBut 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_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(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(); ?>
