Joomla - Help to create templates - joomla

I am starting to develop a frontend of a Joomla template.
Does anyone have a link to download or a db/dump or something with all components and categories activated?
Basically it's a demo dump to help me to show all components needed on any template.
Or... do I need to put it by hand?

You could try this: http://www.inmotionhosting.com/support/edu/joomla-3/create-template
I recommend you to use XAMPP and phpMyAdmin from it for your Joomla! start-up site - pretty easy and fast.

Related

How to use multiple themes in codeigniter like wordpress

I want to use multiple themes in codeigniter like wordpress.
e.g
Themes are A, B, C.
if i select Theme A then html would be change Theme A wise.
if i select Theme B then html would be change Theme B wise.
etc.
please help and thanks in advance.
Hi
Very hard to give this answer because your question is very out of range. :)
But I will try my best to do this.
Many way to build different themes put in CI
1) Use of CMS in codeigniter like
->http://www.getfuelcms.com/
->http://www.nodcms.com/en
2) Second way to do this things the easy way is to build your dynamic system as per your recruitment.
Also easiest way is to build your site in wordpress.
Although the library has it years(newer php version may scream error about &=, just delete & ) you can use https://github.com/philsturgeon/codeigniter-template - it uses theme concept. But you have to build database layer for themes usage logic. And if you know, which theme your site is using, then you just use method of the library: $this->template->set_theme($my_current_theme)
If you like a complete tutorial, check out this link
http://www.roytuts.com/using-template-in-codeigniter-3/. This is just an example, however and there's many more out there.
I agree with cssBlaster21895, that library can still be made to work for modern PHP versions. I just adjusted a few things and that made the errors disappear.

Creating profile page for users in Joomla

I have been developing websites for some years. I know PHP. but I have never worked with a CMS before. I've been told to create a website with Joomla where there's a homepage and also new users may sign up and then they can have a profile page where they can upload their profile picture and write their résumé.
This is easy for me to implement this system if I start coding it by myself. but how can I do this in Joomla? is there a plug-in which I need? could someone please give me some resources?
No need to re-invent the wheel - there are tons of ready-built components at the Extensions Directory. Last I checked Community Builder and JomSocial were the most popular, but they might be overkill for your need, so it's worth having a look at the other choices there. If you're new to Joomla, you're probably interested in a Component, which is essentially a "sub-application" that installs under Joomla. They usually include Modules that can be displayed on the site, as well as Plugins that work with the core Joomla logic to perform specialized functions for the installed component.
There are many plugins, but the simple functionality of user profiles is implemented in Joomla. This question might help you.

How can I make a one page websites on joomla?

i'm trying out joomla! CMS, and in my job we're very fond of one-page sites. Is there any way of making a fully functional website with it? The main reason we need the CMS is because of the way the client wants to update they're webpage.
Ok before you do anything, have a real think to yourself, is Joomla really the best option? Your client requires a 1 page website, therefore what would be the point in loading a full blown CMS just for that. Joomla, when zipped up, is more or less 8MB. Out of all honestly, I would even find the likes of Wordpress still too big for a project of this size.
What I would really recommend is having a look round on the web for a very small CMS that simply includes a small backend with the ability to create, update and delete articles.
Have a look at this for example:
http://www.elated.com/articles/cms-in-an-afternoon-php-mysql/
This would be a brilliant way to start. It has a small backend for you to manage articles, and you can start building up a completely custom template, exactly to your client's liking. I'm not too sure on the programming skills but if you're fairly new to it, then this would be a good place to start and gain knowledge.
Given that the above is what I would personally recommend, you may not want to do that or may not have the time, therefore if you really want to stick with Joomla, you should find a template that fits your needs in regards to module positions. Else you can add your own custom positions to the template. Have a read through the documentation as it will give you the necessary information
Hope this helps
I was looking for a solution myself for quite a while. I came up with the following two soutions:
Like #mattosmat said for a joomla one page site the simplest solution actually is it to declare one section as the main componenent and create the other section with cusom-made joomla modules.
Use wordpress with the advanced field plugin to create a single-page website.
Actually if a clients wish is it to create a single page website with cck and cms features i create these projects in wordpress and not in joomla anymore in my opinion its the wrong plattform.
I Have One Word!!!
BOOTSTRAP!!!! IS the way to go.. simple,succinct,beginner friendly. Doesnt matter if you really make it in Joomla! or anything else.
And for head start, look up "Scrollspy" in Bootstrap.

admin menu is not showing in Magento custom module

I have created custom module everything is fine but its not showing admin menu.As I can see in configuration->advanced,the module is showing there and enabled.I also created a fresh module from http://www.silksoftware.com/magento-module-creator and installed to same site but its behaving same as above explained.I have installed same module at another magento installation on another server,its working fine.please help .Any help will be highly appreciated.
Thanks,
Irphan
Did you try to clear the cache ? I've done one litle project in magento for school and clear cache solve all kind of problems.
The Best way I prefer to create a Module in Magento is Using the Module Creator
https://github.com/shell/Magento-Module-Creator
There could me many reasons Why your module dosent appear in the adminhtml.you might be missin some line in the xml file, or some functions model.

Guide, tutorial for Joomla and a bit more information

May I ask is there any tutorial, guide website or videos that can guide me with template/theme building from scratch for Virtuemart 2.0.8?
Also do you suggest using Joomla with Virtuemart or Zen Cart for making an e-commerce website and I mean making a template and theme from scratch using HTML, CSS and Jquery.
Also I'm planning to add a text file into my database automatically from a ftp server every 8 hours so as to update the product prices of the site automatically. I know with Virtuemart I can do this with CSVI but is there any similar for Zen Cart?
Thank you!
If you are not experienced with HTML, CSS and JQuery, then making your own template will be very hard. You would be better off using a free one or adapting it to suit your own needs.
As for your query about using Zen Cart or VirtueMart. I would recommend using VirtueMart as its fully integrated and however JVitals have made a bridge for those who would prefer to use Zen Cart which can be found here

Resources