Why don't the Reporting listeners work with Visibility Plug-in?
The reporting listeners, like %content:creator%, I can use them in the linking plug-in just fine. Ex: {add-page:%global:current date > MMM-dd-yyyy%}Add page {add-page}, but I can not use them with the visibility Plug-in.
Ex: {show-to:user=%content:creator%}
Am I doing it wrong, I'd be surprised if I were. I am trying to set this on a template so that only the person who creates the page can see a certain section. (I have a feeling CustomWare will be answering this one directly).
Ex: {show-to:user=%content:creator%}
Am I doing it wrong, I'd be surprised if I were. I am trying to set this on a template so that only the person who creates the page can see a certain section. (I have a feeling CustomWare will be answering this one directly).
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi,
You can achieve this by using the inject functionality as part of the report-block macro, try the following:
{report-block}
{local-reporter:creator}
{local-reporter}
{report-body:injected=true}
{show-to:%name%}
Stuff to show ONLY to the creator.
{show-to}
{report-body}
{report-block}
Regards,
Bo Wang
Loading Profile...



EMPLOYEE