Use ScriptCase with Joomla

Hi guys,

I have been developing a web application using Joomla as a framework. I have written plugins, modules and components so I have at least a beginners experience with writing extensions for Joomla.

We have used a Joomla component called Fabrik to create lists and forms etc., but it’s not the easiest to deal with. So I’m wondering if we could implement Scriptcase applications inside of Joomla? We are currently on Joomla 3.6 but will be upgrading to 3.7 at some point in near future.

Any ideas, recommendations, thoughts?

Many thanks in advance:)

Best regards,
Arnor Baldvinsson - Icetips Alta LLC.

It’s not easy to write plugins for any cms in Scriptcase because most cms’s require that you follow a certain method to register and using the internal rendering. I know that there’s a plugin somewhere, not sure if it was for joomla, but on this forum a lot of issues where reported. I do integrate SC functions in our cms (E107) but we do that within a wrapper function. In fact an iframe. But if you need to pass cms data to your scriptcase applications then you have to fiddle a lot I fear. We do it the other way around. We write our functions directly on the E107 database.

Hi Arnor,
Hope you are well (apart from SC frustrations :)) Good to see you are persevering.

I, like aducom, are using a popup iFrame extension to display some functions like uploading images from customers that need storing in my SC based MySQL db’s.

It was very flexible, and if I remember correctly it’s name is Everything in Everyway. You might want to check it out to see if it might fit your needs.

See ya

Tony