Search Results for 'bbpress'
-
AuthorSearch Results
-
May 20, 2010 at 3:51 pm #88612
In reply to: Same avatar
Rich Pedley
Memberoh.
I would like to get the same avatar in bbpress as in WordPressMU. On this moment, the WordPressMU and bbpress avatars are different. Is there a plugin to get the same avatar from WordPressMU in bbpress?
hmmm.
try asking on the buddypress forums then.
May 20, 2010 at 2:20 pm #87760In reply to: Whoa! (bbPress.org 2.0 is live)
chrishajer
ParticipantThis topic has been derailed and I am going to delete the off-topic posts.
The design of bbpress.org will not be made available for download, that I know of. It didn’t happen with the last design, but there were many duplicates created.
If you would like to download the latest version of bbPress for testing, you will find it here:
https://trac.bbpress.org/browser/trunk
There is a link at the bottom center to “Download Zip Archive”, but I believe if you do that backpress does not get installed.
If you can install with subversion, you won’t have any trouble like that, as all externals are installed at the same time.
svn co http://svn.automattic.com/bbpress/trunk/ ./bbpress/Will install the latest trunk version by subversion into a directory called bbpress.
May 20, 2010 at 11:26 am #34317Topic: Login Issue
in forum TroubleshootingGW
MemberHi,
I’m working on integrating my bbpress and wordpress sites, and I appear to have done some serious damage.
My forum now does not allow me to login. http://bit.ly/aJzdNs
Any ideas?
May 20, 2010 at 9:08 am #88610In reply to: Same avatar
Rich Pedley
Memberand since you mention WPMU:
http://premium.wpmudev.org/forums/topic/avatars-plugin-bbpress-integration
May 20, 2010 at 9:05 am #88609In reply to: Same avatar
Rich Pedley
Memberany use?
May 20, 2010 at 8:52 am #88608In reply to: Same avatar
leander8728
MemberHmmmm okay! I hope there was an easyer way to do this, like a plugin or something. But i give it a try to look into the WordPress and bbPress files!
May 20, 2010 at 8:48 am #88607In reply to: Same avatar
Rich Pedley
MemberI’m not familiar with the setup, but yes if you have bridged your WPMU & bbPress installations then it should be fairly easy to do.
Find where the avatar is stored in WP and then use that information on the bbPress side to extract the data and produce the code for the avatar.
May 20, 2010 at 8:44 am #88606In reply to: Same avatar
leander8728
Member“When joe average says “hey, how do i upload an avatar like jim bob over there?” and your answer involves him leaving your website, signing up for a wordpress account and then… etc. it’s over!”
But my WordPressMU blog en bbPress forum is connected with a bridge. So a user has one account for the WordPress en bbPress installation. If he upload a avatar on WordPress (because profile pages in bbPress links to the profile pages in WordPress, so i use only WordPress for profile pages) it cames on wordpress, but not in bbPress. And that is wat i would.
I use Gravatars for the standard avatars, but it is more personal to upload your own avatar. And to upload a avatar twice (WordPress and bbPress) isn’t very user friendly.
Thx,
Leander
May 20, 2010 at 1:56 am #88597In reply to: Can You Lock Your bbpress Forum?
chrishajer
ParticipantThanks for documenting how you did it. I’m sure it will be helpful to someone.
May 19, 2010 at 11:32 pm #88596In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantThanks!
I just did that, I changed the secret key in the bb-config.php file, thanks for the tip.
So to recap these are the steps I used to close my bbpress forum, and make it a “read only” forum.
1. I edited the header.php file in bb-templates folder (whatever template you are using, I am using the default Kakumei) and removed this line:
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
Now the register, and log-in form doesn’t even appear.
2. I changed all my forums to categories, now no one can start a new topic, or post on an old one, but everything is still readable, and this is what I wanted.
You can do this from the forums section in your bbpress dashboard, there is a box you can check to change each forum into a category.
3. I changed the secret key in the bb-config.php file located in the bbpress root folder.
This will expire all their auto log-ins and keep them from being able to log-in without a log-in form.
Thanks for the help everyone!
I hope this helps.
Scott
May 19, 2010 at 11:04 pm #88595In reply to: Can You Lock Your bbpress Forum?
chrishajer
ParticipantYou can expire all their login cookies by changing the secret keys in your bb-config.php file. See the note (which is present in wp-config.php but not in bb-config.php I don’t think):
https://core.trac.wordpress.org/browser/trunk/wp-config-sample.php#L41
May 19, 2010 at 10:05 pm #88605In reply to: Same avatar
kevinjohngallagher
MemberGravatars is a wonderful tool, and those of us who are technical or on multiple forums can see their advantage. The average joe blog, probably can’t; or doesn’t have one already.
When joe average says “hey, how do i upload an avatar like jim bob over there?” and your answer involves him leaving your website, signing up for a wordpress account and then… etc. it’s over!
Gravatars are a nice default, but it’s far from a solution for the majority of forums out there.
To give a few examples:
1) I only uploaded an avatar to Gravatars last week. This aint my first or only forum and i’m slightly more technical and active on forums that the average joe user.
2) On my largest bbPress site (which isn’t that big compared to others on here) less than 1% of users have a gravatar, and definately less than 5% of active users do ( i made on of those Gravatar walls for them last week after Matt posted a link to one on planet.wordpress.org)
It’s definaely something I’d recommend to everyone to see what teh Gravatar uptake on their forums is actually like.
3) Depending on the forum, human avatars aren’t ideal. I run a forum for my brothers warcraft group. 2-300 users, about 30 active each day. Since enabling avatars for them, not 1 picture of them; just loads of gnomes and green skinned dudes.
Sadly, as a forum, one of bbPress’ big downfalls from an end user perspective is personalisation (and Avatars being one).
May 19, 2010 at 9:52 pm #88594In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantHere is what I ended up doing.
Even though my members still seem to be able to log-in (even without a log-in form) and post.
I changed all my forums to categories, now no one can start a new topic, or post on an old one.
You can do this from the dashboard forums section, there is a box you can check to change each forum into a category.
But everything is still readable, and this is what I wanted.
I really wish I could keep them from logging in too, but they will get tired of logging in for nothing.
I am so glad I found this solution, because if I had to set all 702 members to inactive, that would have taken quite a while…whew!
I hope this helps.
Scott
May 19, 2010 at 7:41 pm #88593In reply to: Can You Lock Your bbpress Forum?
zaerl
ParticipantThrough cookies I guess.
May 19, 2010 at 7:12 pm #88592In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantI just edited the header.php file and removed this line:
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
Now the register, and log-in form doesn’t even appear.
I want to see how they log-in now.
May 19, 2010 at 7:08 pm #88591In reply to: Can You Lock Your bbpress Forum?
zaerl
ParticipantMy plugin (zaerl Visibility) let you lock or hide whatever forum/topic you want and it has been built for 1.0.2 and later versions. But it does not log out members.
May 19, 2010 at 6:31 pm #88590In reply to: Can You Lock Your bbpress Forum?
Rich Pedley
MemberI try them (log-in/register links) and I get url not found, but it seems like some of the old members are still logging in and PMing me…weird, huh?
No because they are already logged in…
May 19, 2010 at 6:30 pm #88589In reply to: Can You Lock Your bbpress Forum?
Rich Pedley
MemberHaven’t found a built in method.
One other problem you have is users already logged in. I’m not sure there is a way to automatically log them out.
Not sure I can easily code anything for this, but if you ever do get a solution it would be worthwhile letting other know how you managed it.
May 19, 2010 at 6:30 pm #88588In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantThanks!
For the time being I have renamed the log-in and register files in the root folder.
I try them (log-in/register links) and I get url not found, but it seems like some of the old members are still logging in and PMing me…weird, huh?
I am not a coder by a long shot, I just want to close my forum, yet make it totally readable.
May 19, 2010 at 6:22 pm #88587In reply to: Can You Lock Your bbpress Forum?
Rich Pedley
Memberhmm, you want something like a maintenance mode.. still looking and searching to see what i can come up with.
May 19, 2010 at 5:52 pm #88586In reply to: Can You Lock Your bbpress Forum?
honestscott
ParticipantHi,
I am using 1.0.2 so that plug-in won’t work, and I want to make it so no one can log in, or register.
The forum will basically be closed, but visitors will be able to read everything that is posted.
Any ideas?
May 19, 2010 at 5:43 pm #34314Topic: Same avatar
in forum Pluginsleander8728
MemberHi,
I would like to get the same avatar in bbpress as in WordPressMU. On this moment, the WordPressMU and bbpress avatars are different. Is there a plugin to get the same avatar from WordPressMU in bbpress?
Thanks,
Leander
May 19, 2010 at 5:20 pm #88585In reply to: Can You Lock Your bbpress Forum?
Rich Pedley
MemberMay 19, 2010 at 5:02 pm #88584In reply to: Can You Lock Your bbpress Forum?
zaerl
ParticipantYou want to deny new registrations? Or you simply want a forum that nobody can edit anymore?
May 19, 2010 at 4:32 pm #34313Topic: Can You Lock Your bbpress Forum?
in forum Troubleshootinghonestscott
ParticipantHi,
I want to close my forum to (new and old) members, and make it a read only forum.
What do I need to do to accomplish this?
Thanks!
Scott
-
AuthorSearch Results