Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,876 through 20,900 (of 26,846 total)
  • Author
    Search Results
  • #75603

    In reply to: Mobile Uploads?

    chrishajer
    Participant

    Not that I’m aware of. This will bump you back to the top though.

    What are you looking to do with a mobile device? And what are you using to do the same thing on WordPress. You said you heard of something; do you actually use something?

    #75685
    _ck_
    Participant

    Nice to see the page restored (see my rant here about that for those who don’t know the history)

    I can see they are already whining about “third-party publications”

    I can give you newspaper references where bbPress was mentioned if that helps:

    http://bbshowcase.org/forums/topic/big-changes-coming-to-bbpress

    I’ve got a couple others somewhere.

    Also there is a post somewhere where Matt describes how he first put bbPress together over a Christmas holiday, which is important as it’s bbPress’s genesis story.

    Oh and TalkPress should probably be mentioned on there and compare it to WordPress.com

    #75629
    Marcomail
    Member

    the plugin on wordpress it’s necessary! i can log in wp admin if i log in bbpress, if you log in wordpress the cookie are not set to enter in bbpress admin.

    #75628
    infected
    Participant

    @Jason_JM: Okay, but as i said it works also without having the plugin installed. I tried it on my testblog, before going live. And if the plugin is really needed for integration it should be mentioned in the documentation. It´s the first place to go for users who are trying to integrate bbpress with wordpress…

    But one more point: What about those 2 folders called my-plugins & my-templates. Is there a reason for why i can´t access them with my ftp? The folders can´t not opened either i can´t change their chmods. I´m using Filezilla as ftp tool. It reports “Failed to retrieve directory listing” when i try to open on of this folders.

    #75625

    @ cornetjr

    I do have all the keys set, including the nonce key.

    In the bb-config file you will find this url

    https://api.wordpress.org/secret-key/1.1/bbpress/

    where it will define all the secret keys for you automatically

    I simply copied and pasted.

    Or you can use the ones defined on the wordpress end, as per the link on the wp-config file

    https://api.wordpress.org/secret-key/1.1/

    Whichever ones you end up using, make sure the strings match in both config files. See if this makes it work for you.

    Edit: Never mind, I noticed you fixed it, while I was posting. Maybe this info can be useful in other cases.

    #75624
    cornetjr
    Member

    NEVERMIND!!!

    Apparently the problem was that when you try to login as ‘admin’ user the bbpress and wordpress user list gets confused. It thinks that they are two different users since there is the admin in bbpress user database upon install and an existing one in wordpress. This creates a conflict. I created a new admin account under a different username in wordpress and everything works correctly.

    BBpress integration plugin IS NOT REQUIRED to get integration to work correctly.

    I am not sure why, but “auth” cookie salt & WordPress “logged in” cookie salt in bbpress does not have to match that in wordpress.

    Lastly, the most important variable other than in bb-config and wp-config files:

    define(‘AUTH_KEY’,’ ‘);

    define(‘SECURE_AUTH_KEY’,’ ‘);

    define(‘LOGGED_IN_KEY’, ‘ ‘);

    Is to verify that User database table prefix is set correctly. To verify this, set field usually to wp_ and check the user list. If you have this value set correctly, then bbpress imports all users into bbpress admin area. Integration is super easy, but there are a few admin/instructional issues that have not been updated and can cause confusion. Please post if you have further questions!!!

    #75622
    cornetjr
    Member

    For some reason I cannot change the :

    WordPress “auth” cookie salt & WordPress “logged in” cookie salt in bbpress to match the values for wordpress!!!

    #75620

    I am confused about the use of the plugin, now. Everything works fine when deactivating it, but as the description of the plugin says … “it is also necessary to setup this plugin so that WordPress can set a couple of extra cookies which are required”.

    I am not sure what the extra cookies do, if things work fine without the plugin. Is there no longer a need for these extra cookies in v. 1.0? Were they required only in the prior versions of bbPress?

    #75619
    cornetjr
    Member

    Also do I have to define:

    WordPress “auth” cookie salt

    and WordPress “logged in” cookie salt

    in the bbconfig.php?

    #75616
    cornetjr
    Member

    Cannot get integration to work even with the plugin. Help appreciated.

    Below is generated from wordpress plugin for shared cookies:

    define( ‘COOKIEPATH’, ‘/’ );

    User database table prefix:

    set to wp_

    I do not have a value for:

    WordPress “secure auth” cookie salt

    define( ‘BB_NONCE_KEY’, ” );

    When I log into bbpress it logs me out of wordpress and vice-versa. Any ideas?

    Settings are the same:

    AUTH_KEY <=> BB_AUTH_KEY

    SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY

    #15207
    JD Hartley
    Member

    So I was wondering with the release of bbPress 1.0 and all if there were plans to redo bbpress.org to match the same look and feel as wordpress.org or even buddypress.org.I would be willing to work on a WordPress and bbPress theme with Sam, or if Sam or no one else wants to spend the time I could by myself.

    Is this a reasonable idea?

    -JD

    #15205
    intimez
    Participant

    Where can I find the following in wpmu?

    WordPress Integration Settings:

    auth_salt

    secure_auth_salt

    logged_in_salt

    I don’t see it anywhere.

    bbpress 1.0 final and wordpress mu 2.7.1

    smi1ey
    Member

    Thanks for the reply! I resolved it! I had taken the AUTH keys from the options page of WordPress and entered them in the bbpress config file. I had assumed that by them already being listed in WordPress, that they were already in the WP config file. Apparently I was wrong. Once I ensured the AUTH keys were in both config files, it instantly started working. Woot!

    #75670

    In reply to: A WPMU tip

    Detective
    Member

    Here’s another tip:

    I mentioned in another thread that I had problems logging in WordPress. If someone logged inside WordPress, the cookies were valid in both WP and BB but the user was unable to post in BB. The problem was that BB was authenticating the username in the cookie against a lowercase version of the user_login value. I manually changed all user logins in the database to their lowercased version and everything worked correctly :)

    #75612
    _ck_
    Participant

    $page will be greater than 1 if you are on a paginated set of pages for any kind of view, topic, etc.

    so do a

    global $page;

    and then if ($page>1) { blah }

    but search engines like google are already aware of bbPress and index it well

    #75462
    johnhiler
    Member

    Ah ok, I was just wondering if there was an implication that 0.9 doesn’t have a working integration with WordPress! Thanks for clarifying. :-)

    I definitely agree that it’s not as seamless as it could be…

    #75461
    Ryan Hellyer
    Participant

    It should be possible to integrate version 0.9 with just about any version of WordPress

    Yeah, but it’s a lot easier with 1.0. I always found minor gremlins in the way it worked with 0.9, but with 1.0 it seems to function fairly seamlessly.

    I generally help others with their forums, not build them for myself, so I need it to be fairly basic to do the integration. The way 1.0 does it natively is pretty slick IMO.

    #75460
    johnhiler
    Member

    Hey Ryan – It should be possible to integrate version 0.9 with just about any version of WordPress (including 2.7)… except for 2.8? That’s only broken because WordPress decided to change how they handled cookies and broke bbPress integration in the process…

    #15197
    #75459
    Ryan Hellyer
    Participant

    It sounds like there are enough people wanting to keep using the 0.9 release (and apparently with good reasons) to justify continuing it longer than I suggested.

    I never liked the 0.9 line, but it seems I’m not in the majority with that opinion. I guess I’m biased by requiring a working integration with WordPress.

    leehow
    Member

    I don’t want the search engine index every forum’s navigation page, so I’m thinking about this question.

    #75569
    QuickD
    Member

    sorry I am not using 1.0 it was a typo I am using version 0.9 with wordpress 2.7

    #75607

    In reply to: 1.0 screenshots?

    _ck_
    Participant

    That’s a good idea, someone should do it.

    I’d recommend to take screenshots under Safari for the best possible appearance.

    Here is a view in Firefox of the plugins panel.

    http://img397.imageshack.us/img397/7973/bb10adminplugins.png

    As you can see it now has the (very annoying) semi-monochromatic, narrow, length-wise vertical layout of WordPress 2.7+

    It also uses the same short-circuited logic as WP, where item that are dark on the left mean they are selected and active, while items on the right that are dark are actually inactive.

    #75566
    QuickD
    Member

    no professionals are listed there on _ck_ site. I am installing under the older bbpress before the beta and now 1.0 with the wordpress version before the 2.8 release.

    #75559
    _ck_
    Participant

    To learn how bbPress works, I would suggest browsing the source of the top level files in the bbPress root.

    is_forum simply checks the url and does not know which forum it is in

    but it can be used before repermalink happens (similar to wordpress)

    to get the current forum, in theory you should be able to

    global $forum_id;

    And then the $forum_id is the current forum number. You can then use the api to get the forum name, etc. if desired.

    This may not work in all cases as bbPress has some nasty code in some places that even in 1.0 still does not reset the counter after loops. For example a forum page that has some sub-forums, the $forum_id might very well be the last sub-forum displayed (if the bug has not been fixed yet).

    You also cannot fetch $forum_id before repermalink happens which is after bb_init is triggered. Shouldn’t be a problem unless you are trying to execute code while a plugin is loading vs. after init

    ps. is_forum is deprecated in 1.0, use bb_is_forum

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