joomla 3.0 template creation - joomla

Can anyone give me link or guidance about where I can learn creating a Joomla 3.0 template for free . I know html ,css and php .
I read a pdf file by Jessica Barte but realized that it was for earlier version of joomla and the template I made was not working .

check out below link and let me know if you have any issues
http://www.inmotionhosting.com/support/edu/joomla-3/create-template

Read the official documentation (for any version):
http://docs.joomla.org/Creating_a_basic_Joomla!_template

Related

How to link community with wiki pages programatically using IBM SBT

Can anyone please tell me how to link the community while creating wiki pages programmatically using javascript. While working with a wiki on the playground, wiki pages are getting created but it is not under any community. Community id is null.
Where to configure the community while creating a wiki page programmatically using javascript.
Thanks in Advance,
You need to set the community id for the wiki like below
var wiki = wikiService.newWiki();
wiki.setTitle(title);
wiki.setCommunityUuid(communityId);
wikiService.createWiki(wiki);

Joomla 2.5 -adding extra fields to article

TUTORIAL: http://docs.joomla.org/Adding_custom_fields_to_the_article_component
When following this tutorial, and actually uploading the included ZIP file as a plugin and enabling it, I am not able to get the extra fields to show up like in the tutorial anywhere!
I am using 2.5.19. Any ideas?
Thanks in advance.
Forgot to install patches 28770 and 28771
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=28771

500 - JHtmlBehavior::mootools not found when i upgrade joomla template 2.5 to 3.0

I have a gantry template for Joomla 2.5 and I converted this template to make it Joomla 3.0 compatible.
The Joomla 2.5 to 3.0 upgrade was successful, but template does not work, why? .
I get the following error:
500 - JHtmlBehavior::mootools not found
Somewhere in your template, you are using:
JHtml::_('behavior.mootools');
or
JHtmlBehavior::mootools();
This has been removed as of Joomla 3 and therefore needs to be changed to:
JHtml::_('behavior.framework');
Instead of trying to fix the extensions the following plugin can be used (and it will provide the JHtml::_('behavior.mootools') API call): J25 Legacy plugin for Joomla 3.X
I agree with denis post above. I had this same problem with upgrading from j2.5 to j3X and used j25 legacy plugin from pluginaria. Found here: http://www.pluginaria.com/j25-legacy.html and got rid of the error for me. There may be a better way.... Find and replace plugin to the change code? But this is a quick and easy way to solve this issue. Make sure to activate the plugin under plugin manager after you install.... and of course make sure you have a backup before upgrading from 2.5 to 3. You should expect their to be problems.

Best joomla moddle inegration extension

Please let me know the best extension to integrate moodle with joomla.
Here is a full list of available Joomla-Moodle integration. The pros and cons of each solution is also described in the same page:
http://docs.moodle.org/20/en/Integrations#Joomla
About 9 months ago I integrated Joomla & Moodle and at that time there was only one such plugin, called Joomdle:
http://www.joomdle.com/
It's free and support is very good. I recommend it.

Need help with CodeIgniter v2.0.2

I'm new to CI. Anyone could help to the latest version of CI. most of the Tutorial is for last version and it didn't work for the latest version. please help.
You can still get started using what's availabe for 1.7, if you pay attention to how file structure changed between the two versions (ie the System and Application directories are now separate). To that, many of the tuts you'll find are applicable - bearing in mind that the paths may differ, and you'll want to verify that the functions are still supported in 2.0 by use of the User's Guide).
If you walked through the tut in your link, using the Models, Views, Controllers directories inside Application, you'd get a "Hello World" page.
The User's Guide is a great tool, as are the Community Forums.
Best of luck to you.
I recently migrated a site using CodeIgniter from 1.7 to 2.0. - I found the following link to be very useful:
http://philsturgeon.co.uk/news/2010/05/upgrading-to-codeigniter-2.0

Resources