Page 1 of 1

Customizing admin templates

Posted: Tue Dec 04, 2018 7:51 pm
by paulbaker
I am using the method shown here to try to customize the template of a CGCalendar instance:
https://docs.cmsmadesimple.org/customiz ... -templates

In fact I am following the method shown here which has worked for me in the past (quite a few versions ago):
viewtopic.php?f=4&t=64063

It's not working for me now. When I make changes in module_custom/CGCalendar/templates files, no changes are shown in the admin area. :'(

I am clearing CMSMS cache.

Is module_custom still supported by CGCalendar now that there is a lot of ajax stuff going on in this module?

My host recently got taken over and things have changed in the background; might there be some weird caching going on?

Or am I just doing something stupid? (Probably).

Need some help to troubleshoot this.

Thanks

----------------------------------------------

Cms Version: 2.2.8

Installed Modules:

AdminSearch: 1.0.4
CGCalendar: 2.5.1
CGExtensions: 1.61.3
CGGoogleMaps: 2.4.7
CGSharedContent: 1.0.1
CGSimpleSmarty: 2.2
CMSContentManager: 1.1.6
CMSMailer: 6.2.14
CmsJobManager: 0.1.3
DesignManager: 1.1.4
FileManager: 1.6.7
FilePicker: 1.0.3
GBFilePicker: 1.3.3
LISE: 1.3.1
LISEGovernors: 1.3.1
MenuManager: 1.50.3
MicroTiny: 2.2.2
ModuleManager: 2.1.4
Navigator: 1.0.9
News: 2.51.4
Notifications: 1.1
Search: 1.51.5
SiteMapMadeSimple: 1.2.8
Statistics: 1.2.1.2
ThemeManager: 1.1.8
TinyMCE: 2.9.12
jQuery: 1.2.0

Config Information:

php_memory_limit:
max_upload_size: 32000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/London
permissive_smarty: false

Php Information:

phpversion: 5.6.38
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 32767
E_STRICT: 2048
E_DEPRECATED: 8192
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: 90
register_globals: Off (False)
output_buffering: 4096
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /tmp (0700)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
auto_clear_cache_age: Off (False)
Server Information:

Server Software: Apache
Server Api: cgi-fcgi
Server Os: Linux 3.10.0-714.10.2.lve1.5.17.1.el7.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 10.1.36
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable

Permission Information:

tmp: /home/stmarys/public_html/tmp (0755)
tmp_cache: /home/stmarys/public_html/tmp/cache (0755)
templates_c: /home/stmarys/public_html/tmp/templates_c (0755)
modules: /home/stmarys/public_html/modules (0755)
uploads: /home/stmarys/public_html/uploads (0755)
File Creation Mask (umask): /home/stmarys/public_html/tmp/cache (0755)
config_file: 0444
----------------------------------------------

Re: Customizing admin templates

Posted: Wed Dec 05, 2018 12:09 am
by DIGI3
Are you using the module_custom that's in /assets/ now?

Re: Customizing admin templates

Posted: Wed Dec 05, 2018 12:03 pm
by paulbaker
No I wasn't DIGI3 - but I am now ;D

I have updated both the docs page and old forum post linked in my original post.

Thank you!