Zen Cart Logo
Forums / Basic Configuration / How many listed in the "layout Boxes controller"?

How many listed in the "layout Boxes controller"?

Locked

Views: 1,481

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Jan 2008, 11:03 PM
#1
greenenergies avatar

greenenergies

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

How many listed in the "layout Boxes controller"?

I added the "google sense" sidebox ,yet it fails to show up in the Tools\layout boxes controller. I noticed that the page is full of items. Is it possible that the reason why the new sidebox fails to show is due to a page that's too full to show additional ones.
If not, I followed the directions to the letter. Yet the google adsense fails to show up. Any ideas?
tc

29 Jan 2008, 12:17 AM
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: How many listed in the "layout Boxes controller"?

greenenergies:

I added the "google sense" sidebox ,yet it fails to show up in the Tools\layout boxes controller. I noticed that the page is full of items. Is it possible that the reason why the new sidebox fails to show is due to a page that's too full to show additional ones.
If not, I followed the directions to the letter. Yet the google adsense fails to show up. Any ideas?
tc

Confirm that all the files are indeed uploaded to the right place. If they were, you would see it automatically, and there is no "second" page. :-)

30 Jan 2008, 2:59 AM
#3
greenenergies avatar

greenenergies

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

Re: How many listed in the "layout Boxes controller"?

Here's how it's set, according to the developers tool kit:
/home/greenene/public_html/zencart/includes/languages/english/extra_definitions/Mihluna/google_box_defines.php

Line #9 : define('BOX_HEADING_GOOGLE_ADSENSE', 'Ads by Goooooogle');

/home/greenene/public_html/zencart/includes/modules/sideboxes/Mihluna/google_adsense.php

Line #8 : * @version $Id: google_adsense.php 2006-06-06 06:06:06Z gilby $

Line #15 : require($template->get_template_dir('tpl_google_adsense.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_google_adsense.php');

Line #17 : $title = BOX_HEADING_GOOGLE_ADSENSE;

/home/greenene/public_html/zencart/includes/templates/mihluna/sideboxes/tpl_google_adsense.php

Line #9 : * @version $Id: tpl_google_adsense.php 2006-06-06 06:06:06Z gilby

/home/greenene/public_html/zencart/includes/templates/mihluna/templates/tpl_google_adsense.php

Line #9 : * @version $Id: tpl_google_adsense.php 2006-06-06 06:06:06Z gilby

it looks right, but I am not sure...
tc

30 Jan 2008, 3:08 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How many listed in the "layout Boxes controller"?

You appear to have a typo ... or spelled a directory name wrong:

mihluna does NOT mean the same thing as Mihluna

30 Jan 2008, 10:25 AM
#5
greenenergies avatar

greenenergies

New Zenner

Join Date:
Nov 2007
Posts:
24
Plugin Contributions:
0

Re: How many listed in the "layout Boxes controller"?

Well.... thank you! Capitalizing the directory had not simply crossed my mind.
tc