Forum Replies Created
-
In reply to: RSS for all latest posts
Thank you,
You ever wake up in the morning, and say WTF (What the Fudge) was I talking about??? Sorry, I must have been extra sleepy to ask such a dumb question. But, thanks for reminding me…
In reply to: bbPress 1.0-alpha-6 releasedThanks Ipstenu, it helped, now it works–so far…
In reply to: bbPress 1.0-alpha-6 releasedI am a bit confused? I have these in my wp-config for mu.wordpress–do I use these:
define( ‘AUTH_SALT’, ‘gggggggggggggg’ );
define( ‘LOGGED_IN_SALT’, ‘ggggggggggggg’ );
define( ‘SECURE_AUTH_SALT’, ‘gggggggggggggggggggggg’ );
or the ones in:
domain.com/wp-admin/options.php
which one’s do I use? They are different from each other…
And then do I just update my phpadmin tables? Currently, I am using the 2nd option, but there is no connection. Thanks
In reply to: Constructive Criticism: bbPress’s kryptoniteI totally agree with the whole lightweight approach, but it seems as though creating a forum without:
https://bbpress.org/plugins/topic/subscribe-to-topic/
is like creating a car that is beautiful, sleek and fast, but forgetting to put the steering wheel in… Screwed up analogy, but you get the point.
Don’t get me wrong though I am still amazed at open source programs, and especially BB, Buddy and Word. Love um and thank everyone who has contributed!
In reply to: bbPress 1.0-alpha-6 releasedI would say, “YES”. I don’t know what I was thinking. I had the whole system running fine then I uploaded A6 like a big dumb gangling puppy! I didn’t make a backup and now it doesn’t work.
I get this error:
Fatal error: Call to undefined function do_action() in /home/user/public_html/forums/index.php on line 6
line 6.) do_action( ‘bb_index.php_pre_db’, ” );
okay,
line 2009
if ( ( $bb_current_id == $user->ID && $can_keep_gate ) || ( array_key_exists(‘keymaster’, $user->capabilities) && !$can_keep_gate ) )
$roles = array( ‘keymaster’ => $roles );
elseif ( !$can_keep_gate ) // only keymasters can promote others to keymaster status
unset($roles);
By the way–I don’t know if it matters, but everything does work now. I set all users to members and everything is functioning correctly.
Thanks for the heads up johnJames. Nice portfolio by the way…
In reply to: delete tables start overThank you chrishajer,
For showing me which tables are involved, it helped me make a decision…
In reply to: delete tables start overyes, I used wp instead of bb. And my backup would be too old by now.
In reply to: delete tables start overwhat can I do? I tried integrating bbpress with buddypress/wordpress and was unsuccessful. I don’t want to damage my database. What can I do to get it working? Best solution??? Thanks
In reply to: my forum is Already InstalledI get this:
bbPress is already installed, but appears to require an upgrade.
With the finished installation saying:
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Database is already installed!!!
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://test.com/
>>> Blog address (URL): http://test.com/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: Forums
>>> Site address (URL): http://test.com/forums/
>>> From email address: info@test.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: info@test.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Key master email sent
There were some errors encountered during installation!