Elxis CMS Forum

Extensions => Components => Topic started by: rentasite on February 24, 2008, 14:42:11

Title: Elxis 2008 - Seo Pro & Star Gallery
Post by: rentasite on February 24, 2008, 14:42:11
I read somewhere in the forum, that a "Star Gallery" upgrade (for Elxis 2008) is under development. And my query is this:

In the previous version of Star Gallery for Elxis 2006.4, if someone had chosen to use "Search Engine Friendly URL" from the Configuration area for the whole site, he would face a problem: In star gallery's front end, the "Next" or "Previous" buttons didn't work.

Will the problem/bug exist, specifically now with Seo Pro ?  8)

Thanks

Title: Re: Elxis 2008 - Seo Pro & Star Gallery
Post by: datahell on February 24, 2008, 22:43:46
I have said several times in the past that we do not recommend using SEF urls in Elxis 2006.x. Elxis 2006.x was not checked for seo.
StarGallery built for Elxis 2006.x. It needs some changes to fix SEO links for Stargallery. If you use SEF links to an Elxis 2006.x site you do it with your own risk.

Regarding Elxis 2008.x:
StarGallery is not optimized for Elxis 2008.x.
Even more there is not a SEO PRO extension for StarGallery. So, even if you use StarGallery on Elxis 2008.x it will have the default SEO links (SEO basic). You will have additionally to modify the includes/sef.php file and comment the load of the StarGallery's SEO PRO extension (It is hard-coded). When we have this extension ready you can uncomment these line again.

lines 101-103:
Code: (php) [Select]
} else if ($parts[0] == 'gallery') { //special seo for component StarGallery
require_once($seobase.'/com_stargallery.php');
seores_com_stargallery($seolink, $register_globals);
Title: Re: Elxis 2008 - Seo Pro & Star Gallery
Post by: rentasite on February 24, 2008, 23:08:49
When we have this extension ready you can uncomment these line again.

Thanks  :)