View Full Version : Cms Blocks
3amalah
03-02-2011, 09:57 PM
Hello
I Need To Make Th Content Cms Show 3 Articles In A Row Instead Of 1
Example
https://vborg.vbsupport.ru/attachment.php?attachmentid=127109&stc=1&d=1299110226
The Clock = The Article
Is This Possible
wpeloquin
03-02-2011, 10:18 PM
If i understand you correctly, you mean something like the picture i attached. If so, go to AdminCP -> vBulletin CMS -> Section Manager and change the desired section to a 3 column layout. You can add/edit the grids and layouts under the vBulletin CMS as well
Lynne
03-02-2011, 10:25 PM
Go to section > hover over section title > click edit pencil > columns > 3
3amalah
03-05-2011, 03:50 AM
tnx so much if i need to make border around the content whats the template name of this content so i can edit ?
Lynne
03-05-2011, 04:03 PM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
3amalah
03-07-2011, 07:10 AM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
Aha Ty :) I Will Try
Is There Anyone Provided A Mod To Improve The Appear Of Content ?
tonyvh2
03-09-2011, 12:53 PM
I can imagine you want that, as the CMS frontpage layout is not really well thought of from a designer point of view,
for one thing the "read more" button is not ligned out if you use more than one column for your layout, which is not so nice.
I am busy writing a custom style, with nice margins etc
But a quick solution for this:
Go to template:
vbcms_content_article_preview
depending on your layout place the contents of the article preview image/text between
<div class="cms_article_minheight"> and </div>
Then go to vbcms.css and put:
.cms_article_minheight { min-height:265px; }
In this example the readmore buttons will be placed at a minimum of 265px beneath the title, even if there is no more text to show (the height is all depending on the length of your preview text and the max width of your images)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.