Display Admin only info inside CMSB section

4 posts by 2 authors in: Forums > CMS Builder
Last Post: July 21, 2011   (RSS)

Hi There,

How can I display information which can only be edited by an 'admin' INSIDE a CMSB section that an 'editor' would use to edit information?

I am hoping to be able to string together info using php, for example:

I was thinking I could use a separator to display the information. So in the HTML part I could have:

<tr>
<td colspan='2'><?php echo 'Your user number is ' . $record[usernumber] . ' and your title is ' . $record[titlename] ?>
</td>
</tr>


Hope this makes sense!!

Thanks.

Paul.

Re: [Jason] Display Admin only info inside CMSB section

Sweet! Thanks Jason. Will give that a go and let you know :)

Re: [Jason] Display Admin only info inside CMSB section

Works great!!

CMSB = WIN!