Updated to version 1.1, fixed all problems people were having
- changed order on setting usergroup permissions, requirements are now checked in this order: Half User > Full User > Admin > Banned User, checks for primary and secondary usergroups and userids for banned users
- fixed style issue with the station pages
- fixed duplicate station not being reported ("reporttype" gpc var wasn't being cleaned)
- fixed member number not showing on "reported by" url (was using $user[userid] instead $report[userid])
- fixed station not being editable/deletable by user who added it ($vbulletin var wasn't on global in function rs_construct_station_options() and rs_check_ownership() )
Upgrade is easy just follow the instructions in upgrade.txt. You won't need to revert any template.
The only template changed is RADIOSTATIONS_STATIONS_NAVBAR, if you like the old one with table border replace it with this:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" align="center">
<div class="fieldset" style="margin:0px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<form action="javascript:listCategory()" name="listCategoryForm">
<td class="smallfont" align="left">
$html_category_list
<input type="Submit" class="button" value="$vbphrase[rs_update]" name="send" />
</td>
</form>
<td align="center">
<strong>$html_random_station</strong>
</td>
<form action="javascript:searchStation()" name="searchForm">
<td class="smallfont" align="right">
<input type="Text" name="searchfor" class="smallfont" size="20" />
<input type="Submit" class="button" value="$vbphrase[rs_search]" name="send" />
</td>
</form>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br />
edit: RADIOSTATIONS_PAGES was also changed, but I doubt anyone customized that.