Search Results for '\"wordpress\'
-
Search Results
-
I have BP 1.0.2 and WPMU 2.8.4 with deep integration (I call wp-blog-header.php in ‘bb-config.php’).
All of the forum RSS feeds work, except the top level feed of all new posts across the forum: <site URL>/<forum name>/rss/
This is true for FF, IE and Safari.
In IE, I see the error:
Invalid xml declaration.
Line: 13 Character: 3
<?xml version="1.0" encoding="UTF-8"?>Viewing the source, it looks like WPMU is inserting an XML header above the bbPress XML header:
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
<title>[SITE NAME] » Page not found</title>
<link>[SITE URL]</link>
<description>Just another [SITE NAME] weblog</description>
<lastBuildDate>Sun, 06 Sep 2009 14:07:54 +0000</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<language>en</language>
</channel>
</rss>
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
ETC...Does anyone else have this issue.
I have repo’d something very similar on a previous version of the site that is using WPMU 2.2.
Topic: Custom registration fields?
Setting up a forum for a university discussion course and can’t seem to find where to set up custom registration fields. For instance, I’d much rather have students’ student number and course number than their website and location. Where is the template file to change this? Or do I have to go into the core files? (I have a limited amount of experience with WordPress and none with bbPress.)
Cheers.
HI
i dont really have a server where i can upload bbpress, but i have a wordpress blog. is there a possibility to upload bbpress on my blog?
Topic: Issues installing?
I am having issues…
It installs fine, but it says:
Your installation completed with some minor errors. See the error log below for more specific information.
…Forum could not be created!
So i look through the log and it all seems fine! I have just looked in the config file and edited it a little, so the auth salts matched my WP install.
Here is the log:
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: db264490364 (db1673.oneandone.co.uk)
>>>>>> Table: cncbbf_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_terms
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_term_relationships
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_term_taxonomy
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: cncbbf_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.cnc4.co.uk/
>>> Blog address (URL): http://www.cnc4.co.uk/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: cnc4_wp_
Step 3 – Site settings
>>> Site name: cnc4 forum
>>> Site address (URL): http://www.cnc4.co.uk/forum/
>>> From email address: heading@gmail.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: heading@gmail.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Making plugin directory at /homepages/9/d258877654/htdocs/cnc4.co.uk/forum/my-plugins/.
>>> Making theme directory at /homepages/9/d258877654/htdocs/cnc4.co.uk/forum/my-templates/.
>>> Key master email sent
There were some errors encountered during installation!
Can anyone help me. the forum can be found at: http://www.cnc4.co.uk/forum
But keeps redirecting to the installer!!
I just finished installing and integrating a setup of WordPress MU 2.8.4a, BuddyPress 1.0.3, and bbPress 1.0.2. Everything seems to have gone fine, except I cannot seem to access the Plugins page under the bbPress Admin menu. When I click it, it directs me to …/bb-admin/plugins.php which loads only a blank white page. Also, bbPress does not seem to recognize any themes placed in the “my-templates” folder and so I am forced to place them in the core “bb-templates” folder. Because of the plugins.php problem, I cannot tell if it will recognize plugins placed in the “my-plugins” folder, as I cannot access the plugins page to find out.
Does anyone know what could potentially be going on? Any suggestions for fixing it? Thanks in advance.
Hi all,
sadly bbsync still doesn’t work AFAIK and so I’ll probably head with SMF.
At least SMF has this.
http://wordpress.org/extend/plugins/post-to-smf-forum/
I wish bbpress where a truly “out of the box” solution with all the SMF features already built in.
I wish bbpress were a plugin, or in WP core, so that all I had to do was click a few buttons and it was there.
I wish this WP/forum plugin also had a bbsync blog-post-to-forum-post automatic function that I could just switch on, also WP core.
But it isn’t. BBpress seems to have all sorts of issues integrating with WP. I may as well just operate 2 separate databases, and keep the thing simple. Once users have logged in and accepted the cookies they don’t have to keep logging in anyway… they’re auto-logged in. If a WP post can be automatically shunted across to SMF as an SMF post with an automated link to that post, wow!
It’s my deep pleasure to launch my WPMU+BuddyPress+bbPress. Please take a look at http://jazz.or.id
This is community website for Jazz Lovers in Indonesia. We know there are many website using WordPress, but not many about jazz.
Dedicated to Matt Mullenweg, because he loves Jazz. Does someone else also like Jazz?
Please give comments for the design and content, I am hoping so much from you all, because you know better than me.
Hi Guys,
Currently I’ve reinstalled bbpress to new version 1.0.2 I do fresh installation of bbpress to a new location, then I import the data from old bbpress database 1 by 1.
Since I’m installed the bbpress directly integrated with my wordpress, I saw there is no table bb_tags.
How to restore this and where should I put the bb_tags data ?
Since I saw now bbpress using wp_users as user management data, where do I found for this tags ?
Thanks in advance.
Topic: If BBpress then, else
WPMU+BuddyPress+BBpress
How do you write the php code to say
if in a bbpress side
do this
if wordpress (or else) do that.
?
