Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Rebuilding Navigation Menu (10th Sep 09 at 4:32pm UTC) | | You use a Loop =]
Code: - <script type="text/javascript">
- <!--
-
- for(var i = 0; i < vf_usergroup.length; i ++)
- {
- if(vf_usergroup[i] == '1')
- {
- document.write('MMOOO');
- }
- }
-
- //-->
- </script>
| |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
dog199200 Guest | Re: Rebuilding Navigation Menu (10th Sep 09 at 5:18pm UTC) | | doesn't work. | |
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Rebuilding Navigation Menu (10th Sep 09 at 8:02pm UTC) | | works for me, be a little more specific (its even on the test forum) | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
dog199200 Guest | Re: Rebuilding Navigation Menu (10th Sep 09 at 10:21pm UTC) | | by it doesn't work as in its not doing anything at all. I even tired leaving the MMOOO in and seeing it that would work and it doesn't. try this on the test forum and see if it works please:
Code: - <script type="text/javascript">
- for(var i = 0; i < vf_usergroup.length; i ++)
- {
- if(vf_usergroup[i] == '1')
- {
- document.write('<li><a href=/action/admin><span><span>Admin Panel</span></span></a></li><li><a href=/action/register><span><span>Register User</span></span></a></li>');
- }
- }
- </script>
Edit: It seems as if defining events via group isn't working at all on my forum. | |
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Rebuilding Navigation Menu (11th Sep 09 at 1:35am UTC) | | Okay i updated the codes, try them now =] Found a small bug since multiple groups. | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
dog199200 Guest | Re: Rebuilding Navigation Menu (11th Sep 09 at 2:23am UTC) | | ok it works now, thank you | |
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Rebuilding Navigation Menu (11th Sep 09 at 8:00am UTC) | | NO prob =] | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|