offline
Posts
6
Likes
3
Credits
0
LEVEL
0
185 XP
I created a page with html code in the nodes.
I understand how to hide the page from the guests in principle through the node/rights settings, but this option is not suitable.
How can I hide part of the html code on this page from the guests?
To make it more clear:
I understand how to hide the page from the guests in principle through the node/rights settings, but this option is not suitable.
How can I hide part of the html code on this page from the guests?
To make it more clear:
Code:
<footer>
<!-- for all -->
<p>Hello all world</p>
<!-- for members only -->
<p>Hello wolrd</p>
</footer>