Search found 6 matches
- Tue Nov 15, 2016 2:24 pm
- Forum: The Lounge
- Topic: Global cont. blocks are missing
- Replies: 2
- Views: 2322
Re: Global cont. blocks are missing
Dear Paul, thank you for your reply. Sorry, that I haven't found those topics however I've tried that :). Reconnection do DB can be that source of problems because on those two websites I am using that... I've updated those UDTs and I will see. PS: I know that keep updated version is good idea. But ...
- Mon Nov 14, 2016 7:06 am
- Forum: The Lounge
- Topic: Global cont. blocks are missing
- Replies: 2
- Views: 2322
Global cont. blocks are missing
Hello everybody, I have this problem: on 3 websites running 1.11.x I have following problem in last a few weeks. Time to time pages are not rendered correctly. In output HTML are missing some (usually footer) global content blocks. Instead of that there is just comment in HTML, that Glob.cont.block ...
- Thu Oct 22, 2015 5:33 am
- Forum: The Lounge
- Topic: How tu execute plug-in in module...
- Replies: 3
- Views: 1234
Re: How tu execute plug-in in module...
Yes, usually there is help for each plugin... But it shows smarty tag usage only... And I want to use plugin-function in module - it means in PHP code of any module... something like
Thank you. Pavel
Code: Select all
$class_name->cms_version($params,...);
Thank you. Pavel
- Tue Oct 20, 2015 10:16 am
- Forum: The Lounge
- Topic: How tu execute plug-in in module...
- Replies: 3
- Views: 1234
How tu execute plug-in in module...
Hello,
I've done plugin in plugins dir... and it works in templates correctly... But is there any chance to run my smarty_cms_function_something() in module? - for examle if I want tu run cms_version "tag" witch is plugin in php of module...
Thank you!
I've done plugin in plugins dir... and it works in templates correctly... But is there any chance to run my smarty_cms_function_something() in module? - for examle if I want tu run cms_version "tag" witch is plugin in php of module...
Thank you!
- Fri May 15, 2015 12:39 pm
- Forum: Developers Discussion
- Topic: How to disable template output in admin
- Replies: 2
- Views: 3759
Re: How to disable template output in admin
Yes! Thank you very much!
- Fri May 15, 2015 6:35 am
- Forum: Developers Discussion
- Topic: How to disable template output in admin
- Replies: 2
- Views: 3759
How to disable template output in admin
Hello,
I need to create CSV output in admin of my module... Is there way how to disable admin-template output before my function for generating csv is started? I need clear output - no header, menu etc. of admin.
Thank you very much.
I need to create CSV output in admin of my module... Is there way how to disable admin-template output before my function for generating csv is started? I need clear output - no header, menu etc. of admin.
Thank you very much.