Groups List
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Groups List
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.
Re: Groups List
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Groups List
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.
Re: Groups List
ok, here's what i've done to fix it
open styles/prosilver/template/memberlist_body.html
find
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
open styles/prosilver/template/memberlist_body.html
find
Code: Select all
add before
<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>
Code: Select all
find
<th class="memberlist-avatar"></th>
Code: Select all
in-line find
<td colspan="<!-- IF U_SORT_ACTIVE -->5<!-- ELSE -->4<!-- ENDIF -->"> </td>
Code: Select all
in-line replace with
5<!-- ELSE -->4
Code: Select all
find
6<!-- ELSE -->5
Code: Select all
add before
<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>
Code: Select all
find(i added this one)
<th class="memberlist-avatar"></th>
Code: Select all
add before
<th class="name">{L_GROUP_MEMBERS}</th>
Code: Select all
find
<th class="memberlist-avatar"></th>
Code: Select all
add after
<tr class="<!-- IF memberrow.S_ROW_COUNT is even -->
Code: Select all
refresh the theme and templates <td><a class="thumbnail" href="{memberrow.U_VIEWPROFILE}"><span>{memberrow.USER_AVATAR}</span>{memberrow.USER_AVATAR_THUMB}</a></td>
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Groups List
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
Strange huh?
Johnathan
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
Re: Groups List
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.
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Groups List
I use the same
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
Re: Groups List
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT