Page 2 of 2

Re: Groups List

Posted: Mon Jan 10, 2011 7:28 pm
by itsallaboutmusic
Ace, you get a chance to see what caused the error?

Re: Groups List

Posted: Mon Jan 10, 2011 7:33 pm
by spaceace
i've actually been busy with style stuff. i'll look at the issue now and edit this post with an answer.

Re: Groups List

Posted: Mon Jan 10, 2011 7:40 pm
by itsallaboutmusic
No rush, take your time. the new style is more important :)

Re: Groups List

Posted: Mon Jan 10, 2011 8:26 pm
by spaceace
ok, here's what i've done to fix it ;)

open styles/prosilver/template/memberlist_body.html

find
Code: Select all
			<th class="name"><span class="rank-img"><a href="{U_SORT_RANK}">{L_RANK}</a></span><a href="{U_SORT_USERNAME}"><!-- IF S_SHOW_GROUP and .memberrow -->{L_GROUP_LEADER}<!-- ELSE -->{L_USERNAME}<!-- ENDIF --></a></th>
add before
Code: Select all
			<th class="memberlist-avatar"></th>
find
Code: Select all
					<td colspan="<!-- IF U_SORT_ACTIVE -->5<!-- ELSE -->4<!-- ENDIF -->">&nbsp;</td>
in-line find
Code: Select all
5<!-- ELSE -->4
in-line replace with
Code: Select all
6<!-- ELSE -->5
find
Code: Select all
			<th class="name"><span class="rank-img"><a href="{U_SORT_RANK}">{L_RANK}</a></span><a href="{U_SORT_USERNAME}"><!-- IF S_SHOW_GROUP -->{L_GROUP_MEMBERS}<!-- ELSE -->{L_USERNAME}<!-- ENDIF --></a></th>
add before
Code: Select all
			<th class="memberlist-avatar"></th>
find(i added this one)
Code: Select all
		<th class="name">{L_GROUP_MEMBERS}</th>
add before
Code: Select all
		<th class="memberlist-avatar"></th>
find
Code: Select all
	<tr class="<!-- IF memberrow.S_ROW_COUNT is even -->
add after
Code: Select all
		<td><a class="thumbnail" href="{memberrow.U_VIEWPROFILE}"><span>{memberrow.USER_AVATAR}</span>{memberrow.USER_AVATAR_THUMB}</a></td>
refresh the theme and templates

if this doesn't work for you, set my user to founder perms and pm me ftp access to your site and i'll make the necessary changes to fix it

Re: Groups List

Posted: Tue Jan 11, 2011 1:43 pm
by itsallaboutmusic
It worked!!!!!!! Question, what would cause an HTML document to all of a sudden show every code on one line. I save as UTF-8 without BOM but sometimes I go to edit and everything is on one line, anyway to get it show normal?

Strange huh?


Johnathan

Re: Groups List

Posted: Tue Jan 11, 2011 4:16 pm
by spaceace
only thing i can thing of is the editor is not parsing the line breaks.

but it also might depend on the program that you use for ftp.

the only thing i use is filezilla and notepad++ as they are both very good and free.

Re: Groups List

Posted: Tue Jan 11, 2011 4:56 pm
by itsallaboutmusic
I use the same :)

Re: Groups List

Posted: Tue Jan 11, 2011 5:06 pm
by spaceace
then i have no idea what would cause it