How to use JTicketing with Bootstrap 2 or 3 templates
We have provided the Bootstrap-2 or 3 support for JTicketing's front end views. By default front end view are in Bootstrap-3.
Make front-end view in Bootstrap-2 format:
By default JTicketing's front end view are in Bootstrap-3. To work with bootstrap-2 layout- You will need to add bootstrap-2 view in override folder.
- Go to backend->JTicketing options and change option “Bootstrap” option to “Load Bootstrap-2” and save the JTicketing's options.
By default all front end view are in Bootstrap-3. To support "Bootstrap-2", you have to add bootstrap-2 view in templates override folder.
Manual Setup Instructions:
Override the front-end view:
a. Go to YOUR_SITE/components/com_jticketing/view_bs2/site/ and copy all views from this folder.
b. Go to your current site template.
Lets say your template is protostar, then go to YOUR_SITE/templates/protostar/html/ and create folder com_jticketing if not exist. And add all copied view
Override the modules:
a. Go to YOUR_SITE/components/com_jticketing/view_bs2/modules/ and copy all modules from this folder.
b. Go to your current site template.
Lets say your template is protostar, then go to YOUR_SITE/templates/protostar/html/ and past the copied modules in html folder.
Override the plugins:
a. Go to YOUR_SITE/components/com_jticketing/view_bs2/plugins and copy plugins folder.
b. Go to your current site template.
Lets say your template is protostar, then go to YOUR_SITE/templates/protostar/html/ and past the copied plugins in html folder.
Automation Instructions:
For Bootsrap-3 site:
- Go to backend->JTicketing options and change option “Bootstrap” option to “Load Bootstrap-3” and save the JTicketing's options.
- By default all front end view are in Bootstrap-3. So you are ready to work with bootstrap-3 site.