- Posts: 253
How To / General
how to create grid view?
- saman سامان
-
Topic Author
- Offline
- Elite Member
-
- samansamani2[at]yahoo.com
Less
More
9 years 6 months ago #1
by saman سامان
how to create grid view? was created by saman سامان
hi.
i want to create grid view for the category courses menu.
is it possible?
i undestand HTML and CSS and little PHP but what file must be modify or override?
my goal: simply show the course in grid view, not list or not under together.
tnx.
i want to create grid view for the category courses menu.
is it possible?
i undestand HTML and CSS and little PHP but what file must be modify or override?
my goal: simply show the course in grid view, not list or not under together.
tnx.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
9 years 6 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic how to create grid view?
Hi.
Best way to do it is with a template override, so you don't need to modify Joomdle files. Here you can see it explained:
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core
Basically you copy default.php file to the right location, and modify it to display as you want.
Best way to do it is with a template override, so you don't need to modify Joomdle files. Here you can see it explained:
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core
Basically you copy default.php file to the right location, and modify it to display as you want.
Please Log in or Create an account to join the conversation.