Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,376 through 17,400 (of 26,846 total)
  • Author
    Search Results
  • #94170

    Follow the steps as per this – WordPress bbPress Integration

    and keep the WordPress plugin for integration activated.

    #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.

    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

    #92135
    chrishajer
    Participant

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

    #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

    #94067
    chrishajer
    Participant

    What changed recently? Any new plugins, upgrades, upgrades to the server? Upgrade to WordPress?

    lmsook10
    Member

    Sorry that I’m so ignorant of WordPress. I found Permalink Settings in WordPress Dashboard (admin), and there, which should I choose(maybe Custom Structure?) and set what value?

    Thanks.

    #35371

    Does this plugin work flawlessly or it has some issues in the long run or anything else for that matter?

    http://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/

    Would like to hear from someone who has been using it for quite some time.

    nood
    Member

    Assuming you have permalinks set up, create a page with the permalink forums so the full url would be http://localhost/wordpress/forums

    Because the directory exists, when someone goes to the page they will end up on your forum.

    lmsook10
    Member

    Hello,

    I’m new in both WP and BBP, but have some background with PHP.

    I’m building a website using WP 3.0 Twenty Ten theme, and one of page needs bulletine board, so I decided to use BBPress for that.

    Thanks for http://1plusdesign.com/articles/bbpress-wordpress-integration/ I could install bbpress under my WP site (http://localhost/wordpress) like http://localhost/wordpress/forums and if I go to http://localhost/wordpress/forums directly, I can see the bbpress forum, but my question is without direct accessing to the url (http://localhost/wordpress/forums),how can someone from my WP site go to the forum page? For instance, I have a page called Forum in my WP site, and I would like if someone clicks(goes to) the page, it will display http://localhost/wordpress/forums

    Thanks for your reply.

    #93893
    _ck_
    Participant

    Mods have no control over that and I highly doubt admin will bother because of display names giving you the ability to rename anyone to anything else.

    Asking on bbpress.org is probably also a bad idea, use the more highly trafficked wordpress.org

    #76442

    I’ve been side tracked with BuddyPress bugs and paying work, so don’t expect anything official for a week or two. I have a few projects coming up fast that will need this working so while I’m missing my soft Sept 15 deadline, I don’t think it will be /too/ far off.

    Sorry to disappoint, it’s no fun… and thanks for your patience with me and it.

    For the record, I love bbPress. I have a few commits going into 1.1, and I have every intention of making bbPress be the best it can be as a WordPress plugin.

    Regarding my motivation and priority, it’s to make great forum software that fits inside WordPress; nothing more and nothing less.

    Regarding why I was able to step into this role, it’s because our peers believe I am capable, and I am willing to dedicate time and effort towards it getting it done.

    Regarding any possible benefit BuddyPress might see, is a welcome bonus but not a priority. BuddyPress/bbPress processing times should decrease with BuddyPress 1.2.6, as a few tweaks have been made and a bug or two have been patched in that regard. Even still, nothing compares to the blazing fast speed of bbPress by itself, even in the slower 1.x branch.

    Regarding everything else, I’m just here to write the best code I can, help make bbPress a great WordPress plugin, and have fun doing it all. So far, so good on my end. :)

    #76439
    _ck_
    Participant

    For those not familiar with BuddyPress or how it uses bbPress, let me give you a quick example.

    Here is a typical BuddyPress group’s discussion area (without forums it’s just a group of bloggers which also can be done with basic buddypress but it’s boring)

    http://culturadigital.br/groups/banda-infinnita/forum/

    Here it is natively inside the bbPress engine:

    http://www.culturadigital.br/forum/forum.php?id=151

    If you look back on their bbpress front-page you can see how all the groups are exposed as individual forums. This is how buddypress needs bbpress.

    (I have no association at all with that site, it’s just a rare example of behind the scenes – unfortunately this kind of demo is not possible on most buddypress sites because JJJ has learned over time to “lock down” bbpress to prevent direct examination)

    BuddyPress doesn’t need the bbPress front-end, at all. But it desperately needs the backend. And JJJ needs that backend to be faster and not have to load it’s own core. So by switching it to use WordPress’s core, buddyPress will be faster.

    ps.the buddypress version of the forum takes FIVE times longer to render than the bbpress version – I’m not talking about the time to send the extra images on the page, I’m talking just server time to render the page. And that’s against bbPress 1.0, not 0.9

    #76436
    _ck_
    Participant

    Let me clarify for those that don’t follow.

    BuddyPress is JJJ’s pet project.

    Buddypress relies on WordPress, currently it’s technically a “plugin” to WordPress.

    Buddypress (pre-1.3) uses bbpress standalone to manage it’s groups by using bbpress’s engine to manage forums (buddypress “groups” technically are forums with specific memberships to limit who can post to where).

    JJJ sees that there are far too many layers and way too much code being loaded which is making buddypress too slow. So his plan is to more closely tie bbpress into WordPress, making buddypress faster.

    His motivation is not to improve bbpress for the sake of making bbpress better. He doesn’t need the front end of bbpress at all for buddypress. He already manages it through buddypress.

    So by reinventing bbpress to use wordpress’s core, he can cut out some of the bulk and make buddypress faster. BuddyPress is currently very slow and bulky unless you have a decent server and good caching setup.

    Taking control of bbPress is a side project to help buddypress for JJJ and he’ll never convince me otherwise about his motivations.

    Note I am NOT saying you won’t be able to run bbPress without buddypress, of course you will be able to (because that’s even less complicated) But that’s not his motivation or priority, at all.

    @frooyo

    0.7-0.9 bbPress standalone, high speed core independent of WP

    1.0-1.1 bbPress relies on backpress core, which uses WP functions (150% larger)

    1.2/2.0 bbPress relies on WordPress 3+ for it’s core (200% larger)

    If you think hooking into the bulk that is WP 3.x is going to make bbPress faster, well there’s going to be a mighty big wake up call sometime soon. It will make page caching easier, but that’s good because it’s practically going to be a requirement.

    JJJ’s only motivation to do this is because his pet buddypress project relies on the bulk of WP so the logic is might as well force bbPress to also.

    TL;DR bbPress rewrite makes buddypress faster but bbpress by itself slower than 0.9/1.1

    #93996
    alexborras
    Participant

    I managed to install manually configuring forum bb-config.php file and uploading to the bbPress folder. The bbPress database is different from WordPress.

    #76435
    Rich Pedley
    Member

    No that’s wrong.

    bbPress as a plugin for WordPress as a standalone plugin is being developed.

    bbpress as a standalone still exists as this time.

    bbpress does not rely on buddyPress.

    buddyPress (as far as I am aware, but I could be wrong) uses an older version of bbPress.

    As JJJ maintains buddyPress which uses bbPress it is only natural for him to ensure the 2 work together.

    #76433
    _ck_
    Participant

    Y’all don’t seem to notice that JJJ is mostly rewriting bbPress so it will work better with buddyPress specifically.

    So bbPress 1.2 (please call it 2.0) being reinvented is tied directly to buddyPress 1.3

    If you want clues, I’d be looking at buddyPress 1.3 release dates, not any specific commitments to bbPress itself.

    https://trac.buddypress.org/milestone/1.3

    Unless they are going to sweep a great deal of tickets under the rug (which happens often with WordPress so it’s not impossible with BP either) you’ve got a bit of a wait.

    The key to understanding what is happening is that buddyPress is his pet project and bbPress is used as the internal engine for buddyPress groups. So if he rewrites one, has has to rewrite the other.

    I didn’t completely realize this until I recently started studying what had changed in buddypress to understand why JJJ wanted to hijack bbPress. buddypress right now is essentially bloatpress and what he is doing to bbpress is specifically for his own ends to reduce BP bloat, not for the general good of bbpress users.

    There are about 1000 (active) sites using bbpress inside of buddypress, so bbpress standalone is essentially being waylaid for those sites.

    #94014
    _ck_
    Participant

    The wordpress plugin would have to be adapted for bbpress.

    #35352

    is there a way to change the default gravitar to something custom? i’m not talking about a member’s gravitar, but the one that shows up if they have not personalized it. there is a plugin to do this in wordpress, but i haven’t found one in bbpress yet.

    also something i noticed is that under the gravitar… where the member’s name shows up, when you click on it the link takes you directly to their website instead of to their member profile……….. has anyone come across that and figured out a way to change that?

    does bbpress have a permalinks option like wordpress does?

    thanks!!!!! :)

    #76431
    Ricardo
    Participant

    is it this? tried to activated and it brought wordpress down on my local wampserver, had to delete plugin to get wordpress back again.

    http://img163.imageshack.us/img163/1038/bbpress.jpg

Viewing 25 results - 17,376 through 17,400 (of 26,846 total)
Skip to toolbar