Search Results for '"wordpress'
-
AuthorSearch Results
-
December 15, 2009 at 12:57 pm #66185
In reply to: WordPress + bbPress Integration 101
daudev
MemberWe have progress, now I can login in wordpress and after that in bbpress and to be active logged in the two sites, but I’m not automaticaly in bbpress, when I login into wordpress
December 15, 2009 at 12:31 am #78546Casemon
MemberIronically, the plugin did not work for me.
Not sure why… hmmm.
December 15, 2009 at 12:20 am #82385In reply to: bbPress IRC Transcript 12/9/2009
zambrovski
MemberI’m new to bbpress. In fact I’m on my first installation and I like to see the development.
I think the way the systems are now is good. They should remain separated. In the same time, it makes sence to develop exactly two plugins for the integration: one for WordPress and one for BBPress. The existence of many plugins for the “integration” (SSO, funcational/feature, admin) makes it confusing.
The most important thing missing is API documentation and Theme-Zoo.
Functional features I miss would be:
– wigdet support
– appearance management / editor (see WP)
December 14, 2009 at 11:40 pm #66184In reply to: WordPress + bbPress Integration 101
daudev
Membergerikg unfortunately i’m using wordpress not MU!
December 14, 2009 at 10:53 pm #66183In reply to: WordPress + bbPress Integration 101
gerikg
Memberoh always clear your cache after messing with the config files.
December 14, 2009 at 10:14 pm #82008In reply to: New Theme For BBPress
chrishajer
ParticipantI wouldn’t say Thesis Theme and DIY Themes “don’t have any issues”:
http://twitter.com/photomatt/statuses/1655636297
I’m not here to defend or even discuss the GPL or Automattic or Thesis theme. Just asking what license it is. I have no problem paying for someone’s hard work. I’m continually amazed at the amount of work people give away for free with regard to bbPress and WordPress.
December 14, 2009 at 9:45 pm #66182In reply to: WordPress + bbPress Integration 101
gerikg
Memberdaudev I’m assuming you’re using WPMU
wp-config.php
$wp->cookiedomain = ‘.website.com’; *DELETE*
$wp->cookiepath = ‘/’; *DELETE*
$wp->sitecookiepath = ‘/’; *DELETE*
define( ‘COOKIEHASH’, ‘xxx’);
define(‘COOKIE_DOMAIN’, ‘.website.com’);
define(‘COOKIEPATH’,’/’);
define(‘SITECOOKIEPATH’, ‘/’);
bb-config.php
$bb->cookiedomain = ‘.website.com’; *DELETE*
$bb->cookiepath = ‘/’; *DELETE*
$bb->sitecookiepath = ‘/’; *DELETE*
define(‘COOKIE_DOMAIN’, ‘.website.com’);
define(‘COOKIEPATH’,’/’);
define(‘SITECOOKIEPATH’, ‘/’); *ADD*
December 14, 2009 at 9:22 pm #66181In reply to: WordPress + bbPress Integration 101
daudev
MemberStill the same here, but i found something else.
I have two sets of identical cookies, but there is one difference
I have domain .website.com in the one
and host website.com in the other, but i don’t knew why…
in my wp-confing.php
$wp->cookiedomain = ‘.website.com’;
$wp->cookiepath = ‘/’;
$wp->sitecookiepath = ‘/’;
define( ‘COOKIEHASH’, ‘xxx’);
define(‘COOKIE_DOMAIN’, ‘.website.com’);
define(‘COOKIEPATH’,’/’);
define(‘SITECOOKIEPATH’, ‘/’);
and in bb-config.php
$bb->cookiedomain = ‘.website.com’;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ‘/’;
define(‘COOKIE_DOMAIN’, ‘.website.com’);
define(‘COOKIEPATH’,’/’);
do you have any ideas?
December 14, 2009 at 8:51 pm #78545Casemon
MemberThanks for this.
I wonder, is there a non-plugin solution? Hate to load up plugins for something that should be automagic.
December 14, 2009 at 8:10 pm #82119In reply to: lol; i really wanna delete the post
grassrootspa
MemberI’m lost. In WordPress one can delete posts. This makes very little sense.
December 14, 2009 at 5:06 pm #82572In reply to: bbPress INCLUDE in template
Steven Hodson
Participant@Taeo Ya I realize that bbPress doesn’t have the same sidebar ‘functionality’ as WordPress. What I’mm looking for is more of hte code re-use idea .. write one (or two) sidebars.php and then just include them so thanks on the PHP confirm – I am pretty much a PHP n00b …..
December 14, 2009 at 4:33 pm #82382In reply to: bbPress IRC Transcript 12/9/2009
Olympus
MemberTheme integration can still be performed without having to turn bbPress into a plugin, and in fact, it can be done via a simple CSS trick ( that means that the default CSS of bbPress should be rewritten so that it becomes more flexible, and every element ( forum tables, forms etc… ) should act as “objects” which can be automatically stretched vertically independently of their parents or I don’t know, where the parents will be objects in the WP stylesheet ) . So again, for theme integration, NO NEED TO TURN BBPRESS INTO A PLUGIN, because it’s just a CSS issue ( + little PHP coding, nothing serious ) !
Connecting the Admin sides of WP and bbPress ? This can be easily done via an OPTIONAL plugin ( or via XML-RPC calls, so that you can handle your bbPress forum even if it isn’t in the same host ) .
Turning bbPress into a plugin would be a nightmare, think of all the unnecessary WP calls … Why did I choose bbPress again ? To have a light forum or to have TWO frameworks ( WordPress and bbPress ) + unnecessary calls and files ?
The reason I choose bbPress at the beginning ( 3~4 years ago ) is because it’s from the creators of WordPress, so I hoped that it will be as easy to customize as WordPress, and that’s what I got ( even though, at the beginning it was really hard for me because I had to guess the function names, as there’s no Codex for bbPress ) and I’m very satisfied . I had the choice between bbPress, PunBB and Vanilla ( the lightest forums out there, and at the time, Vanilla had a greater number of plugins than bbPress ), but I stick with bbPress because it’s the easiest one to customize . So for those who think that bbPress can’t compete in the light forums market, you’re wrong !
December 14, 2009 at 4:31 pm #82577In reply to: Broken forum search? forum-id vs. forum_id
chrishajer
ParticipantIf you feel this is a problem with the bbPress core, please open a ticket at trac so the problem can be fixed.
You can log in there with your wordpress.org login, or get one from wordpress.org if you need one.
December 14, 2009 at 4:26 pm #82006In reply to: New Theme For BBPress
chrishajer
ParticipantI have no problem paying for themes (well, if it’s a GPL theme, you’re not really paying for the “theme” per se), although I don’t think I will for bbPress. @arpowers, what license is the theme offered under?
https://wordpress.org/development/2009/07/themes-are-gpl-too/
December 14, 2009 at 3:31 pm #82379In reply to: bbPress IRC Transcript 12/9/2009
Jim R
ParticipantI moved from an SMF forum, using SSI to distribute content through a handful of PHP pages. Making any theme changes was a nightmare. I was introduced to WordPress in the summer and loved it. I spent a month looking for a good forum that I obviously wanted integrated, but that was not easy. I found bbPress and was very disappointed it wasn’t more easily integrated. In fact, in the beginning, I couldn’t get it to work.
(side note) GerikG was one who helped me a lot, and the odd thing was I was doing everything properly, but as we troubleshot the issues, we found a simple mistake, there can’t be a www. in the URL’s. (/side noate)
I’m four months into WordPress, and I have switched forums twice. I came back to bbPress with the assumption it would eventually be more integrated with WP.
To me, someone who isn’t much on the coding side but understands it a little, the WP / bbPress integration isn’t an issue of whether it’s a plug-in or separate. It must be about these features right out of the box:
1) Unified login.
2) Theme / navigation integration
3) Post / Tag synchronization
4) Widget integration
As a code novice, I could never understand how these issues weren’t present out of the box. (Much the same as I don’t see how WPMU could be born separate from WP code.) It’s not like the people who designed these products are dumb, so maybe there was a reason for it that made sense to them, but as someone coming into it just never made sense.
Other things it should include, and to my understanding this would be inherent in any PHP based system, the ability to handle WP conditional and template tags. Admin integration would be nice as an option. In my case, I would use it. I know the plug-in makes it possible, but a simple setting would ask, “Would you like to use bbPress admin panel in your WP admin panel?” That would come with an obvious explanation of what bbPress is.
All of that said, without a strong opinion on plug-in vs. stand alone, if the above features are ready to go out of the box, I’m not sure why it couldn’t remain stand alone. But again, I’m a complete code novice.
I mean my gosh, with the PHP widget and Widget Context, I can do just about anything to my WP pages. It’s very nice. No reason bbPress can’t be that simple too….for users. (wink)
December 14, 2009 at 1:27 pm #82479In reply to: where is my password
scribu
MemberRead this (it’s for WordPress but it works just as well for bbPress):
http://www.devlounge.net/articles/reset-a-wordpress-password-from-phpmyadmin
December 14, 2009 at 1:53 am #82514In reply to: wp integration cookie does not work
gerikg
MemberWordPress “auth” cookie salt, WordPress “secure auth” cookie salt , and WordPress “logged in” cookie salt should be NOT editable (it shows a picture of a lock next to it) if they are then you messed up on step # 3.
Here’s an image: http://s2.postimage.org/XgZt9.jpg
December 14, 2009 at 1:35 am #82513In reply to: wp integration cookie does not work
alpacino85
MemberThanks for all the reply’s
I have a question though, at step 5 what do you mean by “The last 3 should be LOCKED”
the last three fields should be locked?
couse in my screen i have the following fields beneeth “Blog address (URL)” field.
*WordPress “auth” cookie salt
This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.
*WordPress “secure auth” cookie salt
This must match the value of the WordPress setting named “secure_auth_salt” in your WordPress site. Look for the option labeled “secure_auth_salt” in this WordPress admin page. Sometimes this value is not set in WordPress, in that case you can leave this setting blank as well.
*WordPress “logged in” cookie salt
Am i missing some steps ?
December 14, 2009 at 1:01 am #78544gerikg
MemberTry installing this: https://wordpress.org/extend/plugins/add-bbpress-default-role/
for wordpress -> bbpress
and
the wordpress integration option in BBpress should take care of the other.
December 13, 2009 at 11:57 pm #82512In reply to: wp integration cookie does not work
gerikg
MemberAlso another problem is when you upgrade from an older version (wordpress/bbpress) the XX-config.php files are different than what you already have. Check wp-config.php against wp-config-sample.php & bb-config.php against bb-config-sample.php should be fairly simple.
December 13, 2009 at 11:53 pm #82378In reply to: bbPress IRC Transcript 12/9/2009
buddha-trance
MemberI would also prefer if bbPress and WordPress stay separate. That would make bbPress much more powerful.
What we need for new users is very clear instructions on how to integrate. The login cookies was the nightmare part when I first set it up, because of so many different threads and inconsistent advice on how to do it, so it became a trial and error thing, with a great loss of time. The same could be done with clear instructions on how to integrate a WP matching theme. If all the steps are defined clearly, and there is a codex like WP has, having bbPress as a standalone would allow for a lot more customization and expandability than if it were a plugin. Many would rather use certain plugins on WP, and others on bbPress, without bloating either one (and possibly avoid plugin conflicts between the two).
December 13, 2009 at 11:51 pm #66180In reply to: WordPress + bbPress Integration 101
gerikg
Memberdaudev
Start with my instructions here.
https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61676
The difference is step 7
Step 7 WordPress type will be WordPress MU
You’ll have I think four lines.
define( ‘COOKIEHASH’, ‘####################’ );
define( ‘COOKIE_DOMAIN’, ‘.website.com’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
Copy it to both files but take out the HASH line in bbpress.
So copy copy the four line into wp-config but the last three line into bb-config
December 13, 2009 at 11:31 pm #66179In reply to: WordPress + bbPress Integration 101
daudev
MemberI found one problem with missing cookie domain in wp_config file and fixed it, but the thinghs are more wired now.
When i log in from bbpress i’m NOT logged in wordpress but can do it, opposite when i log in from wordpress i’m not logged into bbpress and can’t do it.
if i login with 2 different users first from bbpress and then from wordpress i have 2 sets with identical cookies just with different username. If I use same user to login i have just one set of cookies with all the admin paths. I don’t have different cookie hash!
One thing I found and maybe this is the problem, I don’t have database secret in bb-admin/options-wordpress.php. I don’t knew where i can find this. If I can find it and manually change it in the database.
I’m using bbpress 1.0.2 and wordpress 2.8.6
December 13, 2009 at 10:46 pm #70684In reply to: Reply to Topic Link Not Working
chrishajer
ParticipantCan you reply when using the default theme? If you can, then the problem is with your theme.
Also, are you integrated with WordPress? If so, what version of each did you install?
And finally, what plugins are you using? Maybe one of them is causing this.
December 13, 2009 at 10:34 pm #82499Friedl82
MemberI had such a problem with a free guestbook hoster. I wanted to integrate it into a wordpress site.
I solved it with iMacro and javascript that parsed the sites and generated a SQL file for me which could be integrated in the wordpress database.
The problem would be getting the userdata like passwords. And a guestbook is much simpler than a forum.
But you could have the posts in this forum and I think that would be better than nothing.
-
AuthorSearch Results