inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 28, 2013 6:02:05 GMT -8
There's too many errors/problems with that sidebar. Have you tried the Redux one by Brian ? have you tried that one?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 28, 2013 6:09:25 GMT -8
he took it out of every page but the main page and the thread list and when you opened the thread page the sidebar came on forever as it loaded, only the thread page, he said he couldnt do anything about it so i cant use it
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Mar 28, 2013 6:30:48 GMT -8
There's too many errors/problems with that sidebar. Have you tried the Redux one by Brian ? have you tried that one? I've tried both sidebars for testing purposes for my pre-made themes. The Redux one is always the one that works best for me.
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 28, 2013 7:08:18 GMT -8
i spotted this for the awards plugin "try re-ordering the plugins, start with the awards plugin at the bottom and move it up to see if it stops conflicting with the other plugins." try putting sidebar at bottom or top! this might actually work as by theory the code is read in a different order. but then again it might not work but you can do is try
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Mar 28, 2013 7:11:26 GMT -8
it would just bug me, id rather have it troubleshot
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 28, 2013 8:15:05 GMT -8
i know what you mean, suppose it would bother me too, but it could be fix for now im sorry to say this above and beyond what I can figure out for now.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 2, 2013 14:39:16 GMT -8
someone get this to work with the sidebar
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 6:31:36 GMT -8
i have updated the code recently so maybe this one could work.... Users Online
|
---|
12 Users Are Online Now
or
1 User Online Now
|
<tr><td> <script type="text/javascript"> var tmp=($[total_staff_online] + $[total_members_online] + $[total_guests_online]); document.write (tmp + " User" + (tmp!=1 ? "s Are" : "") + "" );</script> Are Online Now</td></tr>
Users Online in the Last 24 Hours
|
---|
There Was 210 Users Online Today
Or
There Was 1 User Online Today
|
<tr><td>There Was <script type="text/javascript"> var tmp=($[total_staff_online_24] + $[total_members_online_24] + $[total_guests_online_24]); document.write (tmp + " User" + (tmp!=1 ? "s" : "") + "" );</script> Online Today</td></tr>
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 8:24:53 GMT -8
all i got was a white tab with this 1 User
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 8:27:14 GMT -8
yeah its still interfering with the plugin then its just had the number last time correct? try putting </script> at the top of your home template
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 8:31:06 GMT -8
oh oh!!! i think i might know MEMEMEME !!!!
add </script> to the top of your forum wrapper
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 8:32:20 GMT -8
and disable all plugins and enable the side bar plugin last!!
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 3, 2013 8:57:31 GMT -8
i tried both but the same thing
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 9:11:12 GMT -8
damn man!
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 6, 2013 5:58:03 GMT -8
i got brians sidebar to work on a test site with my theme i just have to wait for him to move some stuff arouund
is there a way to get it be
There Are 66 Users Online Now, if more than one
and
There Is 1 User Online Now, if just one
<tr><td style="padding-left:10px;">There Are <script type="text/javascript"> var tmp=($[total_staff_online] + $[total_members_online] + $[total_guests_online]); document.write (tmp + " User" + (tmp!=1 ? "s" : "") + "" );</script> Online Now</td></tr>
There Were 66 Users Online In The Last 24 Hours, if more than one
and
There Was 1 User Online In The Last 24 Hours, if just one
<tr><td style="padding-left:10px;">There Were <script type="text/javascript"> var tmp=($[total_staff_online_24] + $[total_members_online_24] + $[total_guests_online_24]); document.write (tmp + " User" + (tmp!=1 ? "s" : "") + "" );</script> Online In The Last 24 Hours</td></tr>
|
|