Page 1 of 1

[SOLVED] Albums in News?

Posted: Mon Sep 03, 2007 4:20 pm
by halm
I have put an album to display in a news article.

Now, it appears as a bulleted vertical list instead of a horizontal (unbulleted) one.
Also, when clicking the thumbs, no large image appears (I'm using lightbox template)

Any suggestions?

Re: Albums in News?

Posted: Mon Sep 03, 2007 4:45 pm
by Dr.CSS
How, what method are you using to do this, is the tag getting wrapped in a format tag, {cms_module module='album'} or check with source/html button in editor...

Re: Albums in News?

Posted: Tue Sep 04, 2007 9:02 am
by halm
I've been careful about that one after I made that error a couple times in the past ;)

The tag was {module="album" album="14"} - I've modified the post to just display the images normally, without thumbs or any kind of fancy effects, but it'd be really nice to be able to use album tags in news posts in the future!

It seems there's a bullet-list stylesheet being applied to the album instead of just aligning the thumbs horizontally?
And why the Lightbox script isn't activated, I simply cannot figure out. Could News mod block it form working?

Re: Albums in News?

Posted: Tue Sep 04, 2007 1:16 pm
by Dr.CSS
If you look at the rendered page source view, which is what I would do if I had a link, you need to see if it has a rel="lightbox" in the image address and check to see how it is wrapped, the CSS may have some call for ul li in the news...

Re: Albums in News?

Posted: Tue Sep 04, 2007 2:11 pm
by halm
Oh, for crying out loud ... I'd tried to align='center' the album!
Apparently that doesn't sit well with News.

Thx alot Mark, the error did turn out to be in the formatting.