The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Mon Apr 30, 2012 7:21 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jun 27, 2008 1:30 pm
Posts: 30
I thought I'd have a go at creating a simple site/front-end module from scratch, but had some difficulty understanding the Joomla documentation regarding language files, particularly the conventions concerned with the constant that can be used for the module name/title.

These are my trial and error discoveries:

Code:
mod_example.xml
<extension>
  <name>MOD_EXAMPLE_XML_NAME</name>
  <description>MOD_EXAMPLE_XML_DESCRIPTION</description>
</extension>

EXTENSION INSTALL:    Description   XML<description>  D1 joomla/modules/mod_example/language/en-GB/en-GB.mod_example.sys.ini
                                                             
EXTENSION MANAGE:     Name          XML<name>         N1 joomla/language/en-GB/en-GB.mod_example.sys.ini
EXTENSION MANAGE:     Name tooltip  XML<description>  D2 joomla/language/en-GB/en-GB.mod_example.sys.ini
                                                             
MOD MANAGER: MODULES  Title         XML<name>         N2 joomla/modules/mod_example/language/en-GB/en-GB.mod_example.sys.ini
MOD MANAGER: MODULES  Type          XML<name>         N1 joomla/language/en-GB/en-GB.mod_example.sys.ini
                                                             
MOD MANAGER: MODULE   Title         XML<name>         N2 joomla/modules/mod_example/language/en-GB/en-GB.mod_example.sys.ini
MOD MANAGER: MODULE   ????          XML<name>         N3 joomla/language/en-GB/en-GB.mod_example.ini
MOD MANAGER: MODULE   Description   XML<description>  D3 joomla/language/en-GB/en-GB.mod_example.ini


It puzzles me why the module name can be configured three times - see the image link for a better idea of what I mean (zoom in on the lower pane).

https://picasaweb.google.com/lh/photo/u ... directlink
Attachment:
mod_site_example.zip


You do not have the required permissions to view the files attached to this post.

_________________
I don't code - I just butcher that of others'.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group