Posted by Jeppe Jensen
2014-12-03

Hi

Thanks for a very nice script!!

I am trying to adjust the out of members search and details view by using the suggestion given here: http://www.phpkobo.com/link--m2072

It works perfectly in my /staff/tpl.adrbook.detail.inc.php but not in /staff/tpl.adrbook.search.inc.php.

In /staff/tpl.adrbook.search.inc.php it gives an error: Notice: Undefined property: COutString::$attri in ../staff/common.inc.php on line 17

The line I use to try to give me the text output is in both "search" and "detail": <?php echo $hm->Zb('rs:def:medlemsnummer',ZB_CBF,'getTextValue'); ?>

Any help would be appreciated.

br/ Jeppe
PS: There could maybe be a little paypal-donate buttom on your page :-)
Posted by Tom
2014-12-12

In search page, please use the following code to display raw text.
<?php echo $hm->Zb('rs:def:medlemsnummer='); ?>
Notice that there is '=' after rs:def:medlemsnummer