Search Results for 'bbpress'
-
AuthorSearch Results
-
July 25, 2010 at 2:14 am #34857
Topic: Matt is jumping back to bbPress
in forum Requests & Feedbackpagal
ParticipantSome days old post but really optimistic for bbPress.
I don’t need to personally write code much these days because we have so many talented folks involved but I am jumping back in on bbPress and will be hacking around in there.
July 24, 2010 at 7:55 pm #91678In reply to: name based permalinks doesn't generate correct URLs
kai920
MemberAh, I found the culprit. I had converted from another forum software so the topic_slug and forum_slug columns were empty. Found a script here http://www.simonwheatley.co.uk/2009/07/03/migration-to-bbpress-fix-topic-slugs/
It didn’t convert my forum slugs but that wouldn’t take long to manually input.
July 24, 2010 at 7:24 pm #90169In reply to: bbPress 1.1 – Maybe Soon!
hpguru
MemberYes, but…
Milestone: 1.0.3
3 months late (04/30/10)
July 24, 2010 at 7:15 pm #91620In reply to: Taking a look at bbPress 0.9
Greg
Participant> two dozen users that insisted on using “Greg” as their display name and similar avatars?
With normal users in a healthy forum with a sense of community, duplicates will self correct. People will create unique pictures to identify themselves.
With malicious users, that’s a moderation issue and should be an isolated incident in a healthy forum.
In an unhealthy forum you have bigger problems than duplicate profile pictures.
Like I said earlier in the thread, a lot depends on the nature of the forum. If it is a tight knit community, then you really don’t need to compromise the user experience to cater for the edge case you describe.
But in a support forum I could imagine this being more of an issue so I wouldn’t use non-unique display names in that situation.
July 24, 2010 at 7:02 pm #91619In reply to: Taking a look at bbPress 0.9
_ck_
ParticipantUser-Name-less systems like facebook need to be designed from scratch like that. The WordPress/bbPress system unfortunately is user_login/user_id based.
You could force user_id for the profile stub if that makes you like it better, bbPress will accept either.
BTW in a forum based system, how would you deal with two dozen users that insisted on using “Greg” as their display name and similar avatars?
July 24, 2010 at 6:46 pm #90301calilarincon
MemberThank you very much for this script, I’ve been trying to used it, but I get the following error:
SQL ERROR [ mysql4 ]
Data too long for column 'topic_poster_name' at row 1 [1406]Any ideas?
I’m not an expert, but I’m doing my best. Thanks!
July 24, 2010 at 6:13 pm #91699chrishajer
ParticipantI don’t think bozo and Akismet are hooked up at all.
The bozo feature was never particularly well implemented. I was trying to find a post by sambauers where he said as much.
I wrote this 3 years ago:
https://bbpress.org/forums/topic/fix-or-remove-bozo-function-before-it-kills-bbpress
Regarding a plugin, I’m not sure. Maybe someone else will post about it.
July 24, 2010 at 6:04 pm #90168In reply to: bbPress 1.1 – Maybe Soon!
mr_pelle
ParticipantNo tickets left!! Woo hoo!!
July 24, 2010 at 5:37 pm #91618In reply to: Taking a look at bbPress 0.9
Greg
Participant_ck_, oh, I get it. You aren’t removing the login name and replacing it with the account email, you are just allowing users to log on using their email address.
So during registration users still need to provide a login name, and the path to their profile will always contain that login name.
Hmmm. I’m not sure whether that makes things easier or more complicated for the user.
July 24, 2010 at 2:31 pm #91647In reply to: How to change css – size of tag cloud
_ck_
ParticipantThat is guatam’s creation, you might ask on the plugin page or maybe here:
http://gaut.am/2009/12/bb-cumulus-beta-for-bbpress-released/
Or maybe he’ll see this topic and can help.
July 24, 2010 at 12:40 pm #91617In reply to: Taking a look at bbPress 0.9
Ashish Kumar (Ashfame)
ParticipantYou got it right!
July 24, 2010 at 12:21 pm #91616In reply to: Taking a look at bbPress 0.9
_ck_
ParticipantDon’t completely follow the question but the admin structure as far as actions and filters is very similar for 1.0 compared to 0.9 but the CSS is a little different.
July 24, 2010 at 11:17 am #91707In reply to: Changing the URL dir structure
zaerl
ParticipantActually BuddyPress is doing the wrong thing. In bbPress:
forum/topic/topic-name/redirects toforum/topic/topic-nameso there are no duplicated content, in BuddyPress:
forum/topic/topic-name/andforum/topic/topic-namepoint to the same content which is a very bad thing.July 24, 2010 at 7:37 am #91615In reply to: Taking a look at bbPress 0.9
Ashish Kumar (Ashfame)
ParticipantBuilding admin panels for themes and plugins are the same for 0.9v?
July 24, 2010 at 7:30 am #91614In reply to: Taking a look at bbPress 0.9
_ck_
Participantlol Ben, that works for 1.x but not 0.9
in 0.9 you need this https://bbpress.org/plugins/topic/email-login/
@Greg part of the workaround is to only perform the display name change on functions that do direct output themselves (the functions with echo) the internal functions that return strings should not be changed.
In reality the best way to approach it might be to only apply it on the portions of the topic page and profile page that show the names.
It’s not super simple but it can be done.
July 24, 2010 at 6:34 am #73714In reply to: Help us get bbPress reinstated on Wikipedia!
_ck_
ParticipantI just noticed that the wiki page was deleted for a SECOND time in February 2010 (originally deleted in July 2008)
This time I can’t even find an archive of the 2009 version.
As Nightgunner pointed out, Blanket Fort? No problem. bbPress? problem.
February 8, 2010
Removed
* BbPress (talk) removed. Quality rating was Stub-Class (rev · t). Importance rating was Low-Class (rev · t).
July 24, 2010 at 2:57 am #34855Topic: Changing the URL dir structure
in forum Requests & FeedbackHello,
Not really sure if this would be the best place to ask, but I wondered why the forum URL dir structure was been changed/removed compared to about all other Automattic products?
Ie. the bbPress URL structure looks like this: “http://bbpress.org/forums/topic/taking-a-look-at-bbpress-09”
whilst the BuddyPress URL structure looks like: “http://buddypress.org/community/groups/miscellaneous/forum/topic/some-basic-questions/”
Note the last “/”
Best regards,
Cor
July 23, 2010 at 11:51 pm #91613In reply to: Taking a look at bbPress 0.9
Ben L.
Member$bb->email_login = true;There you go, instant feature!
July 23, 2010 at 11:26 pm #91612In reply to: Taking a look at bbPress 0.9
Greg
ParticipantThat sounds very useful – look forward to seeing it.
I also like the login with email address option. Trade off there is that it becomes harder to switch the email address associated with the account. Probably a good trade though.
_ck_, do you remember how your plugin handled the paths where WP/BBP currently uses the login name? For example, the “_ck_” in…
July 23, 2010 at 8:13 pm #91611In reply to: Taking a look at bbPress 0.9
_ck_
ParticipantBy the way, I don’t think I released it yet but should by the end of the month, just have to write a “readme.txt” – I have a “rename user” plugin for bbPress to change user_login across the system.
It even supports multiple bbpress and wordpress systems attached to the same user db table and will fix all topics and wp comments.
So, not meant for constant username changes, but good for occasional fixes. Also detects existing username collisions.
July 23, 2010 at 8:09 pm #91610In reply to: Taking a look at bbPress 0.9
_ck_
Participant@Dennis, good idea – though note bbPress 0.9 requires a plugin for login-by-email-address support (I think I wrote one, can’t remember).
July 23, 2010 at 7:57 pm #91416Milan Dinić
ParticipantNon-plugin bbPress development is going to continue until we have a perfect importer so people will be able to bring their content out of the legacy codebase.
So, will BBXF finally have some use?
July 23, 2010 at 7:55 pm #91456In reply to: One WordPress Vs Multiple bbPress
_KB_
ParticipantI’ve tried another integration with no “www”, it works 50%.
Now I just can’t access my bb-admin and not able to logout from wp admin
,I’ve installed _ck_ plugin fixed admin access, but its not working in this situation. I’ve find other ways from bbPress Search but still not solved. any idea?
July 23, 2010 at 7:44 pm #91415_KB_
ParticipantNon-plugin bbPress development is going to continue until we have a perfect importer so people will be able to bring their content out of the legacy codebase.
Simply I love this statement!!
@ Matt Mullenweg, with this perfect importer, will we able to switch from other channels like vBulletin, phpbb, ip board? did you ever think about it? Any Plan?
July 23, 2010 at 7:43 pm #91609In reply to: Taking a look at bbPress 0.9
dennis-pedrie
MemberMy preferred solution: Login with an email address, and give the site administrator the option of allowing users to change their Display Name. The distinction between usernames and Display Names then ceases to exist. Nobody forgets an email address either.
-
AuthorSearch Results