Restrict access to part of Joomla articles,

More
9 years 2 months ago #75403 by Scot
We have implemented the "Restrict access to part of Joomla articles" feature as detailed in this article:
membershipprodoc.joomservices.com/resources-access-restriction

When an unsubscribed user attempts to read a restricted article, s/he will see the green banner and instructions for subscribing. We would like to change:
1. The color of the green background
2. The page where the user goes when clicking the "HERE" in the banner words.

For #1, how would we do that?

For #2, we'd like the unsubscribed reader to see a page of instructions about how to subscribe before actually seeing the Membership Pro pages for subscribing. To do that, we'd use a Joomla article that we would create, and that would then link to the Membership Pro pages for subscribing.

Is this possible, and if so, how would we do this?

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #75417 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Restrict access to part of Joomla articles,
Hi Scot

1. For #1, it can be controlled in the css file of the extension. Look at the file components/com_osmembership/assets/css/style.css, find the css code below and change the color to meet your need (it is in the line 179)
Code:
#restricted_info { background-color: #83CC00; min-height: 40px; margin: 0; padding: 5px; font-weight: bold; }

2. For #2, You can go to Membership Pro -> Emails & Messages, find the message Content Restricted Message and change the link in the click here word to link to the page you want

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #75476 by Scot
Thanks!

That worked perfectly.

I appreciate the quick response! :) :) :)

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #75595 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Restrict access to part of Joomla articles,
Great. Thanks for confirming :)

Tuan

Please Log in or Create an account to join the conversation.