MyBB Community Forums

Full Version: CraKteR's plugin list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That's because it overwrites the other session with an guest session.. (As it is the same IP)
OH, that's strange! I do notice that all the names are in the "Complete list", though! That's good! phew! LOL
That's strange 0.o
*checks it again*
I know why, online today page doesn't count sessions just the users, so it won't show guests, however I can make it work if you want... but...
Nah, it's nice to see how many guests have stopped by, but I only need to see the actual members who visited! It is an improvement from the old version, by the way! Kudos on that! Big Grin
Okey Dokey, I got the Who's Online Today plugin installed, but I want it to be on some other themes of mine too, but how do I do that?? I know its in the global templates, but do I copy that into my other theme's Who's Online template??
It will automatically add to all themes. (If I am not wrong...that is what happened to mine)
I've just released two new plug-ins.
Autoset cookies paths 1.0 - Which will set the cookie path automatical.
Autoset BBurl - Which will set the bburl automatically everytime an user visits (not in settings, dynamicly).
These will override the settings you have, I have tested it over at my forum and it works. I use two urls now Smile
http://forum.mcdcpp.net/ and http://mcdcpp.net/forum/ Smile


FirefoxWiz Wrote:Okey Dokey, I got the Who's Online Today plugin installed, but I want it to be on some other themes of mine too, but how do I do that?? I know its in the global templates, but do I copy that into my other theme's Who's Online template??

Go to Admin CP -> templates -> modify / Delete -> *your templateset* -> Index page templates -> index
Find:
{$whosonline}
add under:
{$online_today}
It should add it automaticly to all the templates, not if you have it enabled though (you can disable it and enable it again and it will show)
Ok, I've added that to the templates, and now it looks like this on one of my themes:

[attachment=3870]

But it shows up correctly on the rest of the themes Confused !!!!
Go to Admin CP -> templates -> modify / Delete -> Global -> online_today_index
Change:
<td class="tcat">
to:
<td class="tcat" colspan="2">

after the second <tr> add:
<td class="trow1"><a href="online.php?action=today"><img src="{$theme['imgdir']}/who_wasonline.gif" alt="whos_online" /></a></td>
Then there was that time of day that I'm usually releasing new plugins and this night is no different. Smile
I've just made my biggest mod yet. Smile
Hope you like it.
It's an advanced Welcome message plugin, you can set which usergroup should see the message Smile
With a load of userfriendlyness attached to it. Smile

Important messages

Also look at the screenshot Smile
[attachment=3887]