Search Results for '\"wordpress\'
-
Search Results
-
Hi,
I’m trying to install bbpress to my wordpress blog. I found one post about it and I follow the instruction but I’m stuck now.
I creatted subdomain (like on instruction). I Called it forum.
my page http://endgoalmarketing.com subdomain forum.endgoalmarketing.com
Then I upload unzipped bbpress folder (renamed it to forum) to FORUM folder via ftp FileZilla.
I don’t know what to do next and if what I’ve done is correct.
I want forrum to appear on this page on my website:
http://endgoalmarketing.com/ask-an-expert-forum/
So I went to subdomains and I put redirection to this link. Nothing happend – my website looks the same and forum is not there.
Can you help?
Hi everyone. Can anyone advise what code or command may be required here? The BBpress Forum has a nice slim width which would allow us to place it inside a WP site but there are nop instructions on how to do this.
Thanks very much in advance.
Topic: Do I need another website?
I just started wordpress website, and found that forum is not satisfactory.
If I want to make forum made by bbpress in my website, Do I need bbpress website first, and then integrate? Or is there any way to do it without setting up bbpress website?
Hi,
i have looked at the language pack and i haven’t seen kurdish language for this portal!
and i see it is really great and modern portal there is translation for many other portal and cms and forums in kurdish sorani like(wordpress,phpbb,punbb,php-fusion,joomla)
so as a name of click to open link in new window website we want to translate this portal to kurdish sorani after your agreement of course, and we will support it in kurdish language
kurdish sorani is rtl language, and it most be UTF-8
please tell me if we can start the translation?
Has anyone figured out how to include bbpress forum posts when using the WordPress site’s search form?
I want to remove few fields from my bbpress registration and profile edit page example website and occupation. How can I remove that fields? (Important)
When I replace bbpress registration page with wordpress registration then after the log off from bbpress site bbpress still show user profile content. It means cookies not working fine.
If I use Facebook connect plugin with wordpress and if I use wordpress registration page both for WP and bbpress can user connect with facebook and comment on bbpress?
Thanks
I had bbPress up and running. I hadn’t managed to integrate it with WordPress but I wasn’t bothered about that. I’ve come to login to my bbPress account today but when I enter my user name and password it just does nothing. I get no incorrect password message or anything it just returns me to my main forum page and that’s it. Anyone got any ideas?
I know I can just re-install bbPress but that really is no solution. At the moment my forum only has posts from myself but if I had other posts and more users signed up I would be really pi*!ed about losing the data. Anyone with any help on what I can do would be much appreciated.
Topic: Can´t create a topic
Hi there,
I just have installed WordPress with Buddypress and then I installed bbPress (all latest versions). The Forum Tab shows up, but I can´t create a Topic and the Groups in the dropdown menu doesn´t show up. When i press “suimit” I´m on the frontpage of the forum? Why is that so?
Installation worked fine.
Please help!
Topic: Can't access admin panel
I’ve successfully integrated BBPress and WordPress and have the roles setup and what not.
However, now that it’s been successfully integrated, I can no longer get into the admin panel. Clicking “admin” just redirects me back to the main forums page.
After checking on the permissions, I have a bb_capabilities row in my wp_usermeta which is correctly set to keymaster (a:1:{s:9:”keymaster”;b:1;}), so I’m not really sure what’s going on.
There is no .htaccess file in my bbpress directly to redirect anything.
I am trying to install bbpress for my website and unfortunately it doesn’t seem to matter what I put in the boxes I get the following error(s). Now I am not trying to integrate it with WordPress just yet so it should be fairly straight forward (however it apparently is not). Any help and suggestions would be greatly appreciated. Oh, and I have tried disabling all my security features and that didn’t work either. Knowing my luck it is something stupid and it will work like a charm in two seconds but whatever it is, I’m not seeing an immediate solution to the problem.
Here is the code:
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_forums(forum_idint(10) NOT NULL auto_increment,forum_namevarchar(150) NOT NULL default ”,forum_slugvarchar(255) NOT NULL default ”,forum_desctext NOT NULL,forum_parentint(10) NOT NULL default 0,forum_orderint(10) NOT NULL default 0,topicsbigint(20) NOT NULL default 0,postsbigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id),KEY
forum_slug(forum_slug)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_meta(meta_idbigint(20) NOT NULL auto_increment,object_typevarchar(16) NOT NULL default ‘bb_option’,object_idbigint(20) NOT NULL default 0,meta_keyvarchar(255) default NULL,meta_valuelongtext,PRIMARY KEY (
meta_id),KEY
object_type__meta_key(object_type,meta_key),KEY
object_type__object_id__meta_key(object_type,object_id,meta_key)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_terms(term_idbigint(20) NOT NULL auto_increment,namevarchar(55) NOT NULL default ”,slugvarchar(200) NOT NULL default ”,term_groupbigint(10) NOT NULL default 0,PRIMARY KEY (
term_id),UNIQUE KEY
slug(slug),KEY
name(name)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_relationships(object_idbigint(20) NOT NULL default 0,term_taxonomy_idbigint(20) NOT NULL default 0,user_idbigint(20) NOT NULL default 0,term_orderint(11) NOT NULL default 0,PRIMARY KEY (
object_id,term_taxonomy_id),KEY
term_taxonomy_id(term_taxonomy_id)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_taxonomy(term_taxonomy_idbigint(20) NOT NULL auto_increment,term_idbigint(20) NOT NULL default 0,taxonomyvarchar(32) NOT NULL default ”,descriptionlongtext NOT NULL,parentbigint(20) NOT NULL default 0,countbigint(20) NOT NULL default 0,PRIMARY KEY (
term_taxonomy_id),UNIQUE KEY
term_id_taxonomy(term_id,taxonomy),KEY
taxonomy(taxonomy)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_topics(topic_idbigint(20) NOT NULL auto_increment,topic_titlevarchar(100) NOT NULL default ”,topic_slugvarchar(255) NOT NULL default ”,topic_posterbigint(20) NOT NULL default 0,topic_poster_namevarchar(40) NOT NULL default ‘Anonymous’,topic_last_posterbigint(20) NOT NULL default 0,topic_last_poster_namevarchar(40) NOT NULL default ”,topic_start_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,topic_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,forum_idint(10) NOT NULL default 1,topic_statustinyint(1) NOT NULL default 0,topic_opentinyint(1) NOT NULL default 1,topic_last_post_idbigint(20) NOT NULL default 1,topic_stickytinyint(1) NOT NULL default 0,topic_postsbigint(20) NOT NULL default 0,tag_countbigint(20) NOT NULL default 0,PRIMARY KEY (
topic_id),KEY
topic_slug(topic_slug),KEY
forum_time(forum_id,topic_time),KEY
user_start_time(topic_poster,topic_start_time),KEY
stickies(topic_status,topic_sticky,topic_time)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
Database installation failed!!!
Hello everyone,
I have created a new database for bbpress and entered that into
the fields when required during bbpress installation.
Now I am trying to do the WP integration by entering ‘wp_’ in the user database table prefix field… I get kicked out and can’t login again and receive the following alert: User doesn’t exist.
I have read that I could use the same database as the one used by the WP installation… I have tried to do that in one of the installations but it didn’t go through.
I am thinking that the ‘wp_’ thing mentioned above would work only if I was using the same database between bbpress and wordpress, is that true?
Thank you very much,