Results 1 to 1 of 1
-
15th Nov 2011, 03:34 PM #1OPMemberWebsite's:
iWarez.comadding column on CMS
i want to edit the function of the "3Column" function in the CMS area, I want to display 4 columns instead of 3.. Here is the code of the vbcms_content_section_type3:
Code:<vb:if condition="$result_count > 0"> <vb:each from="contents" key="id" value="content"> <vb:if condition="($id % 3) == 1"> <div class="fullwidth"> <div class="leftcol1<vb:if condition="$id > 3"> cms_separator</vb:if>"> {vb:raw content} </div> <vb:else /> <vb:if condition="($id % 3) == 2"> <div class="centercol1<vb:if condition="$id > 3"> cms_separator</vb:if>"> {vb:raw content} </div> </vb:if> <vb:if condition="($id % 3) == 0"> <div class="rightcol1<vb:if condition="$id > 3"> cms_separator</vb:if>"> {vb:raw content} </div> </div> </vb:if> </vb:if> </vb:each> <vb:if condition="($result_count % 3) != 0"> </div> </vb:if> </vb:if>
tractor3231 Reviewed by tractor3231 on . adding column on CMS i want to edit the function of the "3Column" function in the CMS area, I want to display 4 columns instead of 3.. Here is the code of the vbcms_content_section_type3: <vb:if condition="$result_count > 0"> <vb:each from="contents" key="id" value="content"> <vb:if condition="($id % 3) == 1"> <div class="fullwidth"> <div class="leftcol1<vb:if condition="$id > 3"> cms_separator</vb:if>"> {vb:raw content} </div> <vb:else /> Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Out of Range Value for Column Error
By orbofdarkness in forum phpBBReplies: 5Last Post: 18th Oct 2011, 06:52 PM -
Seprate Column for SEO Help
By msgwebmaster in forum Feedback and SuggestionsReplies: 8Last Post: 11th Jan 2011, 06:32 AM -
side column
By loverhaker in forum Forum and DDL DiscussionReplies: 5Last Post: 17th Aug 2010, 03:08 PM -
forumhome as column mod
By pirateaccess in forum vBulletinReplies: 15Last Post: 11th Feb 2010, 09:23 AM -
need forum as Column mod
By DJGaurav in forum vBulletinReplies: 2Last Post: 19th Nov 2009, 04:05 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...