Just submitted the recent version I've been working on to the SVN. It is under GuildSpeak not TeamSpeak as it supports both Vent and TS. AnthonyB I would love if you could test the crap out of this. I'm sure it still has bugs here and there especially in the templating. Also, I've been working on adding to the template engine. I submit the WHILE tag:
- Code: Select all
<!-- WHILE ispgroup_nav.NUM_LINK <= ispgroup_nav.PAGE_LINKS -->
<!-- IF ispgroup_nav.PAGE == ispgroup_nav.NUM_LINK -->
<b>[
<!-- ENDIF -->
<a href="groups.php?page={ispgroup_nav.NUM_LINK}">{ispgroup_nav.NUM_LINK}</a>
<!-- IF ispgroup_nav.PAGE == ispgroup_nav.NUM_LINK -->
]</b>
<!-- ENDIF -->
<!-- IF ispgroup_nav.NUM_LINK != ispgroup_nav.PAGE_LINKS -->
{ispgroup_nav.SPACE}
<!-- ENDIF -->
{ispgroup_nav.INC_NUM_LINK}
<!-- ENDWHILE -->
It's basically the IF tag without the ELSEIF part and while instead of if on the php replacement code. Still being tested though, if I get it working right I'll post the changes for the template_enc.php file. Anyway, the changelog for GuildSpeak is below:
GuildSpeak v1.9.9.6 [SVN]469:
- First Commit
- Working
-- Addon installer
-- Admin Settings
-- Standard TeamSpeak display
-- Basic Ventrilo display
- Broken
-- TeamSpeak group display (currently hangs, need to re-write php and templating)
-- Any kind of templating fo Ventrilo
- Not Implemented Yet
-- Search functions