Forum Replies Created
-
In reply to: Theme -> How to Loop Forums Twise
Im having the same problem… any tips?
In reply to: can’t add topicthank you! I didn’t catch that in the tutorial. Much obliged. I think it’s working now!
In reply to: can’t add topicI actually can’t add any new topics…
greenprophet.com/exegesis
In reply to: can’t add topicI still can’t seem to add the topic to any forum specifically. any ideas?
In reply to: can’t add topichmm that seems to be the culprit. shame. still quirky, though. I cant’ seem to add to a specific forum. they’re all blocked off.
any ideas why? thanks!
In reply to: “Demo site” – wordpress integrations problemIt works now! I hddn’t set up the “wordpress integration” with the new installation.
Thanks for your help!
In reply to: “Demo site” – wordpress integrations problemI upgraded to alpha. It was working fine. then I added the line:
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
into the bb-conig file. This time, instead of not letting me log in, now it does, but it wont let me go into the admin area…
any ideas?
In reply to: “Demo site” – wordpress integrations problemthank you for your help!
I upgraded and it worked like a charm.
I inserted the line in my config file and it works now.
THank you for your help!
In reply to: “Demo site” – wordpress integrations problem{light bulb} ahhh! I have 0.9.0.2 installed… i’ll try the alpha
thankyou! can i just “upgrade”? or do i have to do a clean install?
In reply to: “Demo site” – wordpress integrations problemif i remove the line: if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
then this does not happen.
This happens with any theme i put up.
In reply to: “Demo site” – wordpress integrations problemno error, no failure.
i’ll set it up so you can see
try logging in with
UN: guest1
PW: q%dxPv8&xBz1
greenprophet.com/exegesis
as you can see it acts completely normal, it just looks like you never logged in…
thanks
In reply to: “Demo site” – wordpress integrations problemthanks!
when I have the line: if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
in my bb-config.php file when I try to log in the wont accept it. as if the cookies are disabled…
In reply to: “Demo site” – wordpress integrations problemok, i found it in the theme file login-form.php
any ideas? here is the file… I am having trouble figuring out why it wont let me login when i have the require_once(‘../wp-blog-header.php’); in my bb-config
thanks!
<form class=”login” method=”post” action=”<?php bb_option(‘uri’); ?>bb-login.php”>
<p>Regisration disabled. This is a demo site.</p>
<label><?php _e(‘Username:’); ?>
<input name=”user_login” type=”text” id=”user_login” size=”13″ maxlength=”40″ value=”<?php echo attribute_escape( $_COOKIE[ bb_get_option( ‘usercookie’ ) ] ); ?>” />
</label>
<label><?php _e(‘Password:’); ?>
<input name=”password” type=”password” id=”password” size=”13″ maxlength=”40″ />
</label>
<input name=”re” type=”hidden” value=”<?php global $re; echo $re; ?>” />
<input type=”submit” name=”Submit” id=”submit” value=”<?php echo attribute_escape( __(‘Log in »’) ); ?>” />
</form>
In reply to: “Demo site” – wordpress integrations problemthank you I’ll let you know.
In reply to: “Demo site” – wordpress integrations problemyeah, but it happens with the regular theme as well. when I try logging in it just throws me out…
i created a bum guest account…
guest1
q%dxPv8&xBz1
check it out.
same think with admin or any other user…
so i don’t think it’s the theme
i disabled all the plugins… same deal
In reply to: “Demo site” – wordpress integrations problemstill the same… still a “demo site”
also with the regular theme I just can’t login.
Could it be an integration problem? a conflict between another wp integration process?
In reply to: “Demo site” – wordpress integrations problemwait… it didn’t work in the default theme either…
I am putting the line:
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
in right before:
if ( !defined(‘BB_PATH’) )
define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );
require_once( BB_PATH . ‘bb-settings.php’ );
?>
when I put it at the end i got an error that i cannot define it twice…
is there a better place to put in the “require_once?
In reply to: “Demo site” – wordpress integrations problemi just tried the default and it didn’t do the demo thing… any ideas in which file i can disable this in the theme?
I’ll but back the other theme so that you can see it…
thank you again for your help!
In reply to: “Demo site” – wordpress integrations problemthank you!
http://greenprophet.com/exegesis
using peacemaker theme on bbpress
ideally i’d like to be able to access the functions so that I can integrate the pages better.