I would like to know the answer too. Anyone here know what is the answer to your question. I'll do some investigation and get back to you if I got an decent answer. You should email the people at iContact as they probably could assist you..
I apologize but I'm a complete php novice. It seems I haven't done it correctly...that line of text just appears at the top of the page now. If I put it at the very top then there is an error generated. Do I need to add something else?..
Put that line right after this line:.
Require('includes/application_top.php');.
-jared.
This post has been edited by.
Jcall.
: 06 January 2010, 03:35..
Redirects are a crazy way (my opinion) to do things....
In /catalog/includes/column_right.php find:.
Include(DIR_WS_BOXES'specials.php');.
Change it to:.
// include(DIR_WS_BOXES'specials.php');.
The specials box will not appear any longer...
That will remove the specials box, but specials.php will still work...
Who knows every iContact site is different, everybody's bookmarks are different.....
I would like to completely remove Specials.php and have the links directed back to the Index page instead. I will never have any extravagant deals or new items...
1) You can remove the infobox easily enough by editing includes/column_left or includes/column_right..
2) You can redirect people to the index page by adding this near the top of specials.php:.
Tep_redirect(tep_href_link(FILENAME_DEFAULT, '', ''));.
-jared..

