Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Remove infoboxes just on home page


6 replies to this topic

#1 MikeKelly

  • Community Member
  • 2 posts

Posted 08 July 2011, 15:34

Hi there,

Really sorry if this has been posted already but I am looking to remove the info boxes on just the home page. Is there a mod or manual some where for this?

I spent a ton of time last night looking for this.


Thanks a bunch!

#2 pdcelec

  • Community Member
  • 606 posts
  • Real Name:Paul Clifford
  • Gender:Male
  • Location:UK

Posted 08 July 2011, 18:47

http://addons.oscommerce.com/info/7691

and to complement it

http://addons.oscommerce.com/info/7694

#3 MikeKelly

  • Community Member
  • 2 posts

Posted 09 July 2011, 17:00

View Postpdcelec, on 08 July 2011, 18:47, said:



Thank you VERY Much for this! Exactly what I needed...Just a quick question I have additional boxes that I plan on adding, do you know how to set these up to have this option available to them also?

thanks again

#4 pdcelec

  • Community Member
  • 606 posts
  • Real Name:Paul Clifford
  • Gender:Male
  • Location:UK

Posted 11 July 2011, 13:51

View PostMikeKelly, on 09 July 2011, 17:00, said:

Thank you VERY Much for this! Exactly what I needed...Just a quick question I have additional boxes that I plan on adding, do you know how to set these up to have this option available to them also?

thanks again

Yes. Compare an original box to one that has the changes and note the differences. Apply these differences to your new box.

#5 sunshynecraftsbeads

  • Community Member
  • 144 posts
  • Real Name:Tracie Peters
  • Gender:Female
  • Location:British Columbia, Canada

Posted 12 July 2011, 01:52

Here is a great step by step for adding new boxes


Step by Step instructions

This information was provided by Jim who is very knowledgeable and helpful here in the forum.

#6 xciso

  • Community Member
  • 140 posts
  • Real Name:xciso

Posted 13 July 2011, 08:18

You can also use "Modular front page"

#7 ElaineEnriquezBloch

  • Community Member
  • 11 posts

Posted 21 July 2011, 13:09

with regards to http://addons.oscommerce.com/info/7691

dynamic template system...after finishing istallation there is no appearance of whatever icon referring to this box. i got an error in

admin/includes/functions/general.php on line 19

which says;

Warning: file(/home/u078722798/public_html/includes/version.php) [function.file]: failed to open stream: No such file or directory in /home/u078722798/public_html/admin/includes/functions/general.php on line 19

Warning: implode() [function.implode]: Invalid arguments passed in /home/u078722798/public_html/admin/includes/functions/general.php on line 19

i opened the file itself and this is what is written there:

if (!isset($v)) {19. $v = trim(implode('', file(DIR_FS_CATALOG . 'includes/version.php')));


how could i solve this?