Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,576 through 41,600 (of 64,522 total)
  • Author
    Search Results
  • #94102
    chrishajer
    Participant

    > I haven’t done anything to the forum- no edit no new plugins.

    So, what happened then?

    #35401

    a) I unzipped wordpress 3.0.1 under /wordpress/.

    b) I created the necessary mySQL db and username for wordpress.

    c) I entered the db, user, and password into wp-config.

    d) I unzipped “bbpress” into a folder inside of /wordpress/ called /bbpress/.

    e) I created the necessary mySQL db and username for bbpress.

    f) I entered the db, user, and password into bb-config.

    g) I enabled multi-site on my wordpress by adding the necessary lines of code to wp-config.

    h) I finished up configuring the network for wordpress.

    i) I randomized my cookies in wp-config.

    j) I went to /bbpress/ and started to configuring it. I specified my website and URL to be /wordpress/.

    k) I entered my cookies (including SALT – 8 total), db, user, and password into the /bbpress/ installation website.

    l) I ran the installation of /bbpress/ and got no errors – everything is good up to this point.

    However, the cookies don’t work! When I log into /wordpress/, it does NOT log me into /wordpress/bbpress/. And vice versa – when I log into /wordpress/bbpress/ it does not log me into /wordpress/ !

    Please help – and thank you for your patience.

    #35400
    cmunns
    Member

    So I have a install of WP3.0 with BuddyPress, but when I try get bbPress on there as well I get this error:

    Fatal error: Cannot redeclare bb_timer_start()

    So I figured there for some reason is a duplicate function…okay no problem so I modified the file to see if if(!function_exists… so it doesn’t redeclare and then I get a new problem

    “You must specify a table prefix in your bb-config.php file.”

    The table prefix is already defined, however so I don’t know what the deal is. Everything in the bb-config file looks good.

    Anyone have any ideas?

    ethanthekiwi
    Participant

    I tried to use the LDAP Authentication plugin for bbPress to let people login, but it gives me this error:

    Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid credentials in /var/www/wordpress/bbpress/bb-plugins/ldap-authentication.php on line 330

    #35397
    nood
    Member

    I’ve never used bbPress before and went for the latest stable release but most of the plugins I want to work don’t work.

    Should I regress or should I wait?

    It’s really only what I consider the most important ones – the bbCode buttons, the page number links on topic lists and quoting other people’s posts that I’m after

    #85818
    _ck_
    Participant

    Since the original source is no longer available

    and the theme is GPL I am mirroring it here:

    http://bbshowcase.org/themes/cf-vanilla.zip

    (Note the original poster’s link is no longer running bbpress)

    #94110
    robruifrok
    Member

    Thanks

    The trunk at https://trac.bbpress.org/browser/trunk solved the problem

    #93973
    mr_pelle
    Participant
    #94091
    mr_pelle
    Participant

    1.1-alpha (trunk) has this option since [2431]

    #94109
    mr_pelle
    Participant
    #35386
    robruifrok
    Member

    I did a local installation of BBpress. After the installation procedure I get the following lines above the actual page:

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    After login more errors follow, but no forum page

    #94101
    minervaa
    Participant

    Found the problem after 4 hours!!! Gone through everything I could think of! My head is spinning now :(

    It was something to do with the htaccess, had to change the whole thing!

    I gone through lot of posts on the forum. I am quite shocked seeing how many people have problem to get the pretty permalink working properly.

    I can only wish if the bbpress would have also working smoothly on pretty permalink issue like WP!!

    #35377
    minervaa
    Participant

    I am experiencing a strange problem from today. The forum suddenly stopped working.

    I haven’t done anything to the forum- no edit no new plugins.

    The problem is – if you click on the topics or post names it doesn’t go anywhere. It stays on the forum home page. Although it shows the topics url on the browser address.

    I already deactivated few plugins (although the forum was working fine with them) just to check, but it stays the same.

    I am using bbPress v 0.9.0.6

    Hybrid theme

    I really don’tknow where shall I look at.

    I would appreciate any input from anyone.

    Thanks

    #92135
    chrishajer
    Participant

    What is the actual full path to wp-load.php, and what are you using in your require or include statement?

    #94088
    suomynona
    Member

    Good to know. I’ll keep that in mind. Thanks again.

    #94087
    _ck_
    Participant

    Yeah the two common mistakes when editing PHP files is to mess up the closing or to put whitespace after the closing which then causes “headers already sent” error.

    The new preferred technique is to leave the closing off altogether, because PHP doesn’t care and it prevents errors like that – which I will probably adopt in my future code for plugins etc.

    #94086
    suomynona
    Member

    Boy do I feel stupid! That’s exactly what it was, and I don’t know how it happened. I copied the sample config file and renamed it, then added the database information. But after you suggested it I opened the file in bluefish, went to the bottom and found that the end ?> was not colored. There was an extra ?> at the end of the file. And I can’t figure for the life of me how it got there. (Makes me wonder if after missing something so simple I should even attempt integration!)

    Can’t thank you enough _ck_.

    #94085
    _ck_
    Participant

    Sorry I missed this, anything that appears before all the headers is likely any other file you modified in bbpress startup process. Since the most likely file is bb-config.php which is often edited, you might have left two closing marks

    ?>

    ?>

    So the first one closes that PHP file, the second one gets displayed as plain text before the header.

    #94084
    suomynona
    Member

    Ok, so I got impatient, dropped the database, removed bbPress from wordpress root, restarted my apache2 and mysql services, cleared the browser cache, closed the browser, created a new database, unzipped bbPress into the wordpress root, logged in as the new user, logged out, and after logging out that php end tag is back.

    No plugins, no integration – no modifications of any kind, just out of the box bbPress. It’s a mystery to me.

    #92133
    anthonyluth
    Member

    It always seems to load homesite/community/wp-load.php instead of homesite/wp-load.php when you test it out. Any thoughts?

    #92132
    anthonyluth
    Member

    I’m having trouble getting it to recognize the path to my wp-load.php file. I’ve tried many combinations but none seem to be found, they all end up in a warning atop the page, even tho they still load.

    suomynona
    Member

    Several days ago I did a new install of bbpress in my wordpress root on localhost/, checked it out and all looked fine. My intention is to work through the integration of wp and bbp, but I didn’t have time to work with it then, so I went back today to try it out and find that there’s a misplaced “?>” displaying at the top of every page – before the header. I also noticed that the footer on the Appearance page of the admin panel runs across the Kakumei-blue theme so that the activate link is inaccesible.

    I’ve messed around with it for a few hours – saved my bb-config.php, deleted bbpress/ and replaced it from the zip; checked permissions; repaired my mysql database; restarted my apache2 and mysql services; checked the header.php; cleared my browser cache… I’m at a loss to understand this.

    ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">

    <head>

    <meta http-equiv="X-UA-Compatible" content="IE=8" />

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title>bbPress Bulletin Board</title>

    <link rel="stylesheet" href="http://localhost/wordpress/bbpress/bb-templates/kakumei/style.css" type="text/css" />

    <link rel=”alternate” type=”application/rss+xml” title=”bbPress Bulletin Board » Recent Posts” href=”http://localhost/wordpress/bbpress/rss.php&#8221; />

    <link rel=”alternate” type=”application/rss+xml” title=”bbPress Bulletin Board » Recent Topics” href=”http://localhost/wordpress/bbpress/rss.php?topics=1&#8243; />

    <meta name=”generator” content=”bbPress 1.0.2″ />

    </head>

    I’m just short of removing the database and starting over, which would be the quick and easy way out, but I would like to figure it out for the heck of it. Any ideas will be appreciated.

    #35374
    Paralys
    Member

    I have had a wordpress website now for some time and think its amazing first off.

    My website is a gaming website for online gaming of all kinds, I wanted to install a high end discussion board/forum and after trying out a few ‘simple to install’ ones I wanted to get bbpress.

    I have followed this guide: http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/ …Step by step as my knowledge of coding isnt that great.

    After hours of trying I finally got everything working!!

    The problem I am facing is now getting it to ‘Fit’ to my current theme. Atm it just looks like alot of misplaced writing etc.

    I think it may have something to do with the theme editing as i wasnt 100% sure what to put in there. I replaced bb_get_header(); ?> for get_header(); ?> <div id=”content class=”narrowcolumn” role=”main” and like wise for the footer but not certain if it is the right layout for my theme

    my website is http://www.prime-gaming.com

    link to the bbress http://www.prime-gaming.com/Forum

    Thanks in advance

    #92616
    kikko088
    Member

    ps. the first line echo is

    echo “<tr><td> link of (bbpress/forum.php?id=”.$result->forum_id.”‘>”.$result->forum_name.”)</td>”;

    I SOLVED put $result->posts. instead $result->forum_posts.

    #93151
    minervaa
    Participant

    *****************************************************

    Is it possible to improve this plugin a little bit as –

    1. It will allow admin to post any clickable links(including outgoing) on the the topics

    2. It will allow anyone to post clickable links ONLY when the link is from the same domain as the forum? (internal links)

    To give an example, lets say this plugin is activated in bbpress.org.

    A member post a topic saying

    “Buy cheap Viagra from http://www.cheapest-vira-xyz.info&#8221; <– this link would be plain text.

    “A member post a topic saying “Has any one got this working? https://bbpress.org/forums/topic/cant-switch-themes-in-081&#8221; <– this link would be clickable

    again if any member post a topic saying “have you read this bbPress blog here ? https://www.bbpress.org/blog/latest/bla-bla-bla-bla&#8221; <– this link would be clickable as they are from the same domain as the forum

    If the above functions can be implemented on this plugin, that would be a brilliant tool to put off most of the spammers.

    ******************************************************************

    Any tips from anyone?

Viewing 25 results - 41,576 through 41,600 (of 64,522 total)
Skip to toolbar