Answer the question
In order to leave comments, you need to log in
DLE and Group=5, why is the tag displayed as text?
Good day to all!
I wanted to write a module for dle, there was a problem with the templating engine.
The documentation says that I can use the [GROUP=X] and [NOT-GROUP=X] tags to show or not show text to the corresponding group.
I created my own *
.tpl file, wrote everything as it should be, connected the module through the engine in switch($do),
the module works correctly, and the tags are displayed as text
. );
$tpl->set('{uid}', $member_id["user_id"]);
$tpl->compile('content');
$tpl->clear();
As I understand it, the module should be pulled by the engine, and the processing of this tag should be earlier in the engine? I didn’t find a word in the documentation about this .. help me
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question