Skip to Content Skip to Menu

Avatar Matrix Gallery Module 0.1 released

  • Raj
  • Raj
  • OFFLINE
  • Posts: 191
  • Thanks: 0
  • Karma: 30
18 years 4 months ago #14885 by Raj
Mediaguru,

The fix for the problem of an extra space between the avatar and username is to set the TD width to a fixed value that is at least 10 pixels wider than your thumbnails. That worked for my site in IE.

Raj

Post edited by: Raj, at: 2006/06/08 09:36

Please Log in or Create an account to join the conversation.

  • animas
  • animas
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 1
18 years 4 months ago #15374 by animas
Hi,
Thanks for the nice module. Only problem I am facing is NAME is not shown for users who has assigned picture from GALLERY.
Why is that?

Secondly how I filter the SQL so that GALLERY uploaders will not be show, since so many user may have same pic from gallery.

Thirdly about SQL 3. You are only querying #__users? Shouldn't there be something #__comprofiler also?

Post edited by: animas, at: 2006/06/15 19:02

Please Log in or Create an account to join the conversation.

  • Raj
  • Raj
  • OFFLINE
  • Posts: 191
  • Thanks: 0
  • Karma: 30
18 years 4 months ago #15450 by Raj
Kind of overloaded right now, but will take a look at the code this weekend hopefully and release a new version early this next week. You're right about querying comprofiler. I figured that out a couple of days ago and realized that it would have to be revised.

Will try to put in the option of allowing or disallowing Gallery uploaders.

Big thanks to all the testers who've helped me learn PHP and SQL by installing this and providing feedback.

I wish I could figure out how to center the avatars and text in a table cell. Anyone? Setting text-align:center for the TD tag doesn't seem to work.

Raj

Post edited by: Raj, at: 2006/06/16 22:03

Please Log in or Create an account to join the conversation.

  • luckyluca
  • luckyluca
  • OFFLINE
  • Posts: 11
  • Thanks: 0
  • Karma: 0
18 years 2 months ago #17497 by luckyluca
Replied by luckyluca on topic Re:Avatar Matrix Gallery Module 0.1 released
Hi, great module.. How do you remove the blue border around the images?

Please Log in or Create an account to join the conversation.

  • Raj
  • Raj
  • OFFLINE
  • Posts: 191
  • Thanks: 0
  • Karma: 30
18 years 2 months ago #17499 by Raj
Assuming you put the CSS included with the download into your template, go into the CSS and look for this:

table.rajavatarmatrixtable td img {
border:1px solid #333;
}

Try changing it to

table.rajavatarmatrixtable td img {
border-style:none;
}

Raj

Please Log in or Create an account to join the conversation.

  • micoots
  • micoots
  • OFFLINE
  • Posts: 45
  • Thanks: 0
  • Karma: 0
18 years 2 months ago #19170 by micoots
Replied by micoots on topic Re:Avatar Matrix Gallery Module 0.1 released
Hi,

I've got some time to play with this module again :)

mediaguru wrote:

I made the text for the usernames very small too which helps.


Just a query, how did you do this?

I seem to also get the issue where most usernames show up for the assigned pic, but some (3/10 usually) just don't show up no matter what. I've also noticed it's _always_ the same users who's usernames don't show up.

Thanks.

Michael.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum