Search Results for '"wordpress'
-
Search Results
-
Is this possible? Lets say I have a link to the forum, and it loads like a normal page?
I have quite good space for pages and posts in my blog (580 px wide), and I think it would be nice if I could load the forum inside the main site.
In that case – Is there a way to get rid of the top menu like you guys have on this site?
Topic: WordPressMU + BBPress Theme
I’m trying to integrate the themes together, like I did before but now the same things I used to do doesn’t work.
I used
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
in bb-config.php
but when I insert that the frontpage disappears (blank screen).
Anyone run into this?
WPMU 2.8.3
BP 1.0.3
BB 1.0.2
SQL 5
The issue arose when changing the domain from a devel url (example. devel.website.com) to the live site website.com
I changed the domain in every place I could find:
WP Options
WP / BBPress plugin for WP
bb-admin.php
I searched the database for any instances of devel.website.com and modified them (there were other instances in bb_meta, etc.
The user logs in through the WordPress admin, but is not logged into BB Press. Similarily, if the user logs out of WP Admin, they are not logged out of BB Press.
Anyone run into the same issue? Thanks for your help!
Topic: Edit register.php
I’m trying to edit register.php in my template file so that it will use my WordPress one instead, this is the code I have so far, but it doesn’t work, any help thanks.
<?php if ( !bb_is_user_logged_in() ) { ?>
<?php header("Location: http://paperviewzine.com/wp-login.php?act=register"); ?>
<?php } else { ?>
<?php header("Location: http://paperviewzine.com/forums/"); ?>
<?php }; ?>