Forum Replies Created
-
In reply to: Broken integration with wp 2.5?
It seems that users cannot log in to the forum anymore using their passwords , including myself.
Calling v 0.9, calling v 0.9, please show up!!
In reply to: Broken integration with wp 2.5?Thank you very much, i will wait for 0.9. Let’s hope it is comming out soon!
I spent a whole day trying to resolve the same problem, until I came accross a sollution. Try the following improvements, worked for me.
In the bb-settings.php version 0.8.3 line 172 find the code:
if ( is_callable( ‘glob’ ) )
foreach ( glob(BBPLUGINDIR . ‘_*.php’) as $_plugin )
require($_plugin);
Replace it with:
if ( is_callable( ‘glob’ ) ) {
$pluginarray = glob(BBPLUGINDIR . ‘_*.php’);
if ($pluginarray)
foreach ( $pluginarray as $_plugin )
require($_plugin);
}
The source (in German): http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67
In reply to: What plugin makes this?– lol lol lol lol –
In reply to: always logged on / security issue ?all right, i will sleep well then
In reply to: problems log in@firefoxmy firefox2 works like butter
In reply to: always logged on / security issue ?Thank you. Well, if it is save enough, then i should leave it as it is. I am just worried about the server because i am expecting a few dosen of members. My 1st website was overwritten once (aaaaahhh!…), therefore i am interested in all the measures against bad luck.
I wonder if there is some code in bbPress where i can change its cookie’s life duration? I think i came accross it somewhere in but cannot remember now where exactly.
In reply to: always logged on / security issue ?I did it again (restarting the pc) and now i see that this forum does the same thing – i did not need to log in to post this message. Ok, i will accept this as a normal bbPress feature, am i right?