Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

A module for the FUEL CMS content management system that allows setting up translatable fields in models.

License

Notifications You must be signed in to change notification settings

martynassateika/FUEL-CMS-Translatable-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUEL CMS Translatable Module

The Translatable Module is a module for the FUEL CMS content management system that allows setting up translatable fields for existing models.

GitHub Logo

Installation

There are a couple ways to install the module. If you are using GIT you can use the following method to create a submodule:

Using Git

  1. Open up a Terminal window, "cd" to your FUEL CMS installation then type in: php index.php fuel/installer/add_git_submodule git://github.com/martynassateika/FUEL-CMS-Translatable-Module.git translatable

  2. Then to install, type in: php index.php fuel/installer/install translatable

Manual

  1. Download the zip file from GitHub: https://github.com/martynassateika/FUEL-CMS-Translatable-Module

  2. Create a "translatable" folder in fuel/modules/ and place the contents of the tester module folder in there.

  3. Then to install, open up a Terminal window, "cd" to your FUEL CMS installation and type in: php index.php fuel/installer/install translatable

Uninstall

To uninstall the module which will remove any permissions and database information: php index.php fuel/installer/uninstall translatable

Troubleshooting

  1. You may need to put in your full path to the "php" interpreter when using the terminal.
  2. You must have access to an internet connection to install using GIT.

Attributions

Licence

The Translatable module for FUEL CMS is licenced under Apache 2.

About

A module for the FUEL CMS content management system that allows setting up translatable fields in models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published