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

Antechinus

Finally got around to updating this for RC1-1. Call me Speedy.  :P

There is now a psd available on the download page, which should make it easier for people to customise the member block images, and I threw in ready-made png images for the Outline and Mystic Jade themes.

Note that the block image is now called as a png, not a gif. Png's are better. Of course you can still use a gif if you really want to but you'd have to change the css to call it. 

C4G-TK

Since this is using a png, I chose to make the body portion of the image transparent in order for it to pull the background of the forum by default.  I also squared off the edges since my forum is more angular and not rounded.

I attached an example and the png image.
Hope it gives people some ideas.

-img removed-

Antechinus

If you use a png-8 it will be transparent in IE6 as well. ;)

MATTEK

Quote. Execute Modification .Themes/default/languages/Modifications.english.php Test successful
  1. Add After .Themes/default/languages/Modifications.english.php Test successful

4. Execute Modification .Themes/default/languages/Modifications.turkish.php File not found
5. Execute Modification .Themes/default/style.css Test failed
  1. Add After .Themes/default/style.css Test failed

This is what I get.
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

Antechinus

You must have removed part of the style.css then, so the mod can't find what it is looking for. You can just add the extra css to the end of the file manually. It's safe to install the mod but it will look a bit messed up until you sort the css.

erealmz

where do i upload my custom member_bg.gif that I made?

Antechinus

Images folder of your theme. :P

nay27uk

#127
hi I have installed this mod but have a few questions.
   

  • How can i make the cells displaying the info bigger, as I have altered some icons and the display has gone tupot, see attachement number 1.
  • And how can I remove the horrible hearder info left behind by the old memberlist system, as this does nothing in this mod, see attachement number 2.
Thanks

nay27uk

Quote from: nay27uk on August 01, 2009, 08:56:09 AM
hi I have installed this mod but have a few questions.
   

  • How can i make the cells displaying the info bigger, as I have altered some icons and the display has gone tupot, see attachement number 1.
  • And how can I remove the horrible hearder info left behind by the old memberlist system, as this does nothing in this mod, see attachement number 2.
Thanks


Ok I managed to get the hights sorted in the CSS however I would still like to know how I remove number 2 above.

And can you give me some code to make the IM icons static

Antechinus

There is code for static IM icons in the Tips and Tricks board. The header does do something in this mod. It provides all the sorting and search options for the memberlist.

robinrobin

Would anyone have any ideas for how to add more info to the tabs, such as age, country and custom ones like contributions and gratitudes? I tried copying the code for, for example age, from Display.template.php, but nothing appears on the Memberlist tabs when i do that. How come?


// Show the member's age
if (isset($message['member']['age']))
echo '
', $message['member']['age'], '';

Antechinus

You'd basically need to write another mod to add those. I may look at integrating custom profile fields at some point but not at the moment.

robinrobin

Oh, ok. I thought it was a simple matter of changing the current code a bit to pull the info from somewhere else from the site, maybe SSI or whatever.

Thanks for your work though!

gbsothere

Antechinus, great mod!  Installed and works beautifully. 

I'm about to move my posters over to 2.x (finally) and held off installing this until I could take care of
[THIS ISSUE] (because I didn't want every member to appear on the members list).  But it's sorted, now
and I just dropped by to tell you that it's a fantastic mod.

:)

My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

busterone

Been using this one for a couple of months, and forgot to say thanks. Fantastic mod. I have 17 themes and this works fantastic with them all. Took a lot of photoshopping to get the bg image to match them all, but I enjoyed that part of it anyway. Great work.  :)

Antechinus

And to celebrate the long awaited Charter Member release of RC2 I've updated the mod. :D

It was a good excuse to play with Curve a bit.

Use this file for RC2: http://custom.simplemachines.org/mods/index.php?action=download;mod=1718;id=117967

Do not attempt to install that file on RC1.2. You wont like the results. The RC1.2 version of the mod is still available.

Enjoy.  ;)

Powerbob

Thanks, going off to install it on my test site now 8)



My SMF 2.1 Beta test site; http://www.pplb.net/smf21/index.php

Acans

Antechinus

With my Avatar settings all avatars are resized, so they also affect the memberlist, so is their a way to get rid of all the room indicated in the attached file?
"The Book of Arantor, 17:3-5
  And I said unto him, thy database query shalt always be sent by the messenger of $smcFunc
  And $smcFunc shall protect you against injections and evil
  And so it came to pass that mysql_query was declared deprecated and even though he says he is not
  dead yet, the time was soon to come to pass when mysql_query shall be gone and no more

Antechinus

Sure. Just make a smaller background image  and reduce the height of the avatar section.

.mlist_avatar
{
    height: 156px;
}
.mlist_avatar a
{
    height: 150px;
   width: 125px;
   overflow: hidden;
}

The Goblin

Quote from: MATTEK on July 08, 2009, 09:08:49 PM
Quote. Execute Modification .Themes/default/languages/Modifications.english.php Test successful
  1. Add After .Themes/default/languages/Modifications.english.php Test successful

4. Execute Modification .Themes/default/languages/Modifications.turkish.php File not found
5. Execute Modification .Themes/default/style.css Test failed
  1. Add After .Themes/default/style.css Test failed

This is what I get.
Quote from: Antechinus on July 08, 2009, 09:49:41 PM
You must have removed part of the style.css then, so the mod can't find what it is looking for. You can just add the extra css to the end of the file manually. It's safe to install the mod but it will look a bit messed up until you sort the css.

I get the same error, but Im not sure how to fix the CSS on it.  How exactly would I fix it or add it back in?  Im using the theme back n black.

Thanks Bunches  :D

Advertisement: