Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Info Box is not showing on right


mrjkb

Recommended Posts

I posted under STS Contrib help and could not get an answer. I hope someone can help here.

 

I am trying to add an infobox for RSS News by editing column_left.php with this:

 

// STS: ADD

$sts_block_name = 'rssreaderbox';

if (SHOW_RSS_NEWS == 'true')

if (basename($PHP_SELF) != 'rss_reader.php')

include(DIR_WS_BOXES . 'rss_news.php');

 

and then editing the sts_display_output.php with this:

 

$template['rssreaderbox'] = strip_unwanted_tags($sts_block['rssreaderbox'], 'rssreaderbox');

 

Then added $rssreaderbox to the sts_template.html

 

 

The box takes over the entire top of the page and forces others to the bottom. I then moved the code from column_left.php to column_right.php and it is now at the bottom of the page, but not in a box on the side as I would like. Can anyone advise if my process is wrong and recommend how I can resolve this issue? You can see the issue at www.adazonusa.com were I have also tryed to add a "add to favorites' box and have the same issue.

 

Please help or point me in the right direction. I have been searching the forum way too long......

Laser labels, barcode labels, custom labels

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...