News:

Wondering if this will always be free?  See why free is better.

Main Menu

Any idea how to fix my memberlist?

Started by GreenSage, February 08, 2015, 12:47:17 AM

Previous topic - Next topic

GreenSage

Well, the memberlist is just fine. It's when I go into it from the admin mode it looks like this:

Not sure what I did in the CSS but it looks all jumbled up?


Arantor

It's not CSS... looks like the id column has colspans set when it shouldn't... don't know what you've done to the template to achieve this though.
Holder of controversial views, all of which my own.


GreenSage

Quote from: Arantor on February 08, 2015, 07:41:47 AM
It's not CSS... looks like the id column has colspans set when it shouldn't... don't know what you've done to the template to achieve this though.

This is the relative HTML for that part. Anything look off?


<table class="table_grid" cellspacing="0" width="100%">
<thead>
<tr class="catbg">
<th scope="col" class="first_th"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=id_member" rel="nofollow">ID</a></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=user_name;desc" rel="nofollow">Username</a> <img src="http://www.xeno13.com/forums/Themes/metro/images/sort_up.gif" alt="" /></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=display_name" rel="nofollow">Display name</a></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=email" rel="nofollow">Email Address</a></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=ip" rel="nofollow">IP address</a></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=last_active" rel="nofollow">Last Online</a></th>
<th scope="col"><a href="http://www.thexeno.com/forums/index.php?action=admin;area=viewmembers;sort=posts" rel="nofollow">Posts</a></th>
<th scope="col" class="last_th"><input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" /></th>
</tr>
</thead>

Arantor

No, it's not the headers that are broken, it's the next rows...
Holder of controversial views, all of which my own.


GreenSage

Quote from: Arantor on February 08, 2015, 02:01:46 PM
No, it's not the headers that are broken, it's the next rows...

I'm trying to find it in the file structure but I can't find it. Any idea where the index.php?action=admin;area=viewmembers location is?

Arantor

It's a generic list, meaning there's no template for it, it sets up the data centrally via GenericList.template.php.

I would wonder what mods you have that altered it, or if you altered it manually at any point since that's not something that can just randomly happen.
Holder of controversial views, all of which my own.


GreenSage

Quote from: Arantor on February 08, 2015, 02:17:06 PM
It's a generic list, meaning there's no template for it, it sets up the data centrally via GenericList.template.php.

I would wonder what mods you have that altered it, or if you altered it manually at any point since that's not something that can just randomly happen.
ARANTOR GUESS WHAT OMG

I just figured it out.

I simply threw on one of my already-made styles to stylize the headers waaaaaay back lol. I simply had a "display:block" on that thead to stylize it (the display:block was needed elsewhere where I was using that header lol.) I removed that and BAZINGA!

So proud of myself right now lmao.

Arantor

Yes, that would likely cause it... table elements have displays of table, table-row and table-cell for a reason ;)
Holder of controversial views, all of which my own.


Advertisement: