Introducing Item Switcher...

@ThemeProvince thanks :slight_smile:

Hi, iā€™m new here and i read all your post.

I would ask you if that script could be used to show all themes installed in a Joomla! 3.1 site, so to have a live demo site.

If yes, couls someone let me know how can i do this? :slight_smile:

Thankyou so much.

Hi, someone that could help me? :slight_smile:

Thankyou so much.

How to add scrollbar ?

Would it be a good idea to add this?

if (!isset($_GET) || empty($_GET)) {
die();
}

As some might have error reporting to full (like me as I have a dev server only) and then you get some PHP notices.
Thanks for a great script!

thanks for your script :smiley:

Hi, someone could tell me if that script can be used for Joomla 3 template? And how could it be implemented?

Thankyou again :slight_smile:

moonswolf said

Hi, someone could tell me if that script can be used for Joomla 3 template? And how could it be implemented?

Thankyou again :slight_smile:

Yes it could be :slight_smile:

You would have to host your Joomla template in another folder and just link it by following the instructions in the first post of this thread.

Hi uziiuzair, thankyou so much for your reply.

So i donā€™t have to make another Joomla installation to another folder?
Only a new subfolder with all templates inside?

And in that way, users could have the possibility to view the website as a demo?

Thankyou so much and sorry for my english but iā€™m italian :stuck_out_tongue:

cool stuff

Thanks.

Thanks for sharingā€¦

Thank you for this very much :sunglasses:

Thanks!!!

p.s. how can I remove the standard TF bar from the top? Iā€™ve reviewed the theme now and asked the reviewer to remove the standard bar. He said ok, but the standard bar is still there.

webcodebuilder said

Thanks!!!

p.s. how can I remove the standard TF bar from the top? Iā€™ve reviewed the theme now and asked the reviewer to remove the standard bar. He said ok, but the standard bar is still there.


            
OriginalEXE said
webcodebuilder said

Thanks!!!

p.s. how can I remove the standard TF bar from the top? Iā€™ve reviewed the theme now and asked the reviewer to remove the standard bar. He said ok, but the standard bar is still there.


It works! Thanks a lot!

Hi, thankyou to all.

Could someone explain me how can i use this into a Joomla Website to show all template as demos?

Thankyou.

moonswolf said

Hi, thankyou to all.

Could someone explain me how can i use this into a Joomla Website to show all template as demos?

Thankyou.

You can use this any of your platform, this is only simple toolbar for your site.and its helpā€™s to show your theme without direct theme link. Read This thread First post. (http://themeforest.net/forums/thread/introducing-item-switcher/42612?page=1#396721) there have help to setup this :slight_smile:

Hi, thankyou for your reply, but iā€™ve a problem (sorry for my english but iā€™m italian).

I donā€™t understand, with Joomla, the step 2 and 3.

So, into the code, what kind of url should i insert in this 2 lines?

ā€œurlā€ => ā€œhttp://labs.burntfeathers.com/adventureā€,
ā€œthemeforestā€ => ā€œhttp://themeforest.net/item/adventure-a-unique-photography-wordpress-theme/155571ā€

And where should i find the item settings to edit the preview url, called in the step 3?

"In your item settings (Click Edit on your item page) set the preview url to this:

http://themes.yoursite.com/redirect.php?theme=yourthemename

So if you defined the theme in the php array $themearray as ā€œadventureā€ then replace yourthemename above with adventure."

Where i will find the preview url to edit?

Thankyou as always.

I followed the instructions in the first page and when I try to visit
http://themes.yoursite.com/redirect.php?theme=yourthemename
(I changed the values of course) itā€™s get redirected to your theme ā€œadventureā€. Why? I also tried to edit redirect.php and replace your sites root with mine and now it gets an ā€œundefined variableā€ error.