Hi, i'am trying to load action with mootools request.HTML and it works fine, but it loads action withe whole template, i searched forum and found that i need add showtemplate=false to params array, but it wont work for me. what i do wrong ? my CreateLink: $this->CreateLink($id, 'show_gallery', $retu...
its a bit wierd for me that in preview i can see that my plugin is working, but in frontend not
always something like using a function was working for me
Hi, can someone tell me what could be wrong with my plugins ? for example, i'am making plugin (udt): function my_name() { echo 'test'; } and i get error like Fatal error: Cannot redeclare my_name() (previously declared in /home/users/test/public_html/inetic/lib/content.functions.php(856) : eval()...
if i try $this-> i get error [php]Fatal error: Call to undefined method Clients::redirect_to_alias() in /home/users/test/public_html/inetic/modules/Clients/action.login_user.php on line 22[/php] without $this->, redirect_to_alias works fine, but only when i'am logged to admin panel, something like t...
Hi, what can be wrong with my code here ? [php] DoAction('login_form', $id, $params, $loginpage); } $loginone = $params['login']; $passone = md5($params['pass']); $db = &$this->GetDB(); $query = "SELECT * FROM ".cms_db_prefix()."module_Clients WHERE login='$loginone'"; $r...
nigdy tego nie robiłem, bo raczej jest to bez sensu, no ale masz w tagu {stylesheet} parametr name, i może wywoływać odpowiedni styl po nazwie, więc implementacja skyptu z Twojego linku to banał
po prostu pokasuj z templatea to co Ci nie potrzebne... ewentualnie możesz sobie użyć jakieś tam mojego, on taki czysty jest (: {if $count > 0} <ul id="menu"> {foreach from=$nodelist item=node} {if $node->depth != $node->prevdepth} {if $node->depth > $node->prevdepth} <ul> {elseif $node->...