I'm stumped. I'm not so sure what is the answer. I'll do some research in Google and get back to you if I got an good answer. You should email the people at iPage as they probably could answer your iPage question..
Thanks for the reply J but I'm hoping for a clue as to what to uncomment, and what files would be the most likely targets b4 entering into the problem fully. Sean..
Post your side bar code and I will tell you what to comment out..
No problem, but I'm not hopefull this will hold any clues due to me using STS templates:.
<?php.
/*.
$Id: column_right.php,v 1.1 2003/09/08 19:26:22 jhtalk Exp jhtalk $.
osCommerce, Open Source E-Commerce Solutions.
http://www.oscommerce.com.
Copyright (c) 2003 osCommerce.
Released under the GNU General Public License.
*/.
// STS: ADD.
$sts_block_name = 'columnleft2columnright';.
require(STS_RESTART_CAPTURE);.
// STS: EOADD.
.
// require(DIR_WS_BOXES'reviews.php');.
.
// STS: ADD.
$sts_block_name = 'reviewsbox';.
require(STS_RESTART_CAPTURE);.
?>..
Here's your solution, but you will need to determine where to put it in your case. Normally, it would go in column_left or column_right ....
$_SERVER['REQUEST_URI'];.
If ((strstr($REQUEST_URI,"thispage.php")) || (strstr($REQUEST_URI,"thatpage.php"))) include(DIR_WS_BOXES'loginbox.php');.
You could probably use php_self also but the above will work fine if you put it in the right spot. Also, you can add as many || (or) as necessary..
This post has been edited by.
Acheron.
: 22 July 2004, 10:17..
Thanks for that Acheron, but I havn't a problem with inserting it into column_left or column_right as it now stits nicely in my right column I've now dropped using the template system as it was limiting me in other area's, but still I've got the issue of wanting my login box to onlyl appear on my front (intro) page and my checkout page - do you know how/where I can comment it out so it doesn't appear in these:.
Shopping_cart.php,.
Advanced_search.php,.
Index.php,shipping.php,.
Privacy.php,conditions.php,.
Contactus.php,login.php,.
Create_account.php.
Or have you any idea how I should be tackling the issue? - thanks. Sean..
Hi to all, I have installed the loginbox-1.0 contribution so I now have my login option box sitting in my right column. I really only want this login box to appear on my front page and when the customer proceeds to the checkout. Basically I want to remove it's presence from these pages:.
Shopping_cart.php,.
Advanced_search.php,.
Index.php,shipping.php,.
Privacy.php,conditions.php,.
Contactus.php,login.php,.
Create_account.php.
If anyone could give me a rough guide as to which file/s to attack I would be very grateful, I realise because it's a contribution that 'standard setup' advice may not be applicable, so I'm hoping somebody who has experience with it may be able to help. Thank you. Sean.
My Webpage.
This post has been edited by.
SeanJ.
: 21 July 2004, 22:48..
The quickest and dirtiest way to do is create to create 2 sidepanels one for the main page and one for the others.
Or you can just right some php code to detect what page your on write the code only if on that paticuler page..

