Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Members Online Today; Easy, simple, and reliable!
Topic Started: Feb 20 2008, 12:41 AM (6,732 Views)
tan-tan
Member Avatar
Member
 *   *  
Knew should have asked before deleting all those =P But I'd have to anyway. *wishes it would work* It didn't work on my test board too by the way.
Offline Profile Quote Post Goto Top
 
.DeLeTeD.
Member
 *  
doesnt keep every member, only a few (error i just noticed) any suggestions?
Offline Profile Quote Post Goto Top
 
Mwr247
Member Avatar
Cęsaris Salutis!
 *   *   *   *  
Sorry tan-tan :( I really wish I knew how to fix it, but I don't...

.DeLeTeD.:
Either 1: this is because they go to your site without viewing the index; or 2: you haven't given all groups the ability to edit the calendar.
Offline Profile Quote Post Goto Top
 
tan-tan
Member Avatar
Member
 *   *  
:( I'd give it another shot this weekend then! I need this lovely code D:
Offline Profile Quote Post Goto Top
 
.DeLeTeD.
Member
 *  
Mwr247
February 27, 2008 12:10 AM
.DeLeTeD.:
Either 1: this is because they go to your site without viewing the index; or 2: you haven't given all groups the ability to edit the calendar.

its the member group regular members, which some register as online 2day, and some dont. And they view index when going to the site (i dont have the portal mod).
Offline Profile Quote Post Goto Top
 
DCRJ
Member
 *   *  
^^ same problem I got as with DeLeTeD.

some members are listed and some aren't...i checked the ACP and all groups can edit calendar events. what's puzzling about it, I am the admin in my board and I don't get to be included in the MOT, i even view the index page and still no trace of my name in the MOT, I also tried creating different alias and those alias aren't included still. only certain members were able to get listed.
Offline Profile Quote Post Goto Top
 
tan-tan
Member Avatar
Member
 *   *  
I've got good news; I changed our skin and the code worked like magic.

Now my problem now is the repeating. Some members are repeated twice; could you fix this?
Offline Profile Quote Post Goto Top
 
jontyo5
Member
 *  
Added this code and it's working great atm,

Thankyou very much! :D
Offline Profile Quote Post Goto Top
 
icecrusher44
Member Avatar
Prince of Invisionfree
 *   *  
It's not working for me either... but still a great code..
Offline Profile Quote Post Goto Top
 
jontyo5
Member
 *  
update! i'm now getting repeated entries on (Mot) list, however all in all its a great improvement on previous versions i tried.

click here for preview

thanks ~ jonty ~

Another update! please note the member legend code stated in a previous thread originally worked with this, but then causes a problem when the day changed over, so i would personally not recommend these to be used together.

If required i can provide a screenie of what u get when they are both used together.

~ jonteh ~
Offline Profile Quote Post Goto Top
 
Mwr247
Member Avatar
Cęsaris Salutis!
 *   *   *   *  
Glad it's still working for some of you, sorry to those that it's not :( Like I've said before, I've looked and looked but I cannot find out why this code is so picky...
Offline Profile Quote Post Goto Top
 
..SMOKEY..
Member Avatar
Member
 *   *   *  
Mwr247
February 20, 2008 03:45 PM
I Am Java:
The colors are from another code of mine. If you want them I can show you.


I would LOVE to know how as well if you still support it

great code btw!
Offline Profile Quote Post Goto Top
 
SanityLaine
Member Avatar
~Little Miss Spookiness~
 *   *  
Awsome code, my moderators were asking about if there was a way to see who had been on throughout the day. You are way cool for sharing these mwr, thanks.
Offline Profile Quote Post Goto Top
 
..SMOKEY..
Member Avatar
Member
 *   *   *  
is there a way to make it match the board colors?

like
admin= red
mod= green
etc....

thanks...this code is THE S**T
Offline Profile Quote Post Goto Top
 
Mwr247
Member Avatar
Cęsaris Salutis!
 *   *   *   *  
There's no natural way to do it, but I do it with the name color changing code I made that I mentioned earlier:
Code:
 
<script>
// Change Name Color

var unc=document.getElementsByTagName('a');
function addname(name,color){
for(i=0;i<unc.length;i++){
if(unc[i].innerHTML.match(name)){
unc[i].innerHTML='<font color="'+color+'">'+unc[i].innerHTML+'</font>';}}}

addname('Mwr247','red');
addname('abc','green');
</script>

Basically, anytime it finds a link containing any of the names in any of the "addname" things at the bottom, it colors them the color that is assigned to it. For example, anytime it find "Mwr247", it will color the whole link red. You can add more names by adding more "addname" lines.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Code Snippets · Next Topic »
Add Reply