User Feedback Archive : October 2017

Posted by Sergey
2017-10-20

I want that in the top menu, after <body> be this:

<?php $post = $hm->Zb('rs:def:hello_razdel');

echo $post;?> ... not working, just right by letters rs:def:hello_razdel. What i'm doing wrong?
Posted by Tom
2017-10-21

>I want that in the top menu, after <body> be this:

No, you can't. You can only put it between
<?php while( $hm->zb('@rs:def:begin_table') ) { ?>
and
<?php } ?>
Posted by Sergey
2017-10-17

I understand about an easy way, but could you help just a little bit. Maybe some example.
Posted by Tom
2017-10-18

>I understand about an easy way,

I'm sorry I can't. There isn't any consistent method that you can rely on to change all the links . This is something you just have to keep modifying with trial and ... Read More
Posted by Sergey
2017-10-14

Can i changed url web/staff/ to web/ only?
For example, from example.com/staff/ to example.com? And how can i do it? Can i do that one page has no login, but admin page have and how can i do it.
Posted by Tom
2017-10-16

Sorry, there isn't an easy way to do it.
Posted by Sergey
2017-10-14

Sorry dear Tom.. But nothing happend
Posted by Tom
2017-10-16

Maybe, you didn't set the right field name??
Posted by Sergey
2017-10-13

))) i do it earlier in "common.php". When i do pregmatch with any of textarea.. nothing happend, but with text field ... do
Posted by Tom
2017-10-14

Put this line on the top of web/staff/common.inc.php
<?php function getTextAreaValue( $key, $val ){ return $val->inside; } ?>

Use this to display the value in the template.
... Read More
Posted by Sergey
2017-10-11

Hello dear Tom. I want to "print" a text in textarea (in tpl.basename.detail.inc.php). I do like this <?php echo $hm->Zb('rs:def:hello_text',ZB_CBF,'getTextValue');?> but no result(( What am i doing ... Read More
Posted by Tom
2017-10-12

Did you already set up getTextValue? If not, Open web/staff/common.inc.php in a text editor, and put the following line on the top, then the function will be available anywhere inside the web/staff ... Read More
Posted by Tomagor
2017-10-06

is there any import staff to mass import from CSV to Adress book? i have almost 4.000 phone and names to import. can have someone doing this?

thanks
Posted by Tom
2017-10-06

Hi, there is no import feature, so you need to import it from phpMyAdmin or other database management softrware.