got a new question(( I have two guestbooks. One of them (which is default) called by {Gbook action="default"}. Page for msg add with form called by {Gbook action="form"}. Everything works good. But if i want to add msg to another gbook alias, which called by {Gbook action="d...
To style these you need to look in the rendered page source to see what you can target, I have never used this module but some require that you hit a button to get the new filed to show up in a template for results, like form builder ... omg what is it :o No, with Gbook it is currently not possible...
Add a new field to form submit i did. added new fied to bd also. But now, CMSMS when form is submit doesnt save a new value to new bd field, it saved to field "title" and real title value doesnt saved)
Got it! Iv got it by myself. But now new question and answer for it i cant find in smarty manual. $smarty->assign('gbook_message_label', $this->Lang('message')); $smarty->assign('gbook_message_field', $id . 'message'); $smarty->assign('gbook_message_input', $this->CreateTextArea(false, $id, html_ent...
Thank u very much. Yeah, looks like more then easy) Ill try to understand Smarty again. If u well know this module, could u also get help in next code (off course if u can): <div class="gbook_form"> {if !empty($gbook_errormessage)}<p class="gbook_error">{$gbook_errormessage}</p>{...
And could you also tell whats wrong? {literal}<? If (is_set($_GET['nomer'])) { ?>{/literal} {Gbook action='detail' entryid=$smarty.get.nomer} {literal}<? } else { ?>{/literal} {Gbook action='default'} {literal}<? } ?>{/literal} Im sorry, but i cant understand how smarty works. I know php and ever wo...
I don't know why you would want to make pages like that, but I guess you have your own specific reasons for it. It should work like this: {Gbook action='detail' entryid=$smarty.get.entry_id} where entry_id is the get parameter Yes, its work! Thank u soo much! If can tell me a better way to make tha...
Hi all, Please help to find answer in next question: When im use a Gbook module fo cmsms and open page with details of any entry - its called by code: {Gbook action="detail" entryid="2"} I dont understand, how can i make this page a dynamic. I mean that i need somthenig like that...