Forum Replies Created
-
In reply to: Installation Successful But Not Showing UP
Figured it out. Needed: require_once(dirname(__FILE__) . ‘/../wp-load.php’);
And I definitely know it worked because my forum theme requires deep integration and was not working before and it is now running correctly.
In reply to: Installation Successful But Not Showing UPLooks like I’m actually not resolved. Went back to work on this project again today and with
require_once(‘../wp-load.php’);
inserted in the bb-config file when I try to go into the forums admin panel it just takes me to a blank page with nothing loaded. It’s at the top of my php file just under the first <?php tag.
I’m flat out stumped as to why this isn’t working and what to do.
In reply to: Installation Successful But Not Showing UPLooks like we’re good. Thanks again guys!
In reply to: Installation Successful But Not Showing UPGood eye. This is what I needed:
require_once(‘../wp-load.php’);
Once I uploaded that everything was working fine. Cross log-in cookie integration, etc. So I guess I can safely assume I am deep integrated now.
Anyway to verify? If not, I guess I will find out because the theme I’m using for the forums requires deep integration. So if it works then I guess I’m good. lol
Thanks for the help guys.
Marked as solved.
In reply to: Installation Successful But Not Showing UPUsing bbPress 1.0.2 and WP 2.9.2
Where would I find my error log? And I’m assuming you mean when I add the deep integration code into the bb-admin.php file? Because when I don’t add the deep integration code snippet everything works flawlessly.
In reply to: Installation Successful But Not Showing UPI followed this guide: http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/
Did a fresh install and did everything the same except I did not use www at the start of my url’s and I did not deep integrate yet.
Worked flawlessly. And integration is seemless. But the forum theme I’m using requires deep integration.
So when I went to add: require_once(‘/../wp-load.php’); for deep integration it blows up again and nothing shows up at the link for the forums.
I think the problem is obviously something I’m doing wrong to get deep integration working.
Thoughts? Thanks in advance!
In reply to: Installation Successful But Not Showing UPThink I’ll just start from scratch and see what happens. Not too far into anything yet. Had this concern from the beginning. Want to get bbpress integrated and running before I leap into adding our custom theme, etc.
Thanks for the tip. I’ll let you know what happens.