Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,226 through 20,250 (of 26,846 total)
  • Author
    Search Results
  • #31668
    Greg
    Participant

    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.

    #77521

    In reply to: All RSS Feeds Broken?

    Yeah that looks like WordPress is attempting to handle the RSS as well as bbPress, so it’s definitely a deep integration issue. I’m not sure how to detangle that, but hopefully someone else can or I’ll try and have a look tomorrow.

    #77519

    In reply to: All RSS Feeds Broken?

    Greg
    Participant

    @kawauso, that line in the error is the source on line 13: “<?xml version=”1.0″?><!– generator=”bbPress” –>”

    I should have looked at the source though. It seems that the xml has two headers. Could this be related to deep integration?

    <?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
    <rss version="0.92">
    <channel>
    <title>[SITENAME] » Page not found</title>
    <link>http://[HOST]</link>
    <description>Just another [HOST] 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"?><!-- generator="bbPress" -->

    <rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    >

    <channel>
    <title>[SITENAME] Forum » Recent Posts</title>

    <link>http://[FORUM URL]b/</link>
    <description>[SITENAME] » Recent Posts</description>
    <language>en</language>
    <pubDate>Mon, 07 Sep 2009 19:27:36 +0000</pubDate>

    <item>

    #78715
    yutt
    Member

    I am not certain, but I imagine you will need to modify the bbpress and WordPress templates to match the BuddyPress theme.

    Arthur
    Member

    This method is supported by bbPress 1.0 and WordPress 2.8?

    #76220

    In reply to: Closed registrations

    I’ve found running SABRE with stealth mode on in WordPress stops 100% of our bot registrations and I just point bbPress at that. If you disable registration with either .htaccess or changing the function, it’ll put a complete stop to any registrations on the bbPress side, so you shouldn’t need any spam protection besides that unless you let unregistered users post. bbPress comes with Askimet installed anyway though.

    #31665
    PeterVk2
    Member

    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.

    #78724

    I guess you mean you have WordPress.com blog then, as opposed to one on a server? You could try something like what’s being offered here: https://bbpress.org/forums/topic/free-hosting-for-bbpress

    #31662
    villazadi
    Member

    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?

    #31660
    andyfielder
    Member

    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!!

    #78706

    It’s throwing up 301 Moved errors so I’m wondering if it’s messed up your .htaccess file or something. Where did you install bbPress under? Also, what integration plugin? What version of bbPress did you install? By the way… your version of WordPress has a gaping security hole, UPGRADE!

    #31648
    krepta8
    Member

    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.

    #78328
    gerikg
    Member

    ah, good to know!

    #78557
    Olaf Lederer
    Participant

    I think you need more since there are sites providing buddypress+wordpress+bbpress ;)

    success with your free hosting site

    #78680
    #78694

    I’ve never quite understood the complaints about cookies and bbPress/WordPress integration… I set up a fresh copy of 1.0.2 locally with no prior knowledge and it worked fine (Windows test server). I FTPed it onto my live server and changed over the addresses and it works fine, apart from an odd quirk to do with bb-admin and where you log in. My cookies hold across either site, and for that matter to a MediaWiki install I have tied in to the same user set.

    I quite understand the issue with cross-posting though. I’d fix it myself if I could work out how to initialise bbPress core cleanly inside WordPress, but that’s not possible in 1.0, so for now all you can use is plugins that do it by HTTP. Hopefully that will be integrated into core later on, but including bbPress as a WordPress plugin would be shoehorning something that was designed to be relatively standalone into a different structure and no doubt would over complicate things.

    #78693
    Olaf Lederer
    Participant

    Sure step over to SMF if you like to have:

    – more spam

    – more plugins (to get it working as a forum should work)

    I never tried to use bbpress with wordpress, but I’m sure that both are able to work together (based on the same script)

    #31655
    eclipsenow
    Member

    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.

    #78327

    @gerikg

    installing bbPress in a sub folder doesn’t cause any issues. I have integrated several setups like that without even using the integration plugin which has many supporters without which they can’t be integrated.

    Things may be different if bbPress isn’t installed in a sub directory as I haven’t tried that.

    #31649
    wsokc
    Member

    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.

    #78326
    gerikg
    Member

    ashfame, what about the cookie path… and the wordpress intergration option on bbpress dashboard?

    #78644

    In reply to: If BBpress then, else

    Assuming you’re talking about deep integration of bbPress, you should be able to use one of the constants defined in the settings of WordPress MU / BuddPress to determine if bbPress is embedded or not.

    #31639
    gerikg
    Member

    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.

    ?

    #78325

    Try integrating as per this tutorial of mine on a test install : http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    Just follow closely and you should be fine.

Viewing 25 results - 20,226 through 20,250 (of 26,846 total)
Skip to toolbar