Is there any way I or my users can compose a post that has certain parts only visible to a chosen usergroup? For example, a post like this:
for Visitor Not Logged In
================
Hi, everyone, I wrote a PHP script for you guys that would help you address the problem. Download link is here:
<<<This section is only visible to registered users.>>>
================
for Logged In members (or a specified usergroup such as paid members)
================
Hi, everyone, I wrote a PHP script for you guys that would help you address the problem. Download link is here:
http://www.example.com/download.zip
================
I know I can do this with attachment but it doesn't seem intuitive for just a small line of information such as a download URL, a password, a few sentences, etc.
Any way I can achieve this? Thank you!
for Visitor Not Logged In
================
Hi, everyone, I wrote a PHP script for you guys that would help you address the problem. Download link is here:
<<<This section is only visible to registered users.>>>
================
for Logged In members (or a specified usergroup such as paid members)
================
Hi, everyone, I wrote a PHP script for you guys that would help you address the problem. Download link is here:
http://www.example.com/download.zip
================
I know I can do this with attachment but it doesn't seem intuitive for just a small line of information such as a download URL, a password, a few sentences, etc.
Any way I can achieve this? Thank you!
Comment