Search Results for '\"wordpress\'
-
AuthorSearch Results
-
July 8, 2009 at 2:54 am #75603
In reply to: Mobile Uploads?
chrishajer
ParticipantNot 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?
July 8, 2009 at 1:26 am #75685In reply to: Update bbPress Wikipedia page!
_ck_
ParticipantNice 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
July 7, 2009 at 10:20 pm #75629In reply to: WP bbpress integration plugin no longer needed?
Marcomail
Memberthe 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.
July 7, 2009 at 9:21 pm #75628In reply to: WP bbpress integration plugin no longer needed?
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.
July 7, 2009 at 5:48 pm #75625In reply to: WP bbpress integration plugin no longer needed?
buddha-trance
Member@ 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.
July 7, 2009 at 5:41 pm #75624In reply to: WP bbpress integration plugin no longer needed?
cornetjr
MemberNEVERMIND!!!
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!!!
July 7, 2009 at 5:31 pm #75622In reply to: WP bbpress integration plugin no longer needed?
cornetjr
MemberFor some reason I cannot change the :
WordPress “auth” cookie salt & WordPress “logged in” cookie salt in bbpress to match the values for wordpress!!!
July 7, 2009 at 5:18 pm #75620In reply to: WP bbpress integration plugin no longer needed?
buddha-trance
MemberI 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?
July 7, 2009 at 5:10 pm #75619In reply to: WP bbpress integration plugin no longer needed?
cornetjr
MemberAlso do I have to define:
WordPress “auth” cookie salt
and WordPress “logged in” cookie salt
in the bbconfig.php?
July 7, 2009 at 5:01 pm #75616In reply to: WP bbpress integration plugin no longer needed?
cornetjr
MemberCannot 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
July 7, 2009 at 4:22 pm #15207Topic: Redoing bbpress.org
in forum Requests & FeedbackJD Hartley
MemberSo 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
July 7, 2009 at 3:54 pm #15205Topic: bbpress and wpmu integration
in forum Installationintimez
ParticipantWhere 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
July 7, 2009 at 3:33 pm #68318smi1ey
MemberThanks 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!
July 7, 2009 at 3:21 pm #75670In reply to: A WPMU tip
Detective
MemberHere’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
July 7, 2009 at 11:18 am #75612_ck_
Participant$pagewill 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
July 7, 2009 at 11:05 am #75462In reply to: Support for 0.9 – how long?
johnhiler
MemberAh 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…
July 7, 2009 at 10:58 am #75461In reply to: Support for 0.9 – how long?
Ryan Hellyer
ParticipantIt 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.
July 7, 2009 at 9:12 am #75460In reply to: Support for 0.9 – how long?
johnhiler
MemberHey 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…
July 7, 2009 at 8:38 am #15197Topic: WP bbpress integration plugin no longer needed?
in forum Installationinfected
ParticipantHi!
I have a simple question to bbpress 1.0 (final) and wp 2.8: Is the bbpress integration plugin still needed for complete integration? I followed the screencast on wordpress.tv. After installing bbpress there´s no problem to login into bbpress and wp at the same time. I remeber my first tests with 1.0 alpha where it doesn´t work…
July 7, 2009 at 8:31 am #75459In reply to: Support for 0.9 – how long?
Ryan Hellyer
ParticipantIt 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.
July 7, 2009 at 5:33 am #15195Topic: Is there a conditional tag like wordpress's is_paged()?
in forum Themesleehow
MemberI don’t want the search engine index every forum’s navigation page, so I’m thinking about this question.
July 7, 2009 at 4:47 am #75569In reply to: Looking for BBPress Expert
QuickD
Membersorry I am not using 1.0 it was a typo I am using version 0.9 with wordpress 2.7
July 7, 2009 at 2:09 am #75607In reply to: 1.0 screenshots?
_ck_
ParticipantThat’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.
July 7, 2009 at 12:29 am #75566In reply to: Looking for BBPress Expert
QuickD
Memberno 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.
July 6, 2009 at 11:34 pm #75559In reply to: conditionals with is_forum()
_ck_
ParticipantTo learn how bbPress works, I would suggest browsing the source of the top level files in the bbPress root.
is_forumsimply checks the url and does not know which forum it is inbut 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_idis 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_idmight very well be the last sub-forum displayed (if the bug has not been fixed yet).You also cannot fetch
$forum_idbefore repermalink happens which is afterbb_initis triggered. Shouldn’t be a problem unless you are trying to execute code while a plugin is loading vs. after initps.
is_forumis deprecated in 1.0, usebb_is_forum -
AuthorSearch Results