Skip to Content Skip to Menu

Avatar Matrix Gallery Module 0.1 released

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

Raj wrote:

Did you try using a space as the title, or setting the CSS for the paragraph element to display:none? That would turn off that the title without requiring you to hack the code.


How do I set the CSS for the paragraph element? I'm not sure which one of the elements does this.

Thanks.

Michael.

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 #19187 by Raj
Hi Micoots,

Try

p.rajavatarmatrixtitle {
display:none;
}

Raj

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 #19188 by Raj
Micoots,

Also, try changing the background color of

tr.rajavatarmatrixoddrow {
background:#fefefe;
}

To something more compatible with the color scheme of your site.

Perhaps

tr.rajavatarmatrixoddrow {
background:#333;
}

#333 is a dark gray, you can decide the shade of gray by using #111, #222, #333, #444, or so on.

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 #19190 by micoots
Replied by micoots on topic Re:Avatar Matrix Gallery Module 0.1 released
Hi Raj,

Raj wrote:

Hi Micoots,

Try

p.rajavatarmatrixtitle {
display:none;
}

Raj


I've implemented your suggestions and the module looks much much nicer.

Many thanks mate!

Michael.

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

  • jeffason
  • jeffason
  • OFFLINE
  • Posts: 53
  • Thanks: 0
  • Karma: 3
18 years 2 months ago #19191 by jeffason
Replied by jeffason on topic Re:Avatar Matrix Gallery Module 0.1 released
very strange why this worked once, but now I'm having all kinds of trouble...

My first problem was that the results were doubled and I could not figure out why so I removed the module.

I have reinstalled. Now my problem is that whenever I save the config in the backend I am re-directed back to my frontend homepage.

Additionally, when the module is published I get

"Search string must be set to 1, 2, 3, 4, 5, 6, 7, or 8 only"

And by manually editing the code for whichsearch = 1, the foreach statement fails.

It seems like my module cannot get the configuration?

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 #19192 by Raj
Doubling of results...maybe you tried rolling your own SQL? I've seen results repeated numerous times if the clause that joins the jos_users and jos_comprofiler tables is wrong or absent in the SQL.

As for rest, I really have no clue. There's nothing special about this module in terms of how it saves its configuration.

I'm working on version .4 now, and should have a beta by tomorrow night. I'll post it here and you can try it out.

Raj

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

Moderators: beatnantkrileon
Powered by Kunena Forum