04-14-2023, 10:07 PM
ehcp uses database for storing templates.
goto phpmyadmin,
ehcp db
html table,
you see there rows that contain template_en, template_tr and so on..
if you modify field htmlkodu for template_en, you modify template for english lang.
dont remove tag for {ickisim}
it is a placeholder for homepage.
for instance, you may try following sql for an empty template:
(these codes run on phpmyadmin or mysql console,
first sql backup your existing template_en
)
use ehcp;
update html set id='template_en_bck' where id='template_en';
insert into html (id,htmlkodu) values ('template_en','Empty Template: <br> {ickisim}');
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
goto phpmyadmin,
ehcp db
html table,
you see there rows that contain template_en, template_tr and so on..
if you modify field htmlkodu for template_en, you modify template for english lang.
dont remove tag for {ickisim}
it is a placeholder for homepage.
for instance, you may try following sql for an empty template:
(these codes run on phpmyadmin or mysql console,
first sql backup your existing template_en
)
use ehcp;
update html set id='template_en_bck' where id='template_en';
insert into html (id,htmlkodu) values ('template_en','Empty Template: <br> {ickisim}');
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.