Adding a STL viewer to Joomla - joomla

I would like to be able to view STL files in my Joomla website. But it seems that there isn't any module like this in the Joomla extensions directory.
Do you know where i can find a module like that?
If not, is it possible to use this http://codecanyon.net/item/stl3d-viewer/3222913?s_rank=4 to create a new joomla module ?
Thank you in advance

Related

Migrating "bootstrap-touch-slider.js" to joomla

Hi I am migrating my html bootstrap site to joomla 3. So far things are looking good. I am using the bootstrap touch slider in my html version which works fine and I am stuck how to move it to Joomla. Is there any way to do this or do I need to use/buy a slider module extension?THANK YOU!
The best thing is to create your own module and embed slider js in, otherwise you can try to modify the present one. In both cases if you have never done one before you is suit buy the extension you found.

Joomla : MorfeoShow inside module

i am using joomla 1.6 with morfeoshow 1.2 extension.
I need to add new gallery inside home page modulethis time not inside article, i dont know if it's supported or not.
My question is how can i add morfeoshow gallery inside a module in joomla 1.6.
Thanks
Morfeoshow is no longer supported and doesn't have a module to let you implement that inside an article or a module position. You have to try another component like Phoca gallery
That will be also good to update your joomla installation to 2.5.22 to avoid security issues.

Can I make an Archive Page Template in Joomla! 1.5?

I am not pertaining to the category list of archives, but for the ARTICLE PAGE itself once it is archived.
Like a "single-{post_type}.php" on a Wordpress template where {post_type} is "archive".
Thanks for helping.
Yes you can,
Joomla archive article uses a separate layout in com_content component.
If you're planning to create a custom styles for archive articles you just need to do template override for com_content.
In Joomla articles are managing with a component called com_content.
you have to do a copy of components/com_content/views/archive/ files to your template folder. templates/your_templates/html/com_content/views/archive/
This way you can create custom styles for the archive articles. Also Please consider an update for your Joomla Version 1.5 is already dead.
Hope its helps..

Joomla 2.5 frontpage override

I'm just getting into Joomla. I've successfully overridden article pages by creating an html/com_content/article directory within my template and copied the necessary files from the /com_content directory.
I've read that this is also possible for the frontpage. It seems however I'm missing the frontpage directory from my /com_content directory. Is this still supported in Joomla 2.5. I don't really want to have to use a different template for my frontpage, but it looks like this may be my only option.
Any help would be greatly appreciated.
Cheers
Tom
'frontpage' is now called 'featured'.
Override the files in /components/com_content/views/featured/tmpl
The 'front page' is simply a collection of articles that you deem to be on the 'frontpage'. I'm not sure what you mean when you say you've "overridden" article pages... are you referring to the template? You don't have to do that for each article (if that's what you're implying you did).
I think perhaps you're misunderstanding how the templating system of Joomla works with regards to the site if you're overriding each article you create? There is no 'frontpage' directory because there is no real 'frontpage'; the main template you assign with address the frontpage and all other pages on the site (every article) unless otherwise told not to.
So adjust your main template to adjust your frontpage. I think you're using template overrides in the wrong way.

How can i integrate joomla media selector into a custom component

I'm writing a custom component for joomla 1.5 and i been searching for a way to integrate
com_media image selector into it.
All i want, is to have a functionality like, the image selection in the create article page.
Anyone knows how to do this?
Is there an API in joomla to do this, or do i have to see how is done in com_content an start
form there?
You can use a select box with image preview like the one used for the Sections and Categories thumbnails. This is much easier to integrate though images must come from single directory.
See the com_sections and com_content files in you Joomla Administrators components directory.
Also try posting this in the Joomla Forums.

Resources