insideorkut.com

How do I get on "Ask Mike" iContact mailing list?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
My 1st question is: How do I get on "Ask Mike" iContact mailing list? Looking forward for any comment. Another quick question... 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...

Comments (68)

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..

Comment #1

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?..

Comment #2

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..

Comment #3

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...

Comment #4

That will remove the specials box, but specials.php will still work...

Comment #5

Who knows every iContact site is different, everybody's bookmarks are different.....

Comment #6

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...

Comment #7

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..

Comment #8


This question was taken from a support group/message board and re-posted here so others can learn from it.