vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Image Sizes In CMS Articles (https://vborg.vbsupport.ru/showthread.php?t=262024)

Steve038 04-14-2011 09:52 PM

Image Sizes In CMS Articles
 
I've set my CMS article layout content columns on the Home page to show a single Article at the top of the page for my newest article, then a two-by-two layout beneath that for older articles. Is it possible to make the image appearing in the single article at the top of the page full size, with the text beneath it, rather than it being a thumbnail with the text next to it when appearing on the Home page?

TomorrowsGaming 04-15-2011 02:30 PM

This has been asked many times before, Sorry, but I don't think there is any practical way to do this AFAIK without doing some good code edits.

Admincp >> Options >> Message Attachment Options >> Thumbnail Size
^^This only affects the Article Max Thumbnail Size, Not the CMS :(

Lynne 04-15-2011 03:28 PM

Yes, it is possible. I've posted the CSS a few time. I didn't save it and can't tell you it without a link to the specific page you want to do this on (if I recall, the css was id specific, so I need the grid id).

Steve038 04-17-2011 01:15 AM

Hey many thnaks to you both for replying. Lynne, I'll do a search and see if I can find one of your theads on this.

Thanks again

Alldis 05-12-2011 03:20 PM

Hello, I'm trying to do the same thing as the original poster. The website is http://vigil-guild.com/content.php
If you could point me in the correct direction that would be great. I haven't had any luck mucking around or with google, aside from finding this post.

Lynne 05-12-2011 09:41 PM

Quote:

Originally Posted by Alldis (Post 2194788)
Hello, I'm trying to do the same thing as the original poster. The website is http://vigil-guild.com/content.php
If you could point me in the correct direction that would be great. I haven't had any luck mucking around or with google, aside from finding this post.

I don't understand what you want at all as you don't have the same issue as the first poster. The first poster said he had a 1 x 2 column layout and just wanted to chcange the size of the image in the first article. You don't have a 1 x 2 layout at all so I don't understand what you want at all.

Alldis 05-13-2011 01:24 PM

Sorry. I would like to replace the thumbnail images on the CMS front page with larger images, width ~1000 pixels.

Lynne 05-13-2011 05:07 PM

image_thumbnail_max is the stylevar that is used to set the size of the images on that page. Or just add your own css to the page:
HTML Code:

.cms_article_preview_image {    max-height: 1000px;    max-width: 1000px !important;}

Alldis 05-13-2011 05:46 PM

That was very easy. Thank you.


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01024 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete