Few questions

  • Andreas
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months ago #50182 by Andreas
Few questions was created by Andreas
I have bought your component and installed it on one of my client’s site.
This client has 2 same websites with the same template but with
different color each one.
I would like have your help for the following.
1. How can I change color, text, text size and size of the display of
Content - Membership Pro Content Restriction plugin? I need to
change colors to match to the different color I am using to each
one of the above sites. The dark green background color shown now
doesn't match to the style of the whole website.
See page:

2. Also, at the display of this plugin there is the link ‘click here’ to
subscribe to a subscription plan. In the subscription plan page must
be also the login, if a visitor is already a member. Login box on
subscription page doesn’t display although it is set to yes in
configuration.

3. Categories are for what? Can I create 2 categories one Paid and
one Free for the relative articles? How articles on Free category
will show that is is free to download or read?

4. In payment plugins where is the Author email and author url to
change them?
Paypal set up can be done only with paypal account email?

5. Does the component has its own search box?
Any help will be very much appreciated

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

More
9 years 7 months ago #50212 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Few questions
Hi

#1 => You can edit the css code in the file components/com_osmembership/assets/css/style.css. Find the css code below and change it to meet your need (see background color css attribute)
Code:
#restricted_info { background-color: #83CC00; min-height: 40px; margin: 0; padding: 5px; font-weight: bold; }

2=> You will need to set Registration integration config option to Yes as well

3=> Categories is just used to categorize subscription plans. In most case, it is not needed (optional). See documentation.joomdonation.com/membershi...etup-categories.html for more detailed information. In your case, I think you can :

+ Create two different categories (one for Public and one for paid members).

+ Use this method (Joomla ACL) documentation.joomdonation.com/membershi...sing-joomla-core-acl to setup and prevent access to the articles which only allowed for paid subscribers.

+ Maybe create two menu items to link to the two category page so that users can access to these articles easily

4. You will need to change it in the database. Look at #__osmembership_payment_plugins database table and change the data from there.

5. The component doesn't have it own search box, unfortunately. I don't know why you want to use seachbox for the component ? What will users search for ?

Tuan

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

More
9 years 7 months ago #50228 by Andreas
Replied by Andreas on topic Few questions
Hi Tuan,
Thank you for your quick reply. I will apply your suggestions and come back if I have more quwstions.
You have excellent service

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

More
9 years 7 months ago #50278 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Few questions
OK Andreas. Please continue to setup it and let us know if you need more help

Regards,

Tuan

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