Groups List

User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Groups List

Post by itsallaboutmusic »

Ace, you get a chance to see what caused the error?
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Groups List

Post by spaceace »

i've actually been busy with style stuff. i'll look at the issue now and edit this post with an answer.
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Groups List

Post by itsallaboutmusic »

No rush, take your time. the new style is more important :)
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Groups List

Post 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
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Groups List

Post 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
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Groups List

Post 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.
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Groups List

Post by itsallaboutmusic »

I use the same :)
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Groups List

Post by spaceace »

then i have no idea what would cause it
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply