Quote:
Originally Posted by Zachery
Crons are the best and near only way to keep things non intensive, a cron to update the ammount of users online would be best.
|
Would there be a way for a cron to store the information in the datastore table without it breaking anything?
Quote:
Originally Posted by Zachery
You need to add indexs to the datelines in the thread and post tables, which should reduce the query times even more, for the two table scans to get the ammount of new posts.
|
That is not a difficult adjustment, will get that into the deal.
Quote:
Originally Posted by Zachery
Simplicity is not the best way when it comes to some things.
|
True enough
Quote:
Originally Posted by Zachery
The data that you want to get can be very strenious on the server, esp done on everypage load for every user, including guests it seems, very bad idea, guests DO NOT need to see this data, and most of it would be flawed to them as well.
|
Truth be told, I never even thought of guests loading that...excellent idea though, that will be in next update as well.
Quote:
Originally Posted by Zachery
As far as Avatars go, try this in the config.php file
define('AVATAR_ON_NAVBAR', 1);
And this in the navbar.
<img src="image.php?$session[sessionurl]u=$bbuserinfo[userid]&dateline=$bbuserinfo[avatardateline]" title="$bbuserinfo[username]'s Avatar" alt="Avatar" border="0" />
|
Is the define statement within the config file already, or will it need to be added (At work, no access to the server at the moment)?
and lastly, Thank you for your help, I do appreciate constructive assistance!
)O( Cloudrunner )O(