Search Results for '\"wordpress\'
-
Search Results
-
I’ve just created my first plugin. This plugin allows custom profile fields which a user will see upon registration and subsequently when editing their profile page. The values will also show up on the view profile page. This plugin also allows the addition of the profile fields from the wordpress’ profile page. Refer to the instructions in the plugin for simple configuration details.
This plugin was developed in a bbpress/wordpress integrated environment. I’m not sure if this works on bbpress installs only. It wouldn’t hurt to try, however, and I’m sure it can be modified to work with bbpress w/o a wordpress integration.
Please try it out and let me know what you think.
Here’s the link:
Thanks!
Ron
Topic: HTTP_AUTH plugin/how to ?
Hi,
I was wondering if there was a HTTP_AUTH plugin/how to available. We’re thinking about integrating BBpress to our server, but we’d like to keep the existing user and password list, so that Bbpress would smoothly be part of our portal.
We might also use WordPress, maybe something done for WordPress is already working for BBpress ?
Since I haven’t found any relevant information so far, I though I might as well ask for help
Topic: Plugin help…
I’m interested in creating my fist plugin. I would like it to allow the user to see/edit the extra profile fields that are present in WordPress when a site has WP integration working. I’m asking for any help to get started on this that someone is willing to offer.
I’m not very experienced with PHP, though I feel I am a pretty quick learner. I have too many questions right now from the reading (http://codex.wordpress.org/Writing_a_Plugin) and from looking at other plugins. I don’t think these questions require more than a few simple pointers and explanations about the structure/basic principles of plugins.
Is anyone out there willing to throw me a bone or two?
Ok… Let me start off by saying I’m not your “average” user seeking help. I’ve spent the last 2-3 hours combing this forum and trying almost every combination of cookie configurations and tweaking.
My site is setup like this:
domain.com/blog
domain.com/forum
This is what I have thus far:
In my bbpress config.php
$bb->cookiedomain = '.domain.com';
$bb->cookiepath = '/';
$bb->sitecookiepath = '/';In my wpmu wp-settings.php around line 245
if ( !defined('COOKIEPATH') )
define('COOKIEPATH', '/' );
if ( !defined('SITECOOKIEPATH') )
define('SITECOOKIEPATH', '/' );
if ( !defined('COOKIE_DOMAIN') )
//define('COOKIE_DOMAIN', '.' . $current_site->domain);
define('COOKIE_DOMAIN', '.domain.com');Of course I replaced “domain.com” with my actual domain.
The result is I get a total of 4 cookies when I login into both sites.
Both sets are identical except expiration. (I even edited the expiration date with no avail, apparently bbpress is a full year and day off)
the cookie properties look like this:
website name path secure expires value
bbpress
.domain.com wordpresspass / no Mar 03, 2008 long_hash
.domain.com wordpressuser / no Mar 03, 2008 test
wpmu
.domain.com wordpresspass / no Mar 04, 2007 long_hash (same as the other)
.domain.com wordpressuser / no Mar 04, 2007 testThe only difference is the expiration date. As you can see bbpress has an issue with the date.
Perhaps I need sleep, or I don’t understand how the cookies are supposed to work. But I’m beat.. I can’t battle it anymore tonight.
I’m going to go get some sleep. Perhaps I’ll be able to figure it out from a fresh approach.
Any suggestions would be greatly appreciated.
Thanks,
Steven
How does BBPress compare to Simple Machines, PPHB and VBulletin?
I’m a bit worried it’s /too/ simple!
How well does BBPress integrate with WordPress?
I have an illustration blog (WP) at http://300.mpm.org.au
I want a forum at http://www.mpm.org.au
that works with the illustration blog
can bbpress and wordpress do this?