zerobits wrote on Mon, 21 January 2002 10:38 PM |
So is there a plan to implement IM? I'd love to collaborate with you if my services are needed.
|
I'd imagine this would require quite a bit of beta testing and feedback, if you are willing to take upon the role of beta tester it would be of great help.
Quote: |
When are you releasing the feature for online/offline?
|
I am planning on making 1.0.1 release sometime this week (Friday or Thursday), it will include the fixes to the bugs you've noticed as well as few other you didn't
Quote: |
And how about having the "Logged in user" box on the main page on every pages?
|
You can do it yourself actually
put this inside your footer:
<?php if( substr(strrchr($GLOBALS['HTTP_SERVER_VARS']['SCRIPT_NAME'], '/'), 1) != 'index.php' ) fud_use('logedin.inc'); ?>
We'll probably add an option to allow to do that without needing to tinker with the footer in version 1.0.1