News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Dynamic Memberlist 3.0

Started by Antechinus, March 19, 2009, 11:50:07 AM

Previous topic - Next topic

perro88

The cat avatar in the screenshots is the best xD. Nice mod gz

fords8

Antechinus, do you update this mod everyday? It seems everytime I look, the thing says Last Modified: Yesterday. If you are, anyway you could do a log change list for the mod? Or do a change to the file name or something.

BTW, mod installed great! Nice work!

Antechinus

#22
I've just added a couple of warning notes to the blurb, for people who hit problems with the pre-install tests. The actual mod files haven't changed since it was approved.

Basically if anyone has messed around with their Memberlist.template.php the test will fail on that file, because the mod searches for and replaces the entire thing. So to get a flawless installation you need to have a dead standard RC1 template in place before starting.

I attached a copy to the OP of this thread just in case anyone needs it.

Özgür

cool mod. thanks Antechinus.

Turkish translations


$txt['joined'] = 'Kayıt';
$txt['last_active'] = 'Son Giriş';
$txt['name'] = 'İsim';


And black background image and screenshot in attachment.
So Long

SilverKnight

When can we expect a 1.1x version?

Antechinus

This should answer your question.  ;)


Quote from: Özgür´ on March 23, 2009, 08:23:11 PM
cool mod. thanks Antechinus.

Turkish translations and black background image and screenshot in attachment.
Thanks Özgür´. I'll add the translations when I update the mod. I'll link to the image from the OP too.

Violat3r

#26
Hey, Great mod! Im glad to have one for SMF 2 now lol, only issue was that i use a dark theme "Black Rain V2 by crip" and it obviously didnt look right. So i kinda edited the image (this was before i saw the black one Özgür´ put up) that i personally think works well with the black/gray of Dark Rain V2. If anyone wants to use it feel free:

EDIT: Added a screenshot. If someone wants a much wider view of it in action, lemme know.


Antechinus

Cool. That'll help with alternatives for different themes. I haven't had a chance to make any psd's yet. Unfortunately I wasn't smart enough to save one of the original. I must stop doing that. :P

Violat3r

lol i know what you mean, im not an artist or anything and usually can't come up with anything good on my own. Most of my work is editing existing stuff to my liking and sometimes i want to change it later on for something else or whatnot and i never remember to save the psd's to make it easier. So i end up making it harder on myself, but oh well, its good practice :P

dwd2000

QuoteHey, Great mod! Im glad to have one for SMF 2 now lol, only issue was that i use a dark theme "Black Rain V2 by crip" and it obviously didnt look right. So i kinda edited the image (this was before i saw the black one Özgür´ put up) that i personally think works well with the black/gray of Dark Rain V2. If anyone wants to use it feel free:

EDIT: Added a screenshot. If someone wants a much wider view of it in action, lemme know.

It's nice.

I just coloured in the original and kept the borders. Not as fancy, but looks nice on my site.
30 years ago I was young and foolish.
Now I'm just young.

DAMMIT JIM...I'M A TWEAKER...NOT A CODER!!!

Dave's Games

Vampy

#30
Hi colorized the original into 2 colours to work with tabs-purple theme :D

Quick question though - how do I change the font colours without affecting all the whole forum?

Antechinus

Just add your colour codes to the mlist section at the end of style.css. So as an example,

.mlist_header
{
        height: 21px;
max-width: 145px;
background: none;
        padding: 13px 0 0 0;
margin: 0 13px 0 13px;
font-weight: bold;
overflow: hidden;
}


Change to:

.mlist_header
{
        height: 21px;
max-width: 145px;
background: none;
        padding: 13px 0 0 0;
margin: 0 13px 0 13px;
font-weight: bold;
        color: hideous purple;
overflow: hidden;
}

Vampy

#32
Quote from: Antechinus on March 27, 2009, 10:33:30 PM
Just add your colour codes to the mlist section at the end of style.css. So as an example,

.mlist_header
{
        height: 21px;
max-width: 145px;
background: none;
        padding: 13px 0 0 0;
margin: 0 13px 0 13px;
font-weight: bold;
overflow: hidden;
}


Change to:

.mlist_header
{
        height: 21px;
max-width: 145px;
background: none;
        padding: 13px 0 0 0;
margin: 0 13px 0 13px;
font-weight: bold;
        color: hideous purple;
overflow: hidden;
}


Thanks Antechinus -  LMAO @ the "hideous purple"  .... actually I want it grey/black so :P


EDIT: just one problem - that's what I'd tried before and it doesn't work - the main css appears to override it :(

I changed it to say
.mlist_header
{
    height: 21px;
max-width: 145px;
background: none;
    padding: 13px 0 0 0;
margin: 0 13px 0 13px;
font-weight: bold;
        color: #333333;
overflow: hidden;


Hmm - did I do something wrong, maybe it needs changing somewhere else as well -  If you want to have a look I can PM you the URL

Antechinus

OK, I know what it is. The text in the header is a link to profile. Create another class: mlist_header a:link

You should also add a:visited and if you want to customise it for hover properties you'll need a class for that too.
Example:

mlist_header a:link, mlist_header a:visited
{
    color: #333333;
}

mlist_header a:hover
{
    color: #FFFFFF;
}

Vampy

This is weird - it's working for the hover colour but not for the main header


.mlist_header
{
    height: 21px;
max-width: 145px;
background: none;
    padding: 13px 0 0 0;
margin: 0 13px 0 13px;
   font-weight: bold;
    color: #333333;
overflow: hidden;
}

.mlist_header a:link, mlist_header a:visited
{
    color: #333333;
}

.mlist_header a:hover
{
    color: #FFFFFF;
}


I don't see anything wrong :(  - I tried it both with and without the font color in the mlist_header main class

Ravac

Great work Antechinus, thank you

SilverKnight

oh for christs sake... don't start the game of "well 1.1.x is going out soon"

It's truely not... the main reason why people don't switch to version 2, is becuase theres hardly any mods for it... or decent themes.. and i for one don't feel like porting over all my crap, just make a 1.1.x version, i beg of you.

Smoky "Rider" Blue

SilverKnight,

not to be rude, but Antichinus worked his fingers off for this. he gave you a reply, but you cant handle the answer. im sorry.

not enough themes? design or pay for one then, and as for mods, you really havent looked, but hey each to their own.. O:)

cheers Anti my buddy..  ;)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

C4G-TK

I really like your mod.

I'm not sure if this is possible, but I thought of an idea that may be pretty cool as an added feature for your mod.  In no way am I telling you that it should be done.  I just thought it would be a cool idea.

Idea:

What if each member could pick which background they wanted around their name somehow.

I know there are a LOT of people that use SMF for gaming sites.  I was going to make a background inspired by the green of Xbox, white/blue for Wii, and multi color of Playstation.  If I made three backgrounds, the member could choose which system background they liked and it would display on the memberlist that way instead of everyone having the same one.

Or, a different membergroup would be displayed with a different background like Admins in an Admin inspired background, Mods in another, etc etc.

It was just an idea and I thought that it would really make it unique that way, too.  Unfortunately, I'm just an idea guy and have no knowledge on how to do this type of stuff.

-img removed-

Vampy

Antichinus I have it solved - one missing measly dot was the problem - now it looks wonderful :D

Thank you so much for working so hard writing this mod

Advertisement: