Search Results for 'bbpress'
-
AuthorSearch Results
-
January 7, 2009 at 4:35 am #70733
In reply to: bbpress vs phpbb
johnhiler
Member@eclipsenow – For now, the bbPress philosophy is to keep those 20 features in plugins and out of the core. But judging from how WordPress has grown in features over time, I’m sure bbPress 2.0 will have all 20 features in the core!
January 7, 2009 at 1:57 am #70732In reply to: bbpress vs phpbb
eclipsenow
MemberPersonally, I want most of the functionality of phpbb3! If bbpress only had a “phpbb3 emulator and converter pack” I’d be won over. I just can’t be bothered installing bbpress only to have to turn around and add 20 plug ins to give it the essential features I need, like email notification on reply to post, and a million other basics. Also, WYSIWYG formatting, smilies, etc… it’s all just basic configuration stuff that users expect from a forum and I don’t know why BBpress hasn’t made a core version that automatically installs all. Could have bbpress “lite” and bbpress “full”. That’s what I’d do if I ran bbpress.
January 7, 2009 at 1:52 am #70962In reply to: Forum not visible but installed successfully.
aboutonlinetips
MemberI renamed the folder to forum. Prviously it was bbpress.
@Chrishjer- Which file should I check for syntax error. Please help
January 7, 2009 at 1:09 am #70862In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
feastoffools
MemberNot sure where to post this comment, but I’m wondering if the functionality of having wordpress entries appearing in the forums and comments synchronizing (like bbsync plugin allows) will become a feature of an upcoming release?
January 7, 2009 at 1:09 am #70951In reply to: Can’t access Admin
Ben L.
MemberWordPress needs a plugin to allow you into admin on bbPress. Just search “bbPress Integration” in the plugin search.
January 6, 2009 at 7:33 pm #70961In reply to: Forum not visible but installed successfully.
chrishajer
ParticipantThis page gives a 500 Server Error:
http://www.aboutonlinetips.com/bbpress/
That means there’s probably a syntax error in one of the files needed for the front page.
January 6, 2009 at 6:23 pm #55960In reply to: Show off your Forum !!
archaikus
MemberI’m pleased with bbpress.
Very simple forum I’ve put together here without many scripts or plugins… just keeping it simple.
See it here:
http://www.archaikus.com/forum
Regards,
E
January 6, 2009 at 4:54 pm #70923ganzua
MemberThe error goes away in bbpress trunk 1910 with 190 backpress but the re-mapping has no effect.
I reported here https://bbpress.org/forums/topic/bbpress-0904-and-10-alpha-5-released/page/3
January 6, 2009 at 4:52 pm #70861In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
ganzua
Memberok, I just tried bbpress trunk 1910 with 190 backpress.
Users are still no mapped.
Whenever you go to the edit user profile page, the php error in line 2009 goes away but you can’t change the role of any user. You change the role to “memeber”, hit the update profile button and the change has no effect, the user appears again as inactive.
January 6, 2009 at 4:26 pm #70860In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
ganzua
MemberHey Ipstenu, thanks for your help

Giving it a try right now
January 6, 2009 at 3:49 pm #70859In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
Ipstenu (Mika Epstein)
Moderatorhttp://backpress.automattic.com/browser/trunk/includes doesn’t have the backpress folder and it’s a little confusing but I think it’s like this …
- Download this: https://trac.bbpress.org/changeset/1910/trunk?old_path=%2F&format=zip – This is your TRUNK build.
- Download this: http://backpress.automattic.com/changeset/190/trunk?old_path=%2F&format=zip – This is for the backpress folder
- Take the includes folder from Step #2 and rename it backpress
- Move that folder into
/bb-includesfrom Step #1 so you have/bb-includes/backpress
Sheesh. It’s almost easier to get SVN.
January 6, 2009 at 3:39 pm #70858In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
ganzua
MemberYou will have to manually add BackPress files from here into a directory at bb-includes/backpress (zip link an the bottom):
I didn’t catch this. How do you download all these files?
BTW, what did it happen with 1.05alpha? Does it work?
January 6, 2009 at 3:31 pm #70922ganzua
Memberhow? Where? I think I have everthing setup okay, but everyones account on the bbpress side states:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/user/public_html/forums/bb-includes/functions.bb-template.php on line 2009
This problem comes from 1.04. I have the same error whenever I want to edit an user;
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in
wampwwwwordpressbbpressbb-includesfunctions.bb-template.php on line 2009In line 2008 is this code;
// Keymasters can't demote themselves
if ( ( $bb_current_id == $user->ID && $can_keep_gate ) || ( array_key_exists('keymaster', $user->capabilities) && !$can_keep_gate ) )
$roles = array( 'keymaster' => $roles['keymaster'] );
elseif ( !$can_keep_gate ) // only keymasters can promote others to keymaster status
unset($roles['keymaster']);January 6, 2009 at 2:59 pm #70857In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
Mark-k
ParticipantHad anyone had success with alpha 5 (actually r1910) cookie integration with wordpress mu 2.6?
January 6, 2009 at 2:55 pm #70894In reply to: All characters number then cant login
Sam Bauers
ParticipantPlease create a Trac ticket. I know what is wrong here, we just need to deal with it better. http://trac.bbpress.org
January 6, 2009 at 2:16 pm #70960In reply to: Forum not visible but installed successfully.
Ipstenu (Mika Epstein)
ModeratorWhen you installed bbpress, what folder did you put all the files in? Your server’s acting like nothing was uploaded to ‘forum’
January 6, 2009 at 2:01 pm #4587Topic: Time on Forum, Time on RSS – discrepancy
in forum Troubleshootinggeekjon
MemberI’m noticing a time discrepancy between the post time on the forums and the post time (pubdate) on the RSS feed. I have the time offset set to -6 in the bbPress settings, but it appears that the feed date is being offset by another -6 hours for a total of -12 offset from GMT.
Any ideas how to fix this?
January 6, 2009 at 1:39 pm #70856In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
Sam Bauers
ParticipantSo, the nightly builds seem to be stuck on an old version!!!
You can get the latest trunk from here (zip link at the bottom):
https://trac.bbpress.org/browser/trunk
You will have to manually add BackPress files from here into a directory at bb-includes/backpress (zip link an the bottom):
January 6, 2009 at 1:04 pm #70855In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
ganzua
MemberEven though that error is there, if you change their role from “Inactive” to “Member” the error will go away and the user will have member access.
I can’t change any role, whenever I go to the profile page I have a php error. Maybe using phpmyadmin but this is a pain.
January 6, 2009 at 10:25 am #70854In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
thugzie
Memberwordpressfan I tried bbpress 1.0 alpha 4 also. I still had install errors
Congrats.
January 6, 2009 at 10:24 am #70853In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
thugzie
Member@ wordpressfan Congrats for getting it going. I tried bbpress 1.0-alpha 4 and still was having issues getting the install to work.
January 6, 2009 at 9:19 am #4586Topic: Forum not visible but installed successfully.
in forum Installationaboutonlinetips
MemberI tried installing bbpress forum on my blog. I successfully installed it and even got a mail from bbpress team.
Your new bbPress site has been successfully set up at:
http://www.aboutonlinetips.com/forum/
You can log in to the key master account with the following information:
Username: aboutonlinetips
Password:
We hope you enjoy your new forums. Thanks!
–The bbPress Team
When I visited the url – Nothing like Forum comes.
Please help me out guys.
Regards
Chris Martin
January 6, 2009 at 5:20 am #70852In reply to: bbPress 0.9.0.4 and 1.0-alpha-5 released
John James Jacoby
KeymasterEven though that error is there, if you change their role from “Inactive” to “Member” the error will go away and the user will have member access.
Forum isn’t dead, just high maintenance for right now.
January 6, 2009 at 5:10 am #70957In reply to: Where can this login text/tags?
chrishajer
Participant./bb-templates/kakumei/login-form.php
If you are going to modify that, it’s best to make a new template.
https://bbpress.org/forums/topic/help-please-simple-mistake#post-4477
https://bbpress.org/forums/topic/some-general-questions#post-10472
January 6, 2009 at 3:36 am #70954Ipstenu (Mika Epstein)
ModeratorThe URL on the settings page to BB press is supposed to point to your forum, NOT your blog. If you want a link to your blog, you should edit your theme templates.
As to how to fix. Do you have access to the SQL end of things? Like phpMyAdmin? Go into your BBpress Database and in the bb_meta table, find the meta key uri. Change that back to your blog URL (http://www.ins-ide.org/forum)
-
AuthorSearch Results