The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CMS home page Viewing problem
Hello
Right now, when viewing the Section, my articles appear like this with the first image on the left and the page text on the right. I would like the preview to appear like this which is the way my article is formatted up to the page break. So, I would like the preview break to simply show where the preview 'stops' and have the article preview formatted on the Section page exactly how it is formatted on my article page. Thanks alot! Please anyone know this is a big problem for me on my site |
#2
|
|||
|
|||
Bumb anyone know ?
|
#3
|
||||
|
||||
Do you always want the image on the top instead of on the left? If it's just a matter of placing the image, try adding this to additional.css:
HTML Code:
/* CMS image on top/center, text align left */ .cms_article_preview_image {float:none;} .article_preview div.fullwidth {text-align: center;} .article_preview div.fullwidth div {text-align: left;} |
#4
|
|||
|
|||
Quote:
is there a way to show the image bigger and show say 3 max? Thanks Lynne |
#5
|
||||
|
||||
Showing more images will require quite a bit of coding (right now, only the first image link is saved). Making it bigger just requires adjust properties in the class ".cms_article_preview_image". Go do a search for that and you'll see what stylevars effect it and then change them.
|
#6
|
|||
|
|||
Quote:
i found this Code:
.cms_article_preview_image { border:{vb:stylevar vbcms_article_preview_image_border}; outline: {vb:stylevar vbcms_article_preview_image_outline}; float:{vb:stylevar left}; margin:{vb:stylevar vbcms_article_preview_image_margin}; max-height:{vb:stylevar vbcms_article_preview_image_maxSize}; max-width:{vb:stylevar vbcms_article_preview_image_maxSize} !important; _width:{vb:stylevar vbcms_article_preview_image_maxSize}; /*IE6*/ Thanks you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|