The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Cms Blocks
Hello
I Need To Make Th Content Cms Show 3 Articles In A Row Instead Of 1 Example The Clock = The Article Is This Possible |
#2
|
|||
|
|||
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
|
#3
|
||||
|
||||
Go to section > hover over section title > click edit pencil > columns > 3
|
#4
|
|||
|
|||
tnx so much if i need to make border around the content whats the template name of this content so i can edit ?
|
#5
|
||||
|
||||
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.)
|
#6
|
|||
|
|||
Quote:
Is There Anyone Provided A Mod To Improve The Appear Of Content ? |
#7
|
|||
|
|||
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 HTML Code:
<div class="cms_article_minheight">
HTML Code:
</div>
HTML Code:
.cms_article_minheight { min-height:265px; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|