Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 20,751 through 20,775 (of 26,865 total)
  • Author
    Search Results
  • #15393
    Anonymous User
    Inactive

    Hi everyone,

    I’ve a problem with the Bavatars Plugin in bbPress 1.0.1 – integrated with WordPress 2.8 (User). I’dont understand where is the Link to the Upload-Page? I can’t see no effect on the Profil-Edit-Page. Do I miss something?

    On http://bbpress.org/plugins/topic/bavatars/ I found an entry about the differance between Bavatar and Avatar Upload. One thing there was the statement: Avatar Upload is different because “Avatar Upload requires template editing.”

    Where lies my fault?!

    Greetings Markus

    #15392
    kickerman360
    Member

    Hi,

    I was wondering how I could display the bbPress plugin, Avatar Upload, in WordPress. Software: bbPress 1.0.1, WordPress 2.8.1

    I am using bbPress as the profile’s home so to speak since I’d rather not use WordPress’ Dashboard and want to display the avatar of the user on the home page.

    I have done deep integration both ways by using this snippet of code in [wp/bb]-config.php

    if ( !defined( ‘ABSPATH’ ) ) {

    include_once( ‘/home/path/to/forums/[bb/wp]-load.php’ );

    }

    Then pasted this bit of code where I want the avatar.

    <?php avatarupload_get_avatar(ID); ?>

    However, as I expected it doesn’t work with the error

    Fatal error: Call to undefined function avatarupload_display() in blah3 on line x

    I tried adding <?php bb-head ?> and <?php if ( bb_is_profile() ) profile_menu(); ?> to the header but both result in an error

    I am no programmer but I don’t think bbPress is being load correctly. Can anyone offer a solution or some advice?

    #76281
    Rohan Kapoor
    Member

    Hey you need to integrate the cookies using the plugin bbpress Integration for WordPress. Just google it and insert the code the plugin gives you into the wp-config.php and bb-config.php files.

    #15377
    eyran
    Member

    Hello with all the inconvenience and noise width Adabe service

    Portal BBpress

    My name Sajjad Aghaee student in Informatics

    Am. Beings that I am proud Iranian.

    From long ago with your Association Management System

    Met use and am very happy and satisfied. All projects in the Open

    Iran welcomed by a very good face. Including the project can be referred WordPress

    That Iran was known as the most popular system.

    Willingness to open a harsh slave database

    I am from Iran for BBPress. I opened with

    Commissioning of this base to develop this system in need for. And I

    Say that within a few months I system to rank the best management system 1 to 3

    Society in Iran would become.

    Summary that I can

    BBPress not in place yet and need more support than

    Is.

    If you wish to setup a database to support

    BBPress for Iran to have contact with me.

    aghaee.sajjad @ gmail.com

    (BBPress the best and strongest

    Portal Management Association in the world)

    Thanks Sajjad

    من به ایرانی بودنم افتخار می کنم. با تشکر سجاد آقائی

    http://www.eyran.net

    Driftless
    Member

    So… I’m thinking the secret lies somewhere here:

    bb-includes/functions.bb-users.php Lines 171+:

    if ( count( $wordpress_roles_new ) ) {
    bb_update_usermeta( $user, $wordpress_table_prefix . 'capabilities', $wordpress_roles_new );
    bb_update_usermeta( $user, $wordpress_table_prefix . 'user_level', max( $wordpress_userlevels_new ) );

    Can I just change the 3rd argument to keep it null?

    Of course, there is also the next few lines dealing with: function bb_apply_wp_role_map_to_orphans()

    In short — how can I prevent bbpress from messing with my WPMU settings ever!? And I mean – never ever! If I want to change the MU settings, I’ll do it in MU.

    Bad bbpress! No! Bad program. Go to your room. ;)

    Even when a new user registers in BBpress – let em be orphaned in MU… whats the harm?

    (Stop… think… how will the affect cookies… if a user goes to MU, and there is no setting for them, but they have a shared cookie saying they are logged in, MU will FREAK OUT!… So, something needs to change on MU’s end to say: if this happens, (cookie says logged in, but no role for you!) no biggie, stay cool, just pretend the user is not logged in…. Oooooh…. am I on to something?)

    #76280
    Wattskemov
    Member

    I find the AUTH_SALT etc. in my wp-config.php file. But I still can’t share the cookies after I have done all stuff.

    Here is my bbPress admin image:

    http://www.waterlin.org/tmp/bbPress_Cookies_integration.png

    I notice that there is on sentence in bbPress document:

    https://bbpress.org/documentation/integration-with-wordpress/

    Here is the sentence:


    This feature requires your WordPress and bbPress installations to exist in the same domain name, or at least in sub-domains of the same domain name.


    I install WPMU into the root of my virtual host; then I install bbPress into the path /forum/

    I don’t know if bbPress will work when it is in the sub-folder of WPMU?

    johnhiler
    Member

    What versions of bbPress and WordPress MU are you using?

    #76336
    Driftless
    Member

    Hi – there are several threads relating to this. Short answer:

    The multiple keys are used in both — notably in bb-config.php:

    define( ‘BB_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxx’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxx’ );

    define( ‘BB_LOGGED_IN_KEY’xxxxxxxxxxxxxxxxxxx’);

    Should match the similar keys (of the five or so) listed in your wp-config.php file.

    https://bbpress.org/forums/topic/login-in-problems-with-wordpressbbpress

    https://bbpress.org/forums/topic/basic-integration-screencast/page/3

    #76224
    mbojkowski
    Member

    It’s frustratingly awkward to install isn’t it. I hope this improves somehow. I managed it once before after (a long time spent) integrating it with WordPress but now I want to install it again as a stand-alone I’m finding it near impossible to get past “There was a problem connecting to the database you specified. Please check the settings, then try again”. These forums are near useless too.

    #15373
    mdtreo
    Member

    i’ve read through the forums to no avail. here’s the scenario…i have wordpress installed and hosted. right now the database is set up as http://mydomain.com/wordpress. i created a new directory called “forums” and installed bbpress in that folder. then i go to http://mydomain.com/wordpress/forums/bbpress (which is crazy) to proceed with the install. i enter the dabase name, database user name and password which i’m taking directly from the wp-config file and i get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m assuming either the directory set up is wrong or i’m entering the wrong database info. Any help is appreciated. Thanks.

    hotforwords
    Member

    Can I integrate my bbress database into my WordPress database after they were separate (but sharing the same WordPress usernames)?

    Can I just copy the bb_ tables into my WordPress database and them tell bbpress to look at my WordPress database?

    Thanks so much!

    Marina

    #75376

    In reply to: bbPress 1.0 released

    gardenfl
    Member

    Second issue:

    Currently my BBPress and WordPress are on two different databases. I would very much like to integrate users. However, the forum has about 50 users and the blog has about 20 users. Some are duplicates.

    My main concern is making this as simple as possible for the users.

    If I use the integration settings, how does that handle existing users?

    #15367
    Marius-
    Member

    To integrate BBPress with WordPress cookies, I need a secret key.

    I have four keys in my wp-config file, and none of them are called “Secret Key”. So where do I get this?

    I need help FAST, so please!

    #75375

    In reply to: bbPress 1.0 released

    gardenfl
    Member

    I currently use 09.5 but would like to upgrade this weekend. I do need to clarify a couple of things first.

    To begin with I set up a temp/test forum and tested the plugins I currently use. All seemed to work just fine.

    OK, not to the trickier part.

    Originally I installed BBPress through SimpleScripts, which my host makes available on dashboards.

    Then, changing my plans I moved the forum to a subfolder of a WordPress instillation.

    I will ask my host, but I don’t think there is a way to change the SimpleScripts info, which thinks the forum is located at the original location.

    Does anybody know if SimpleScripts adds anything that could complicate a normal upgrade? I am a very cautious upgrader and will of course back up the data base. But I want to go into this knowing about any potential problems.

    #15366
    gardenfl
    Member

    This is the request I receive most often on my forum, the ability to reply to a specific post on a thread.

    Say that a user comes into a thread and finds about 40 responses on a thread, but wishes to respond to a comment somewhere in the middle. Yes, they could quote. But is there any way to add a Reply button to keep discussions connected? We do have this option on WordPress.

    Thanks

    #15364
    Paul
    Member

    i’m having a problem with unescaped characters showing up in my forum entries – for instance, if there’s an apostrophe in an entry, it gets displayed as ' when people read the forum. if you later edit that entry, the next display is \' and so forth. it seems as if the engine isn’t un-escaping the characters.

    i’m using bbPress 1.0.1 and wordPress 2.8.1 at http://trashfilmorgy.com/

    #76309

    By the way, I am trying to understand why so few people ask these kinds of plugin specific questions on the page for the plugin itself. Can you give me any insight?

    WordPress does it in the forums. It’s a second place to look for support, not as many people visit it with the regularity they do this part of the site, and as it has the oldest post on top, it’s not quite as intuitive as it might be.

    #76279

    For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.

    You just listed them.

    The WordPress “auth” cookie salt in WPMU is in your wp-config.php file: define('AUTH_SALT', 'bliddyblah');

    If you’ve done that correctly, you should see something like this: http://img268.yfrog.com/img268/8247/bbpresssettings.gif

    I wiped out my cookies and URL, but you should get the idea.

    #15361
    thekmen
    Member

    Hi all,

    I am using the hidden forums plugin by _ck_ on bbPress 1.0.1 without any issues so far.

    The only thing I am stuck on is getting the user id to add to the list of allowed users. It is not displayed in the bbPress users admin page, so I have to go back to the wordpress end, click on edit user & get the number from the URL.

    I am using pretty permalinks in bbPress, so maybe thats why I don’t get it in the edit user profile URL there…

    Anyone know of an easy way to display the user id in the bbPress back end?

    #76278

    Just a couple helpers as I’m on the road:

    1.) try wp-admin/options.php and do a search on that page for the values you seek.

    2.) Install the integration plugin, enter the settings for this plugin directory correctly. Do what it tells you 100%. Things like forum location, and extra defines to put in the config are crucial.

    3.) Make sure you actually go into the ‘wordpress integration’ settings option in bb-press’s admin section (bb-admin/).

    4.) When adjusting any of these settings, the order of how the app looks at these values is something like (don’t hold me to this, i’m working off of memory here): [option already initialized? starting up then no -> defined in config dot php? no -> Database.]

    5.) As long as your doing vanilla HTTP and not doing HTTPS authentication everyting will work out of the box given you do exactly as your told by the apps/plug-ins. HTTPS would be chocolate and you’d have to do something to the integration plug-in to force a ‘secure-auth’ cookie generated. Do a search on this, I’ve covered this in another post.

    #59370

    In reply to: Plugin: List Bookmarks

    jphill77
    Member

    I am using WordPress MU 2.7.1, and BBpress 0.9.0.5 with PHP 5. I have the user table integration as well.

    #76205
    lndasa
    Member

    I saw somewhere you shall run into cookie problem with wordpress authentication if bbpress is not installed as a subfolder under WP. Nevertheless that’s exactly what I want to do and Iam unable to do. I haven’t deleted the http://absolute-truth.net/blog/wp-content/plugins/bbpress/ installation, I copied the whole bbpress to /forums and tried to re-install bbpress with bb-config commented. It failed in step 2. Thats where Iam. Unfortunately there is no step by step procedure to relocate bbpress.

    #76204
    _ck_
    Participant

    You don’t actually have bbpress installed underneath wordpress do you?

    http://absolute-truth.net/blog/wp-content/plugins/bbpress/

    if so, that’s really not good design

    move it to http://absolute-truth.net/forums/

    bbPress is not a wordpress plugin, it’s a standalone program

    Wattskemov
    Member

    I have installed my WordPress-MU 2.7 & bbPress1.0.1 and I also try to bridge the cookies between them.

    Now the user data is shared by them. But I can’t make the cookie share work.

    I have installed “bbPress Integration” plugin for WordPress. I also Copy these from wp-config:

    define(‘AUTH_KEY’, ‘blahblah’);

    define(‘SECURE_AUTH_KEY’, ‘blahblah’);

    define(‘LOGGED_IN_KEY’, ‘blahblah’);

    define(‘NONCE_KEY’, ‘blahblah’);

    define(‘AUTH_SALT’, ‘bliddyblah’);

    define(‘LOGGED_IN_SALT’, ‘bliddyblah’);

    Put them in bb-config.php with BB_ in front:

    define(‘BB_AUTH_KEY’, ‘blahblah’);

    define(‘BB_SECURE_AUTH_KEY’, ‘blahblah’);

    define(‘BB_LOGGED_IN_KEY’, ‘blahblah’);

    define(‘BB_NONCE_KEY’, ‘blahblah’);

    define(‘BB_AUTH_SALT’, ‘bliddyblah’);

    define(‘BB_LOGGED_IN_SALT’, ‘bliddyblah’);

    But I don’t know what I should fill in bbPress –> Dashboard –> Setting –> WordPress Integration. For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.

    Where can I find them in WPMU?

    #15354
    jdschu
    Member

    I’m looking to start up a book exchange for students at the university I attend. I want it to be very basic. People post the book along with some additional information (edition, price, condition, etc.) The posts would need to be searchable (of course), and there would have to be a way of viewing each department separately (for instance, just browsing the French books for sale).

    I’ve been playing with Noah’s classifieds, and while it would work, I feel like I can do better. bbPress is very trim, which I like, and I’ve used wordpress a lot, which should be helpful. How well suited is bbPress for something like this?

Viewing 25 results - 20,751 through 20,775 (of 26,865 total)
Skip to toolbar