Quickly and easily install community based membership sites using Joomla! MyJoomlaGuide.com provides detailed step-by-step video tutorials … all ยป on how to install and configure Joomla websites just like Myspace and many other social networking web 2.0 sites.
Duration : 0:5:0
Read the rest of this entry »
Technorati Tags: community, joomla, membership, socialnetworking, websites
Learn how to create KnockOut Joomla websites with step-by-step Joomla video training system. Over 7 hours of video training covering Joomla websites, Joomla membership sites, Joomla SEO, Joomla database backup. Get instant access to 800+ Joomla Templates and Joomla Template-maker software.
http://www.joomlarevolution.org
Duration : 0:1:16
Read the rest of this entry »
Technorati Tags: 1.5, joomla, tutorial, tutorials, video
Ultimate Gallery Manager imports XML feeds, images, thumbnails, captions and titles from 3rd party application into Joomla to feed to 3rd party extensions i.e. SmoothGallery, zoom, gallery2, etc.
Duration : 0:10:4
Read the rest of this entry »
Technorati Tags: albums, galleries, gallery, images, joomla, picasa, smooth, tutorial
The basics of Installing Templates in Joomla 1.5. In the video, a couple of links for template producers are promised. These links are:
www.siteground.com and www.rockettheme.com.
Duration : 0:5:0
Read the rest of this entry »
Technorati Tags: joomla, joomla 1.5, template installation
I have installed and worked on Joomla 1.5, and now I need to work on the previous version Joomla 1.0.15. Find problems on installation in the 1st step, when it ask me:
1. Host name:
2. Mysql username:
3. Mysql password:
4. Mysql database name:
5. Mysql table prefix:
can anyone help me how to fill them? I’ve tried all and the pop up message always: ‘The password and user name provided are incorrect’, over and over again.
I’m using one localhost now: wampserver 2.0 and I put both files (Joomla 1.0.15 and Joomla 1.5) in ‘www directory’ of the wampserver 2.0 by sepparated the folder.
Anyone?
Or..is there any ’step-by-step’ tutorial of how to do it?
Thank’s!
Did you create MySQL database? You can do this using PHPmyAdmin, create a new database with username and password and of course database name. After that, fill the fields with the info of your new databse. Host name should be localhost, table prefix I think there should be something already filled. If not, just put anything.
This is an introduction to Joomla Content and why it is the most important facet of Joomla CMS. This is part 1 of 7 videos on Joomla Content. Joomla Packages specializes in servicing turn-key advanced Joomla Websites.
Duration : 0:4:42
Read the rest of this entry »
Technorati Tags: cms, content, diy, joomla, joomla packages, software, tutorial
I have a website and recently installed Joomla!, but I cannot get it yet. I need a tutorial or a manual, specially about how to create templates for it.
http://www.packtpub.com/joomla/book
I have a custom table in Joomla that I know how to enter data in. My problem is I have no idea how to list all records in the applicable table!
I’ve tried tutorials but something always goes wrong when trying to display data!
Details:
database name: firstdatabase
password: password
host: localhost
table: jos_customform_1
Field Type Collation Extra
cf_idint(11) auto_increment
recordtime text utf8_general_ci
ipaddress text utf8_general_ci
sku longtext utf8_general_ci
Price longtext utf8_general_ci
description longtext utf8_general_ci
I want to be able to list all data the table on a webpage!
Can one of you experts help me here….I’m a techie but not a developer!
Thanks
This will grab all records and output each record inside a paragraph <p> tag:
<?php
$link = mysql_connect(’localhost’, ‘username’, ‘password’) or die(’Cannot connect to db’);
mysql_select_db(’dbname’) or die(’Cannot select db’);
$rs = mysql_query("SELECT * FROM jos_customform_1") or die(’Cannot execute query’);
while($row = mysql_fetch_array($rs)) {
echo "<p>";
foreach($row as $key=>$value) {
echo "<strong>$key: </strong>$value";
}
echo "</p>";
}
?>
This Joomla! Tutorial will show you the basics of adding menu items and articles to your Joomla! content management system.
Duration : 0:5:39
Read the rest of this entry »
Technorati Tags: 1.5, articles, design, internet, joomla, menus, site, tutorial, web, Website