![]() |
|
#1
|
||||
|
||||
|
I'm trying out vB's mobile style and need to remove the left column from
|
|
#2
|
|||
|
|||
|
You should be able to remove the integration from specific pages by removing them from the "This_Script" box.
http://www.vbadvanced.com/forum/show...on+walkthrough |
|
#3
|
||||
|
||||
|
Thanks. But I need a way to remove the integration from a specific style.
My default skin uses vBa. I have a separate mobile skin. |
|
#4
|
||||
|
||||
|
Unfortunately I don't think there's going to be an easy way to do that since the integration is handled a good bit before any style info is queried.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#5
|
||||
|
||||
|
I didn't think so but figured it was worth asking.
|
|
#6
|
||||
|
||||
|
Actually, I take that back... I tried seeing if the integration could actually be disabled, which wouldn't be easy. You should be able to edit your 'adv_portal' template for that style though and remove any of the columns you don't want displayed. That's not ideal since the PHP code for your modules would still be processed, but it's about the only easy I can think of.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#7
|
||||
|
||||
|
Thanks. I tried that but got an error. But it got me to think.
All I did was to remove Code:
<vb:if condition="$show['left_column']">
<td width="{vb:raw vba_style.portal_leftcolwidth}"<vb:if condition="$show['center_column'] OR $show['right_column']"> style="padding-{vb:stylevar right}: {vb:raw vba_style.portal_colspacing}px"</vb:if>>
{vb:raw home.leftblocks}
</td>
</vb:if>
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing vba cms ? | KingFaisal | "How Do I..." Questions | 3 | 01-12-2011 02:46 PM |
| Removing Google Adsense from CMPS Pages | Dr Longhorn | "How Do I..." Questions | 5 | 05-27-2009 07:00 PM |
| Removing top table on cmps index page. | rockabilly | "How Do I..." Questions | 4 | 02-03-2009 06:36 PM |
| Removing CMPS from Dynamics - this_script? | ctolton | "How Do I..." Questions | 5 | 11-29-2008 12:01 PM |
| Removing [bbtitle] from CMPS pages | sublimevb | "How Do I..." Questions | 6 | 01-29-2007 09:38 PM |