Help Center

Powered by Minitek FAQ Book
Loading...

Different text when multiple modules

CK
Carst KomdeurPosted 7 years agoEdited 7 years ago
Hi,

I have installed Resonsive Grid for Articles to show articles in a nice way. I have 2 modules for 2 differente purposes. I like to use Filter options for Categories and Tags, but in the 2 modules the translation must be different. For example: in module 1 the categories are Names of places, in module 2 the categories are Type of meat. The text should be: filter on places and filter on type of meat.

I made a default2.php in template override. I can select this in module, but then articles are not visible anymore. I thought/hoped this would give me the option to select different texts, but it is not working.

Do you have any suggestions?

Regards, Carst
Loading...
0
#2095

3 answers

M
MinitekPosted 7 years agoModerator
Hi Carst,

When creating a template override, you must override the default.php file + the file that represents your selected theme.
For example,

default2.php

+ one of the following files (according to your selected theme)
default2_elegant.php
default2_fancy.php
default2_minimal.php
CK
Carst KomdeurPosted 7 years ago
Hi Yannis

That did the trick, is working now. Thanks!
M
MinitekPosted 7 years agoModerator
You're welcome Carst.