Changes in events listing on frontpage

GK User
Sat Apr 29, 2017 1:59 pm
I'd like to change the events listing to a jobs listing functon instead. I'm nearly done but at the front-page I still get an "@" under each listing. I also can't change the "when" to something else. For example: "When: 2017 @ ".
Do I need to change it somewhere in the PHP, CSS or can it be done via K1?

Link: www.esleast.com
User avatar
Fresh Boarder

teitbite
Wed May 03, 2017 11:14 am
Hi

Words to translation should be in module's language file. I can see "When" is under phrase "MOD_NEWS_PRO_GK5_PORTAL_MODE_EVENTS_LIST_WHEN"

Look in language/en-GB/en-GB.mod_news_pro_gk5.ini
User avatar
Moderator

GK User
Thu May 04, 2017 10:01 am
Thx. How about the "@"?
User avatar
Fresh Boarder

teitbite
Fri May 05, 2017 11:22 am
Hi

This sign is hard coded to the module's style. You will need to remove it directly form /modules/mod_news_pro_gk5/tmpl/portal_modes/events_list/controller.php line 72:

Code: Select all
               $event_info['when'] = $event_datetimes[2][0] . ' @ ' . $event_datetimes[2][2];

User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.