Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 19,026 through 19,050 (of 26,846 total)
  • Author
    Search Results
  • #85084

    I can’t see anything on that page but I guess you want to run bbPress inside a WordPress page or just want a matching WordPress theme?

    Integration can be done by following my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    and my bbPress resource page is here – http://blog.ashfame.com/bbpress/ in case you need any other help with bbPress.

    #33162
    staticfrost
    Member

    Hi I was to intergrate my forums with my wordpress but had an error at install…

    Said i had wrong database prefix. wp_ which i know was right, then said unable to write to bb-config.php

    Also want to make my forums look inbuilt to my wordpress on this page http://telltoyota.info/?page_id=7 instead of being all alone on telltoyota.info/bb

    #85034
    chrishajer
    Participant

    If you can log in at WordPress, navigate to the forums, still be logged in, and then log out and do the reverse, your cookie integration is fine. To test the rest (the reason you included wp-load.php) try using a WordPress function (wp_list_pages():?) in a bbPress template and see if it works. Those would be good tests.

    #33158
    Aaronski
    Member

    I’ve installed bbpress along with my WordPress site and so far everything is working great! Currently when you go to the forum, you can register, sign in, and start a brand new thread as a member. Is it possible to restrict members from starting new threads? I’m fine with a member having the ability to respond and comment on an already existing thread, but I would like the admin to have sole rights for posting new threads. Is this possible? If so, how would I do that? From what I’ve seen, there doesn’t seem to be much the administrator can do to restrict or modify user permissions.

    Thanks in advance for your help!

    #85031
    chrishajer
    Participant

    Is this require_once('/../wp-load.php'); inside PHP tags near the top of your bb-config.php file? Like this

    <?php
    require_once('/../wp-load.php');
    /**
    * The base configurations of bbPress.
    .
    .
    .
    ?>

    If it is properly inside PHP tags, then there might be something wrong with the syntax of that line.

    The other thing is, chances are the file is NOT located at the root of the server. You have it starting out here: / – which is the root. Might look more like this:

    require_once('../wp-load.php'); if wp-load.php is located one directory up. You can also use the full path to the file, if you know it. Like this:

    require_once('/var/www/htdocs/wordpress/wp-load.php');

    Looks like the path is wrong there if you have it starting with a slash, at the root.

    #85028

    Hi there,

    Can i ask what version of WordPress and what version of bbPress you’re using please?

    Basically, the guide you followed was recorded at a time when we were on bbPress0.9 and WP2.7; we’re now on bbPress1.0 and WP2.9 so there’s been a large number of changes since then, and integration wasn’t something that Automattic had prioritized to make work.

    Could you look at your error log to see exactly what is going wrong? until we know that we’ll struggle to help any more than guessing.

    That said, your bbPress install uses “www” while your WordPress doesn’t. No idea if thats the issue or not, but given how difficult “deep integration” has become, it’s at least one thing to look at. Throw us your error log iff possible.

    #85027
    thelobbyist
    Member

    I followed this guide: http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/

    Did a fresh install and did everything the same except I did not use www at the start of my url’s and I did not deep integrate yet.

    Worked flawlessly. And integration is seemless. But the forum theme I’m using requires deep integration.

    So when I went to add: require_once(‘/../wp-load.php’); for deep integration it blows up again and nothing shows up at the link for the forums.

    I think the problem is obviously something I’m doing wrong to get deep integration working.

    Thoughts? Thanks in advance!

    #85048
    chrishajer
    Participant

    Just redirect the users to register for WordPress instead of bbPress. If integration is done properly, when the user logs in to WordPress, they will be loggged in to bbPress.

    https://bbpress.org/forums/topic/wordpress-bbpress-register-plusgtgtgtgt

    https://bbpress.org/forums/topic/how-to-redirect-all-registration-to-wordpress#post-19596

    There were a couple other topics as well, but basically make all your register and login links point to WordPress, and remove those functions from bbPress files.

    #33156
    radiothomas
    Member

    I have a WP/bbPress install that uses a custom WP plugin based on http://wordpress.org/extend/plugins/external-database-authentication/ to auth against our external account system.

    This works perfectly well for WP, where the plugin will trigger on WP login. However, I don’t want my bbPress users to have to log into WP first in order to access the forums. Ideally, bbPress could use the same plugin (or follow the same logic) to externally auth and create the shared WP account if needed.

    Is there a quick way to repurpose or simply invoke the WP plugin from bbPress? If not, can I hook the bbpress login in the same way as wp (in a “bb_authenticate” action)?

    #84720

    In reply to: Plugins You Want !!!

    Dailytalker
    Member

    @Il Gatteo

    Regarding smilies…how about this smilies:

    http://www.dailytalk.ch/forum/stammtisch/ddd/

    You need the bbpress smilies plugin and the smilies you want. Than you can replace the ugly wordpress-bbpress smilies with the smilies you want. Its easily done.

    Regarding polls: Take the plugin “bbpress Polls”.

    What I need is a much better BB_code toolbar Plugin and a facebook connect plugin….

    #84719

    In reply to: Plugins You Want !!!

    Il Gatto
    Member

    I have many ehehe

    from most important to least important:

    1) Better BBCode (like PhpBB, VBulletin or any other forum) + Quoting (“user says”)

    2) Better MULTILANGUAGE SUPPORT!!! (this would rock – like qtranslate in WP)

    3) Advertising manager (a port of the popular Advertising Manager plugin in WP would do)

    4) User profile pages (with many customizable profile fields, etc)

    5) User photo galleries

    6) Better moderation tools

    7) Some social networking tool like Facebook connect, OpenID connect, Twitter feeds, etc.

    8) Better Smilies

    9) Better User Avatar System (Bavatars does a neat job though)

    10) Better Integration with WordPress (sometimes sucks)

    11) Customizable Forum icons

    12) User can post Polls / Surveys

    13) Event calendars…

    #84896
    David-
    Member

    bbpress should remain a stand alone forum script while still being able to integrate with wordpress.

    I love this script so much even with all the brouhaha and non-leadership.

    #85039
    johnhiler
    Member

    A few questions:

    1) What versions of bbPress and WordPress are you using?

    2) What plugins do you have active on your site now? Make a list and we can flag any ones that generate problems!

    3) What’s the link to your website?

    That should help us troubleshoot your problem!

    #33124

    I am not sure if this is the place to ask or not. I need someone who works with BBPress who can work with me for my site. The original person who set it up for me got too busy and cannot help me now. I need someone who understands WordPress, BBPress, and the integration of both together. That is how I have it setup.

    I need someone I can go to when I have problems and of course, I will pay you.

    My site works most of the time but there is a problem that I cannot solve on my own right now. BBPress locks up sporadically, usually for 5 minutes at a time. It gets a database connection error most of the time. It does not appear to be the web hosting that is the problem because I have literally been on the phone with them daily for the last month and they cannot find anything wrong on their end. It worked fine when it was setup but as of 2 months ago this problem has been happening without anyone to help me figure it out. It does not appear to be a plug-in but cannot be for sure with that either.

    This is the problem I need help with now but there will be things that need to be developed over time that I can use help with as well so I am looking for a “go to” guy or gal.

    Thanks. Feel free to write here and I will respond. I don’t know if there is a private message option here but if there is please use that instead.

    Wendy

    paulhawke
    Member

    Getting back to what @frooyo asked at the start…

    Since the future is that bbPress will be a plug-in of WordPress, does that still allow bbPress itself to have plugin capability? Because essentially then, any plugin of bbPress would be a plugin of plugin to WordPress.

    Plugins would be managed in a single interface. They would use the regular WordPress functions to add admin-area functionality, and to add action hooks and insert themselves into the filter processing. The issue is which actions and which filters are registered in a given plugin. As bbPress is migrated to being a plugin the developers will make sure that it will broadcast its own actions, separate from WordPress, when it makes sense to, and share action/filter hooks when it makes sense. For instance, I could see the “talk like a pirate” plugin for WordPress being shared between bbPress and WordPress on a given site.

    In addition to action and filter hooks being distinct between the two systems, or shared in certain cases, it’s entirely possible to write code that a plugin registers with, separate from the main WordPress. Take for instance the current “Topic Icons” plugin that allows other plugins to register new “rules” on how to apply icons. This capability allowed the “Topic Icons” plugin to support skinning the “Support Forums” icon set without ever needing to be coded into the core “Topic Icons” plugin – people who dont run “Support Forums” never need activate that piece of code. What I’m getting at here is that one plugin can register and talk to another – there just has to be a little care about how its done; if bbPress becomes a WordPress plugin, there’s nothing to stop it having its own sub-set of plugins specific to it.

    How would the Admin interface look for bbPress within WordPress

    Its very easy to add a new top-level menu item in the admin interface, its just not something plugin writers normally do. In the case of bbPress, I could see a “forum” menu being added that then contains a sub-menu of management pages specific to bbPress. That said, we get user and theme management for free from the main WordPress.

    @bobtheman – you asked an interesting question

    on a side note, this sorta makes you want to ask yourself, will every project that automattic picks up be transformed into a worpdress plugin?

    It’s been said that “when all you have is a hammer, all the worlds problems look like a nail”

    The fact is, WordPress is a thoroughly versatile foundation to build upon. To quote another software engineering saying, “it isnt code re-use the second time some code gets used – that’s just a happy accident. Code re-use doesnt happen until the third and subsequent time.”

    What do I mean here? Simply this: the foundations of WordPress (user management, theming, admin, plugins, etc) are great. They make a solid basis for building from. BuddyPress started down that road and by a “happy accident” made use of the features. Now we are looking at bbPress and saying “wow – code re-use!” but there are large slabs of code that will not be used when you’re a bbPress user/admin. The thing which needs to happen is to look, now that a third (WP, BP, bbP) project is building on the same backend, and refactor the truly common code into a modular WP-Core that is lean-and-mean, and the additional functionality builds upon. We have an opportunity to drive the architecture of WordPress into a better place as bbPress becomes a plugin.

    For instance, what if I want to swap out and run my WordPress against Microsoft Active Directory for all the user management thereby gaining single-signon in a corporate shop? Impossible right now, but if the core is more modular, maybe it would be possible. If the core were more modular, then an install of bbPress need not drag the entire WordPress codebase along with it.

    #33122
    Marius-
    Member

    I want to get rid of Hot Tags. Im not just talking about the menu on the left, but completely remove it.

    Remove:

    -Hot tags menu

    -Listed tags in topics

    -Tag box in reply-form

    Is there an easy way to do this?

    I now have 100 members on my forum, and nobody uses it, and its just ugly.

    Is tags a widget, or is it so hard coded into wordpress that I have to edit loads of files to get it away?

    Should I bother removing this now, or will this be easier with an updated bbpress, thats perhaps coming sooner than I happen to know?

    petroski
    Member

    It’s the great thing about open source software – no one is stopping anyone of carrying on bbPress as a stand alone project. Myself, I like the idea of bbPress as a plug-in – much of the work I do with WordPress is providing a CMS web site solution – a bbPress plugin would become yet another powerful tool for easily integrating into a wp web site.

    bobtheman
    Member

    @olaf

    bbpress has ever opportunity “as long as no forces push bbpress in a different direction” to flourish and continue to be successful as any other opensource project does. The lack of contributions is a direct reflection of issues that need to be resolved within the community but are in no way unresolvable. Making bbpress a plugin goes against the goals of bbpress and most definitely isnt keeping the USER first, unless they change that to read “keeping the WordPress User first”. Making bbpress a WordPress plugin limits bbpress in so many ways, while other projects are focusing in on simplicity, extendability and yes integration even with wordpress but also with other platforms.

    on a side note, this sorta makes you want to ask yourself, will every project that automattic picks up be transformed into a worpdress plugin?

    Olaf Lederer
    Participant

    @bobtheman,

    you’re right, but I don’t believe in bbpress as the big forum system anymore. If I need to build a big forum I go for bigger projects like vbulletin. I think if bbpress is a plugin it will be a better system and frequently updated. And what’s wrong to have a blog and a forum on one site? I write so much articles on forums which better fit into a blog than a forum. Since bbpress has so many bugs the system need much more development than now. I’m sure systems like vbulletin has much more developers than bbpress (I forget there is currently no one)

    #77436
    talatorre
    Member

    One other note, unlike wp_list_pages() you need to call this function with echo:

    <?php echo bb_list_pages();?>

    or modify the last few lines of the function from:

    // Return the string to the caller

    return $output;

    to:

    // Return the string to the caller

    echo $output;

    return;

    then you can call the function similar to wp_list_pages()

    <?php bb_list_pages();?>

    #77435
    talatorre
    Member

    aprendedor

    This is how I understand the code:

    function pages_table() {

    global $bb; //calls global variable

    // Compute the name of the table we need to query

    $table = $bb->wp_table_prefix; //this calls the wp prefix from the wordpress integration settings, ex: wp_

    if ($bb->wordpress_mu_primary_blog_id != “”) //checks for a WPMU id in the WP integration settings

    $table .= $bb->wordpress_mu_primary_blog_id.”_”; //appends the id, ex: wp_1

    $table .= “posts”; //appends “posts”, ex: wp_posts or wp_1posts

    return $table;

    }

    To answer your questions the code works no matter which type of WP flavor you are using

    bobtheman
    Member

    “My concern is that by making bbPress a plugin of WordPress, it’s DRASTICALLY moves bbPress away from the original goals because we already know that 1) bbPress would be *more* code, 2) much more complicated, 3) definitely slower given you have to load now WordPress and 4) fundamentally, this is not putting the user first.

    Just my 2 cents … also, thanks in advance for answering my questions above “

    I agree, making bbpress a plugin to WP is not in the best interest of bbpress. If this happens, our existence and success would be contingent on wordpress. The moment bbpress becomes a wp plugin, we are no longer a forum solution but rather a wordpress forum solution and we limit ourselves to just that.

    #82544
    macadux
    Member

    Works! Had the same problem of WP & bbPress login knocking each other out but followed the steps of gerikg in this post and somehow overlooked (or wasn’t clear enough to me) these:

    1. (re. step 4) make sure you prefix the KEY variables with “BB_” when copying to bb_config.php (AUTH_KEY => BB_AUTH_KEY, SECURE_AUTH_KEY => BB_SECURE_AUTH_KEY, LOGGED_IN_KEY=> BB_LOGGED_IN_KEY …)

    2. in bbPress WordPress Integration (under bbPress Settings) copy in the values into 3 fields of Cookies directly from the keys that were generated for you (WordPress “auth” cookie salt = AUTH_SALT, WordPress “secure auth” cookie salt = SECURE_AUTH_SALT, WordPress “logged in” cookie salt = LOGGED_IN_SALT) (do not get the values from clicking on the link WordPress admin page, where I couldn’t find all the values anyway)

    #84980
    chrishajer
    Participant

    bbPress is not a plugin for WordPress. It’s a standalone software package that you need to install, separately from WordPress.

Viewing 25 results - 19,026 through 19,050 (of 26,846 total)
Skip to toolbar