- Posts: 25
- Thank you received: 1
Can't get module in inset pos to show on home page
-
louisellul
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
12 years 6 months ago - 12 years 6 months ago #34501
by louisellul
Can't get module in inset pos to show on home page was created by louisellul
Hoping someone can help. I am trying to get some text on the home page and understand now that this module doesnt allow articles on the home page. so I have since created a module for the text and am trying to put it in the inset position. It won't show. I have tried everything I can think of. Any ideas?
Last edit: 12 years 6 months ago by louisellul.
Please Log in to join the conversation.
-
louisellul
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
- Posts: 25
- Thank you received: 1
12 years 6 months ago #34502
by louisellul
Replied by louisellul on topic Can't get module in inset pos to show on home page
Nevermind, lol. Fixed it.
open /inc/col_left.php
and change
<?php if ($showleft) { ?>
to
<?php if ($showleft || 1) { ?>
open /inc/col_main.php
and change:
<?php if ($showinset) { ?>
to
<?php if ($showinset || 1) { ?>
open /inc/col_left.php
and change
<?php if ($showleft) { ?>
to
<?php if ($showleft || 1) { ?>
open /inc/col_main.php
and change:
<?php if ($showinset) { ?>
to
<?php if ($showinset || 1) { ?>
Please Log in to join the conversation.
Time to create page: 0.150 seconds