Search Results for 'bbpress'
-
AuthorSearch Results
-
December 18, 2008 at 11:23 am #69954
In reply to: bbpress is slow like godaddy says?
_ck_
ParticipantI’d like to see some feedback on my experimental NFS detector below.
Be sure to chmod 777 it after you upload or it won’t work.
Delete after you are finished with it for security.
Dreamhost takes over 7 seconds, sometimes more.
My apache servers with local storage take less than one second.
My Windows XP with XAMPP takes 12 seconds (old slow IDE drives)
<?php
/*
Experimental NFS detector - upload this file to server and chmod 777
Script should take less than one second to run.
If it takes more than one second, then it's likely NFS (or Windows or a bad configuration)
Any error means the time is unreliable as the script has failed.
*/
error_reporting(E_ALL); $file=__FILE__; $time=strtok(microtime(),' ')+strtok('');
for ($i=0; $i<=9999; $i++) {if (touch($file)) {clearstatcache(); filemtime($file);} else {break;}}
echo ((strtok(microtime(),' ')+strtok(''))-$time)." seconds";
?>December 18, 2008 at 10:52 am #69953In reply to: bbpress is slow like godaddy says?
vannak
Memberyes, that is normal. but i just wonder why the same card couldn’t be used to renew but to buy new hosting? and she did tell them to hold her acc by email.
December 18, 2008 at 9:41 am #69952In reply to: bbpress is slow like godaddy says?
simracingbiz
MemberVannak if acc. is expired is only a trouble of your friend. I’ve also a Godaddy hosting, and about 4 months before expiring, GD sens periodically via mail a reminder… So charging for recovery data (in consequence of your forgots) in my opinion is normal.
December 18, 2008 at 8:36 am #70145In reply to: bbPress 1.0-alpha-4 released
John James Jacoby
KeymasterI can’t seem to find the link to the WordPress integration plug in anymore. Sam, where did it go lol!
December 18, 2008 at 8:28 am #70276In reply to: Basic integration screencast
John James Jacoby
KeymasterWell, the best little part about installing bbPress in a sub directory, is that in WordPress if you’re using the pretty permalinks and make a “Forums” page, the slug will be “forums” and when clicked it will just route the users right to the forums instead of to the WP page.
December 18, 2008 at 8:24 am #70275In reply to: Basic integration screencast
_ck_
Participant>> bbPress installed in a sub-directory of WordPress
That’s almost cheating, it’s too easy

You should do it off a different directory from the webroot.
But good idea in general, someone did this awhile back with 0.8 (and then stuffed a bunch of ads in it).
December 18, 2008 at 5:50 am #70144In reply to: bbPress 1.0-alpha-4 released
Justin Tadlock
ParticipantThe biggest issue I’m having with this version and the latest version of the WP/BB Integration plugin is that the user roles aren’t being carried over to bbPress when a user registers in WordPress.
They always end up with no role set.
This is the error when editing the user’s profile when no role is set:
<select name="role">
<option value="keymaster"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Key Master</option>
<option value="administrator"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Administrator</option>
<option value="moderator"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Moderator</option>
<option value="member"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Member</option>
<option value="inactive"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Inactive</option>
<option value="blocked"<br />
<b>Warning</b>: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object in <b>/domain.com/forums/bb-includes/functions.bb-template.php</b> on line <b>2021</b><br />
>Blocked</option>
</select>Aside from this, everything else has been working great for me.
December 18, 2008 at 2:24 am #69951In reply to: bbpress is slow like godaddy says?
vannak
Memberhi _ck_ i’m using bbpress 0.9.2. yes i’ll do that homework as soon as i have new hosting. one more thing, there was no resolution at all from godaddy.
Talking about this, it reminds me about what godaddy did to my friend 6 months ago. her hosting acc was completely expired and everything lost. when she asked for the backup godaddy charged from her 170$US.
The problem that her acc expired is that godaddy failed to automatically renew the acc. and even she did it manually but still could not. she and i thought that it was a problem with Visa card. i suggested her send an email to godaddy not to delete her acc as she had problem with her card. she also was subscribing new card.
After getting new card, she did the renew again but still failed. finally, the hosting expired.
Then she tried to buy new hosting by using the same card. yes, she succeeded. Strange? anyway, it was her fault that she didn’t do the back up.
December 18, 2008 at 1:10 am #70001In reply to: Windows (Apache2/PHP/5.2.6/MySQL5.1.30)
iservers
MemberYes. What was I thinking?!? Unlike php.ini, the value can be specified in an optional bbPress configuration field (visible if SMTP is in use?) and set from a script, handling shared hosting environments as well.
Elegant solution. No plugin required.
December 17, 2008 at 10:56 pm #67836In reply to: Get Current Forum ID?
chrishajer
ParticipantWhat version bbPress are you using?
December 17, 2008 at 9:44 pm #70433In reply to: Entries coming up with no content
Ipstenu (Mika Epstein)
ModeratorHow did you try to integrate them? I ask because if you have wp_head calls in your bbpress files, it may be causing this sort of wackiness.
December 17, 2008 at 9:28 pm #70143In reply to: bbPress 1.0-alpha-4 released
tomwi
Member
@sambauers – Thanks! I had tried bblive, it never pulled correctly when integration wasn’t working… i’ll give both your ideas a shot with my test integration of 2.7 and alpha 4.i am also using bbsync with my 2.5.1 to send posts to bbpress as topics… I want to do this and disable comments for easier moderation. I know it doesn’t work with 2.6 or 2.7. Anyone know of other ideas to send posts to bbpress as topics? Thanks!!
December 17, 2008 at 9:08 pm #70380In reply to: Looking for alternatives
ganzua
MemberIf you want to integrate the forum with wordpress latest version, you have two options; bbpress and simple-forum plugin.
If you need a stand-alone forum I’d go for phpbb3. It has everything that a forum should have.
December 17, 2008 at 8:25 pm #70142In reply to: bbPress 1.0-alpha-4 released
johnnydoe
Memberi hope a working “preview post” feature is an integral part of 1.0
December 17, 2008 at 8:25 pm #4461Topic: Entries coming up with no content
in forum Troubleshootingflashpunk
Memberhi there,
i’ve got a Wp2.7 blog (that i’ve unsuccessfully attempted to integrate with BBpress – not a problem right now, i can wait for this to come) working with a BBpress Alpha 4 forum install.
As I thought, everything was working fine, however, i’ve noticed now that the content isn’t being displayed! The titles are coming up, the topic pages are coming up, but they have no contents.
Any help with this would be very helpful.
December 17, 2008 at 6:58 pm #70409In reply to: Posts with multiple pages
Ipstenu (Mika Epstein)
ModeratorTry using the magnificent _ck_’s unread post plugin. Works for me. I made my unread posts darker and bold in the topic list, and when you click on them, they rocket you to the most recent unread post.
Note: Unread is NOT the same as undead…
December 17, 2008 at 6:48 pm #4459Topic: Posts with multiple pages
in forum Troubleshootingbeardownarizona
MemberI’ve noticed when you click on a topic with multiple pages in these forums, it still takes you to page one….is this the default for bbPress? If so, is there a way to change it so the user is always taken to whatever the last page is? (ie. if the topic has three pages, the link from the forum takes the user to page three).
December 17, 2008 at 6:44 pm #70417In reply to: change text.
chrishajer
ParticipantYou can find out more here:
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
http://svn.automattic.com/bbpress-i18n/
The original POT file for translation:
http://svn.automattic.com/bbpress-i18n/pot/trunk/bbpress.pot
December 17, 2008 at 6:26 pm #69950In reply to: bbpress is slow like godaddy says?
_ck_
ParticipantMost hosts will not admit and definitely not advertise NFS, it’s a downside, not a plus.
But you can tell if you have an account with them by studying
df -athough the shell, php shell or perl cgi shell. Or if they hide/block all that you can write a script to time 1000 reads of filemtime (with clearstatcache) which cannot be cached by the OS and will have telltail lag.Marketing-wise NFS is usually spun as “unlimited” or “expanding” storage space, like Dreamhost promises extra space each month.
I’m very curious to find out what the “resolution” was.
The latest page show shows 1.432 – 36 queries which is still poor.
December 17, 2008 at 5:57 pm #69949In reply to: bbpress is slow like godaddy says?
Ipstenu (Mika Epstein)
ModeratorAlicia R, are you guys using NFS? I poked around your site but I can’t find the answer.
December 17, 2008 at 5:45 pm #69948In reply to: bbpress is slow like godaddy says?
Go Daddy
MemberWe have communicated with the customer and he appears to be satisfied with the resolution.
Thanks,
Alicia R.
Go Daddy Hosting
December 17, 2008 at 5:16 pm #68749In reply to: How to move a forum?
Ipstenu (Mika Epstein)
Moderator@staats – If you have access to your SQL database (like through phpMyAdmin), it’s much the same as moving any databased app, like WordPress

The first set of directions I put in the post above are mostly right. I’ve updated them here since there’s a couple things that should be explained differently than my copy replace from WordPress’s directions (why reinvent the wheel?). If you’ve got WP and BB integrated you’ll have to make all the changes to the files (wp-config and bb-config AND the admin settings changes) BEFORE you backup your database.
First, backup your database – https://codex.wordpress.org/Backing_Up_Your_Database (obviously the bb database, not the wp one for your case) No matter WHAT you want this copy! If you screw everything up (and we’ve all done that) you need a fall back plan.
- Download a copy of the main bbpress files from your OLD forum to your hard drive and edit b-config.php to suit the new server.
- Go back to your OLD forum and go to settings and change the bbPress address (URL) to that of your new site. (You may want to change your email addy here, but you don’t have to just yet).
- IF you’ve integrated bbPress and WordPress, go to your WordPress Integration page and change any domain information there that has changed.
- Download your database (but keep the old backup just in case), upload this new database and the copy of the forum files with the edited bb-config.php to your new server.
Again, if WordPress and bbPress are integrated and sharing a database, do steps 1-3 for bbpress, and then steps 1 and 2 here, and THEN do the last DB download step just once.
And if it’s all confusing … yeah, it’s a lot of fruit to be juggling at once.
December 17, 2008 at 4:56 pm #70256In reply to: “Database failed to install”
jgk1013
MemberApologies for the attempt at bumping that was deleted. I should note though that I tried just a straight install of bbPress, skipping the WP integration, and it said forum failed to be installed.
December 17, 2008 at 4:54 pm #70378In reply to: Looking for alternatives
Ipstenu (Mika Epstein)
ModeratorI guess it depends on what you want a forum to do.
Make a list of what you need, being firm with yourself to separate your WANTS from your NEEDS. For example, for me a PM system is nice, but it’s not a deal breaker for me. Whereas sharing IDs and Passwords (and cookies) with WP is a must have. Include things like ‘cost’ and support. Do you want to be able to call up the company, or is a support forum okay.
Then check out a place like http://www.forummatrix.org/ to compare some of them. Like a quick check comparing SMF, bbPress and Vanilla may help you out (see my results).
bbPress is a young product, it’s not even ‘live’ yet, and having been there as a user for SMF back when it was YABB and then YABBSE and THEN when it moved on to SMF (not to mention IPB, the big bad daddy of fat forum software) … well, I’ve tried a lot of forums. They all start out about this level and some improve and some don’t. It’s hard to tell at this stage, but bbPress feels like it’s headed the right way to me
I do understand why it’s not right for everyone, though!
December 17, 2008 at 4:28 pm #70376ganzua
MemberI’m aware of that
but sooner or later, template things should be placed in the templates folder, I don’t know, perhaps a new functions.php in all templates. BTW John, do you know where can I find some info in custom loops? I’d like to build a loop like this one that I described here; https://bbpress.org/forums/topic/separating-the-first-post-of-each-topic
-
AuthorSearch Results