Portal talk

Difference between revisions of "Beginners"

From Joomla! Documentation

m (Hutchy68 moved page Talk:Beginners to Portal talk:Beginners: moving to new navigational structure)
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
I'm working in a complete revamp for the Beginner landing page to make it actually beginners friendly coherent and readable.
+
{{archived_talk_pages}} <!-- Please do not remove -->
 +
In the [http://forum.joomla.org/viewtopic.php?f=303&t=848903&p=3185783#p3246874 forum], Gloria superbee requested a correction to remove the duplicate word ''when'':
  
This is the page [[User:Enav/Beginners]], pleas give an input and feel free to collaborate, my intention is to stop this information madness and make the docs practical and enjoyabe to read.
+
''One way is to learn by working with the sample data which can be installed '''when when''' installing Joomla!''
  
Many of the Links are empty or the tutorials are not complete, I will work on them in the coming days.
+
== Edit Requests 21 Apr 2015 00:48 ==
  
[[User:Enav|Enav]] ([[User talk:Enav|talk]]) 20:15, 19 March 2013 (CDT)
+
Please correct:
  
 +
Maybe you are a seasoned Information Technology professional, but you have never Joomla! before.
  
 +
to
  
Where can I indicate that there is a slight (probably transient) problem with the "Joomla! v 1.5 Quick Start Guide"?
+
Maybe you are a seasoned Information Technology professional, but you have never '''used''' Joomla! before.
  
I followed directions and installed XAMPP 1.7.2 and was unable to get Joomla 1.5.14 to run. Root cause: XAMPP 1.7.2 installs the latest version of PHP which is not supported in Joomla 1.5.
+
Done thanks
 +
MATsxm
  
I finally installed XAMPP 1.7.1 which installs a supported version of PHP (5.2.9).
 
  
It was only a bit frustrating.
+
---------------
 +
'''Edit request'''
  
[[User:John2|John2]] 18:55, 18 August 2009 (UTC)
+
The link for the Forum Post Assistant is https://forum.joomla.org/viewtopic.php?f=621&t=582860 it contains a link to the lates fpa
 +
--Topazgb 12:13, 30 May 2019 (CDT)
  
== www needs altering to  ==
+
== Add Docker and Docker-Compose installation guide ==
  
To redirect anyone visiting http://www.joomla.org site with the www. to the none www. version
+
Add installation tutorial via docker with a reference to hub.docker Joomla.
 
 
<pre>RewriteEngine on
 
Options +FollowSymlinks
 
RewriteCond %{HTTP_HOST} ^www\.JOOMLA.org [NC]
 
RewriteRule ^(.*) http://JOOMLA.org/$1 [L,R=301]</pre>
 
 
 
 
 
Redirecting anyone visiting http://joomla.org without the www. to http://www.JOOMLA.org:
 
 
 
<pre>RewriteEngine on
 
Options +FollowSymlinks
 
RewriteCond %{HTTP_HOST} !^www\.JOOMLA.org [NC]
 
RewriteRule ^(.*) http://www.JOOMLA.org/$1 [L,R=301]</pre>
 
15:34, 15 November 2009 (UTC)
 
 
 
== Suggestions and corrections to the Joomla! 1.5 Quick Start Guide PDF ==
 
 
 
After working through the [http://help.joomla.org/ghop/feb2008/task048/joomla_15_quickstart.pdf Quick Start Guide], I would like to make the following suggestion and correction. My edits are marked in bold.
 
 
 
 
 
Page 13 (suggestion)
 
 
 
:10. For the landscaping website, create five different articles in each of our '''four''' categories. '''Use the [http://www.lipsum.com/ Lipsum generator] to easily generate text.''' Use the “read more” button to divide each article into introductory information and then full content.  From each category, choose two items to display on the front page using the “Front Page” toggle switch:
 
 
 
''Comment: I neglected creating articles for the Presidents category which later is needed when adding the Newsflash module. Take it or leave it.''
 
 
 
''Comment: I found the quick tutorial not very quick when I realized I needed to create 20 articles - 4 categories with 5 articles for each. I noticed the Lorem ipsum text being used in the screen shot, so I thought that would be a nice reference to point the user to in case there are those who might not feel bothered to go any further with the tutorial.''
 
 
 
 
 
Page 45 (correction)
 
 
 
:3. Name the module “Breadcrumbs” but disable the title in the “Show Title” setting. '''Choose the "Breadcrumb" position in order to display this below the logo.''' Leave the rest of the settings the same:
 
 
 
''Comment: I was using Joomla! version 1.5.15 when completing this tutorial.  The default position is "left", not "top", as indicated in the screen shot.  "Left" places it below the login module and not as illustrated in the tutorial.  Using "top" places it awkwardly below the Newsflash module and in some cases not even visible depending on how long the Newsflash module extends. "Breadcrumb" seems to be the position that generates the desired location as seen in the screen shot.''
 
 
 
 
 
[[User:Sbalzer|Sbalzer]] 04:04, 25 November 2009 (UTC)
 
 
 
== Quick Start Using a Virtual Appliance  ==
 
 
 
Another option for a quick start is to use a virtual appliance. 
 
 
 
As an example JumpBox provides a copy of Joomla that can be downloaded at [http://demo.joomla.org/jumpbox.html JumpBox] and, assuming you already have a virtual player set up (e.g.  - [http://www.vmware.com/products/player/ VMWare Player]) then you can be up and running in literally minutes - and without the need to buy any additional hardware.
 
 
 
== create an article ==
 
 
 
"This article shows you how to create an article from the front end."
 
- No, it doesn't. Please delete this sentence. [[User:Saddam|Saddam]] 09:27, 12 November 2010 (UTC)
 
 
 
== VisualGuide 1.7 ==
 
 
 
The original 'Learn Joomla! 1.5 Fast!' was a great introduction to Joomla! 1.5 by Saurabh R. Bhide. However, some things are outdated, there are some (minor) erros and a 1.5 extension example doesn't work any more. Therefor I decided to produce a major re-write for version 1.7.3 with corrections, updates and additions.
 
It is published at Scribd: [http://www.scribd.com/doc/76599431/Visual-Guide17 Visual Guide 1.7].
 
 
 
Feedback is always welcome! See the book for a link to my email ID.
 
 
 
Tinus
 
December 27, 2011
 
 
 
== xampp php configuration for Joomla ==
 
 
 
XAMPP PHP needs to be configured for use with Joomla. XAMPP is configured for development by default. For Joomla PHP should be configured for production.
 
 
 
- Rename php/php.ini to php/php.ini-orig<br/>
 
- Rename php/php.ini-production to php/php.ini<br/>
 
- Restart apache to use new php.ini settings
 
 
 
== Learn Joomla Fast 2.5.4 ==
 
 
 
The original 'Learn Joomla! 1.5 Fast!' was a great introduction to Joomla! 1.5 by Saurabh R. Bhide. However, some things are outdated and it needed some additions. Therefore I decided to produce a major re-write for version 2.5.4 with corrections, updates and additions.
 
It is called "Learn Joomla Fast 2.5.4" and it is published at Scribd: [http://www.scribd.com/doc/95290963/Learn-Joomla-Fast-2-5].
 
Feedback is always welcome! See the book for a link to my email ID.
 
Tinus
 
May 30, 2012
 

Latest revision as of 05:24, 20 February 2022

Archived Talk Pages

In the forum, Gloria superbee requested a correction to remove the duplicate word when:

One way is to learn by working with the sample data which can be installed when when installing Joomla!

Edit Requests 21 Apr 2015 00:48[edit]

Please correct:

Maybe you are a seasoned Information Technology professional, but you have never Joomla! before.

to

Maybe you are a seasoned Information Technology professional, but you have never used Joomla! before.

Done thanks MATsxm



Edit request

The link for the Forum Post Assistant is https://forum.joomla.org/viewtopic.php?f=621&t=582860 it contains a link to the lates fpa --Topazgb 12:13, 30 May 2019 (CDT)

Add Docker and Docker-Compose installation guide[edit]

Add installation tutorial via docker with a reference to hub.docker Joomla.