I hope no one minds me updating (porting) this fine contribution to work with CRELoaded.

//ADDED BY "maestro"

4. In catalog/admin/includes/filenames.php

Add:

//GoogleBase
define('FILENAME_EDGEIO', 'rss_edgeio.php');

5. In catalog/admin/includes/languages/english.php

Add:

//Googlebase
define("BOX_MARKETING_EDGEIO", "Googlebase");

6. In catalog/admin/includes/boxes/marketing.php

Add:

tep_admin_files_boxes(FILENAME_EDGEIO, BOX_MARKETING_EDGEIO) .

to the contents array.

7. Now log into your admin and go into Administrator>>File Access and click on the "Marketing" entry then click the "Store Files" button and select "rss_edgeio.php" from the drop down list.

Now go to your marketing box in your admin and there will be a Googlebase listing for you to click on instead of haveing to call the script manually by typing it into your addres bar.


Added:

- "Googlebase" Listing in Marketing Toolbox in Store Admin.
No longer have to call page manually by typing addrress in to the browser.
- Generated Links now open in new window.
- Encoded page to stay within CRE admin.
- //$language='en-us'; This entry was causing undesirable errors in CRELoaded
so it was commented out and everything works fine for english, haven't tried
in other languages?

Notes:

- I have not been successful in getting this to work with CRE SEO URL's, something
about "mod-rewrite" that I am not capable of handling, YET!

More...