News:

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

Main Menu

Dynamic Memberlist 3.0

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

Previous topic - Next topic

gbsothere

Antechinus, if you'll pardon a tedious question...   :)

Way back in days of yore, you helped me to achieve a color sampler for the Default theme (SMF 1.1.11).  It consists of a pull-down menu in the collapsible header:



In the Default images folder are separate image folders for each color choice.  An example of a folder would be colpink.  The images in that folder are present when someone chooses that theme.  (They are all "default", but variations on the default theme.)

Right now, if someone has chosen colpink as their color choice, this mod's images look like this:



I've tinted your images:  dm_bar.png, memberlist_bg.png and memberlist_buttons.png to match each color choice and placed them in their respective folders.  Is there any way to adjust a code somewhere that will point to the images in their folders, rather than just default/images?

(If any of that made sense.)   :D
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.

Antechinus

Yes it makes perfect sense. :) A solution for that wont be difficult. Basically what you need to do is copy the relevant part of style.css to all the secondary css files for each variant. Then you have to change the image calls and colour codes to suit. So for example you'd change this:
/* The blue rounded header bar */
#mlist_form h3.catbg, #mlist_wrapper h3.catbg{
overflow:hidden; height:31px; line-height:32px; font-weight:bold; border-bottom:none;
background:url(images/dm_bar.png) no-repeat 100% 0; padding:0 9px 0 0; margin:0;
}


to this in style_colpink.css
/* The blue rounded header bar */
#mlist_form h3.catbg, #mlist_wrapper h3.catbg{
overflow:hidden; height:31px; line-height:32px; font-weight:bold; border-bottom:none;
background:url(images/colpink/dm_bar.png) no-repeat 100% 0; padding:0 9px 0 0; margin:0;
}

gbsothere

Perfect!   :D

Thanks so much; you've saved my butt with this forum stuff many times and I appreciate it.   :)
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.

Reefer

Great Mod! Thankyou!
Any chance of adding a Sort function for Karma in this memberlist Mod? Where you can list members according to their Karma stats?

Antechinus

It's possible but I have no interest in adding it.

Reefer

ermmm... ok. Thanks for that.

zolee

how to use default avatar mod with this mod?


Antechinus

Quote from: zolee on September 03, 2010, 10:23:46 AM
how to use default avatar mod with this mod?
I use a default avatar with it but can't remember how I set it up. I'll take a look at the code as soon as I get time.

petesky

How can i sort the most recent user as first by default when clicking the memberlist ?

Antechinus

Haven't bothered to look into that. I just used the standard SMF code for most of this mod. It's mainly just a presentation mod with very little change in functionality.

Hj Ahmad Rasyid Hj Ismail

I just found this mod and it is great. Thanks Antechinus (and Nas too) for this great mod.

flapjack

not working with rc4 out of the box, any chance for update?

Antechinus


Antechinus

RC4 version is up. Added RTL support for all browsers other than IE. If you really want to use IE with an RTL language stick to the standard memberlist for now (or until Microsoft get their heads out of their butts).

C4G-TK

#215
Just installed on a pretty clean version of RC4.  (I've had this on all my other forums w/o any problems as well.)

There were no failed tests, but displayed incorrectly.  Instead of going from member A to member B from left to right, it went down, so each member was on its own row going across with nothing in the blank spaces.  I installed the mod marked RC4 (2.0.4), but it appears in Browse Packages as 2.0.5.  Regardless, here's the screen shot to tell you a little better the problem...

I cleared the cache like 3 times as well, but nothing.

Oh yeah, I use your Chocolate Curvaceous theme that someone updated in another thread for RC4.


And as an aside,
If anyone is using Chocolate Curvaceous, I've attached newer PNG images so you can replace the ones that came in the mod package.
(It just looks nicer for this theme.)

-img removed-

busterone

I have had the same thing happen on a couple of curve derivative themes before. In both cases, for some odd reason, the css edits to the theme's index.css was not completed. I made the edits manually and the theme's memberlist displayed properly. Check to see if the required edits are there.

Antechinus


C4G-TK

Will look at it in the AM.  Thanks!

Update:
I checked the edits and all the edits are done correctly.  (I've attached the files here in case someone can see something I missed.)
I cleared the cache on the forum through the Maintenance > Forum Maintenance > Routine
I even cleared the cache on my browser.  (FireFox 3.6.12)


Still no change in the Memberlist area.

The only thing that I changed was the images and I used the same dimensions that were in the original. 


Anything else?

-img removed-

Antechinus

It's defintely a css problem because this is the same as what happens when you don't clear the cache. The floats aren't being applied to the blocks. I noticed that you have the css edits partially copied a second time in index.css. I suspect you've made a mistake there.

Advertisement: