Entries Tagged 'Customization' ↓

Modify Content Under Padlock

When your visitor encounters a “Sorry, you’re unable to access this content” page that has the DAP Padlock image on it, you can customize the text that shows up below the padlock by doing this:

customerror

1) Open the file error.php that is stored in the /dap/inc/ folder.

2) RENAME it as (or COPY it as) customerror.php.

3) You can put ANY kind of HTML content within this. Images, javascript, css,, buttons, text, whatever. Any HTML can be used in this file.

4) Upload this new file customerror.php back to same folder /dap/inc/

5) error.php doesn’t matter any more. Whether you delete it, or just leave it alone, the fact that there is a customerror.php file in the same directory means that DAP won’t even bother about error.php any more.

6) Future updates of DAP will not touch your customerror.php file. So updates or upgrades will not mess with your custom error page copy.

Merge Tags For WordPress Posts & Pages

Here are the merge-tags that you can use in your WP posts, and what they mean. (Click here for merge tags for Autoresponder & Broadcast Emails)

%%LOGIN_FORM%%

This is better suited for a WP “page”. This text will be replaced by a login form using which your members can log in to your membership site.

%%SALES_PAGE_URL%%

This text in your blog post/page content, will be replaced by the “Sales Page URL” field from the Products page.

%%AFFDETAILS%%

This will be replaced by the entire Affiliate section from the default home page at YourSite.com/dap/

%%USERPROFILE%%

This will be replaced by the user profile from the default home page at YourSite.com/dap/

%%USERLINKS%%

This will be replaced by the user links section (the list of what products and what links user currently has access to) from the default home page at YourSite.com/dap/

%%FIRST_NAME%%

This will be replaced by the first-name of the user.

%%EMAIL%%

This will be replaced by the email id of the user.

%%MEMBER_HOME_PAGE%%

This will be replaced by whatever is in “Config > Advanced > URL of your User-Profile page”

%%AFF_LINK%%

This will be replaced by the raw affiliate link of the member. If you want it to show up as a link in your blog post, use it like this:

<a href=”%%AFF_LINK%%”>%%AFF_LINK%%</a>

%%MSG%%

1) Create a WP “page” with the slug “error”, and it can be accessed at http://YourSite.com/error/

2) In the body of the page, put the text %%MSG%% – followed by whatever copy you want.

3) Enter the URL from Step #1 on your “Products” page, in the field “Error Page URL”

4) Logout of DAP, and log back in for the changes to take effect.

Impact: When someone tries to visit a link that has expired, or a link that they don’t have access to, they will be redirected to the above URL, and the system error message will be shown where you put in the merge code %%MSG%%.

%%PRODUCT_DETAILS_<insert-product-id>%%

Replaces merge tag with Product-specific details (including links available to the member as part of that Product) on a specific WordPress page/post.

Login/Logout Widget

DAP has a Login/Logout Widget that you can use in any widget-ready theme.

Log in as WP admin, and look under “Appearance > Widgets”.

You’ll see the widget. Drag this widget on to any customizable part of your theme.

The widget puts the DAP login form right on your sidebar.

When a user is not logged in, they will see the login form.

When they are logged in, they just see a “Logout” button.

Logout Link

If you use the default member’s area – http://YourSite.com/dap/ – then this page already has a logout link at the top.

But if you are putting the entire member’s home page component within your wordpress blog, then you need to create your own link and publish it in your sidebar (or wherever you choose to).

Here’s the link for logging out of the member’s area:

http://YourSite.com/dap/logout.php

Replace “YourSite.com” with your actual site name, of course.

And then publish the above link anywhere on your blog – sidebar, top menu bar, etc.

Creating Member & Affiliate Sections within WordPress

The “Member’s Home Page” (YourSite.com/dap/index.php) has 3 sections.

  • Member Links – %%USERLINKS%%
  • Affiliate Section – %%AFFDETAILS%%
  • Member Profile (username/password) – %%USERPROFILE%%

All three of these can be displayed within your WordPress blog.

Creating a “Member Links” Page within WordPress

Create a WordPress “Page” (not ‘post’) with the text %%USERLINKS%% in the body of the page, and a title of say, Your Links, and save the new page.

If you used the text “Your Links” for the title, then the actual link to this page would be YourSite.com/blog/your-links/

Creating a “Member Profile” Page within WordPress

Create a WordPress “Page” (not ‘post’) with the text %%USERPROFILE%% in the body of the page, and a title of say, User Profile, and save the new page.

If you used the text “User Profile” for the title, then the actual link to this page would be YourSite.com/blog/user-profile/

Creating an “Affiliate” Page within WordPress

Create a WordPress “Page” (not ‘post’) with the text %%AFFDETAILS%% in the body of the page, and a title of say, Affiliate, and save the new page.

If you used the text “Affiliate” for the title, then the actual link to this page would be YourSite.com/blog/affiliate/

That’s it!

Creating A Login Page Within WordPress

Now DAP already provides you with a built-in login form, at YourSite.com/dap/login.php

But if you want to put this form “within” your WordPress blog, so as to give your login form the same Look & Feel as the rest of your blog, all you need to do, is…

1) Create a WordPress “Page” (not ‘post’) with the text %%LOGIN_FORM%% in the body of the page, and a title of say, Login, and save the new page. If you used the text “Login” for the title, then the actual link to this page would be YourSite.com/blog/login

2) This page now shows up as “Login” along with the rest of your “pages” on your blog.

3) Go to DAP Admin > Config > Advanced (drop down). Scroll down to the field that says:

Location of your login page (eg., if using WordPress). Should start with a forward slash (`/`)

In the text box, enter the link to the login page from Step 1, minus the domain name. So, it would look like:

/blog/login

That’s it!

When someone clicks on the “Login” link, or tries to access a post that they are not authorized to, the user is redirected to the login page.

Related: Where is the Logout Link?

Using Sneak-Peek For Blog Posts

For Advanced Users Only

That means, if you read this post and don’t understand a word, then this is NOT for you.

For this to work, you must have already installed DAP WP LiveLinks.

Now, when someone comes to your wordpress blog, assuming you have already activated DAP LiveLinks, then none of the posts you have protected will even show up on the home page, or will show up if someone tries to visit them directly (say, from a bookmark or link in an email). Which means, as far as your visitor is concerned, those posts don’t even exist in your blog.

Now as powerful as this plugin is, from an SEO perspective, if your visitor (who is not a member, and one who is not logged in) can’t even see the post, then neither can Google. This means, if you do a blog-and-ping, when Google arrives at the permalink of your new post, because the post is protected, DAP will redirect Google to your login page. This means, you don’ get the benefit of SEO for your new post.

Also, from a “Curiosity” standpoint, if you protect all of the posts, then your visitor will only see a handful of non-protected blog posts.

So, giving them a “sneak-peek” of the post your home page as well as on the permalink, is a great way to get them excited about your content.

How to turn on Sneak-Peek

Go to DAP Admin > Config > WordPress Sneak-Peek

It is set to “N” (no) by default. Change this to “Y” and click on the “Update” button to save the change.

And then when they click on the “more” button to read the rest of the post, the full post is protected anyway, and they are presented with a login screen.

WARNING: VERY IMPORTANT IF YOU TURN ON SNEAK-PEEK

As soon as you turn on Sneak-Peek, DAP will show all content from your blog posts, but only up to the “More” tag. This means, if you don’t have a “More” tag in any of your content, then all of your blog posts will show to all users, regardless of whether they have access or not.

So, the most important thing here is this:

SNEAK-PEEK and MORE are INSEPARABLE.

If you do sneak-peek, you MUST include a “More” tag.

So when you create a WordPress blog post, split the post into two parts using the “More” tag. This creates a “public preview” portion of the actual post, that shows up on your blog’s home page and in the permalink when that post is displayed. To read the rest of the post, your visitor has to click on the “More” link, and that’s when depending on whether the user has access, the rest of the post will be displayed.

Aweber Integration

With the “DigitalAccessPass.com” Aweber Email Parser, integrating DAP with Aweber is a total breeze.

1. Login to your account at Aweber.com and from the drop-down, pick the list for which you want to add DAP users to (see Image 1. below)

Image 1:

awebersetup-1

2. Click on “My Lists” and within that, select “Email Parser” (see Image 1 above)

3. On the Email Parsers page, check the check-box next to the parser named “DigitalAccessPass.com” (see Image 1 above)

You will then see something like this.

awebersetup-2

That’s it for the Email Parser activation at Aweber. Just a couple of more things to be done within your DAP Admin Dashboard.

4. Log in to your DAP Admin Dashboard and pick the product (whose members you wish to add automatically to your Aweber list from step 1 above)

5. If your Aweber list, is called “dap_fans”, then your Aweber “list email id” is “dap_fans@aweber.com”. Just add this Aweber list email id to the “3rd Party Notification” field of the above product, and save.

awebersetup-3

That’s it!

How This Works

So let’s say you picked the list “dap_fans” in your Aweber account, and the DAP Product “Example Subscription Product” (as shown in the screenshots above).

So once you add “dap_fans@aweber.com” to the product’s “3rd Party Notification Email Ids” field and save it, every time someone gets access to the “Example Subscription Product” product (regardless of whether they buy it, or you give them access on the backend), an email is sent out to the email id dap_fans@aweber.com , which looks like this:

From: Joe Subscriber <joe@subscriber.com>

Subject: New User Signup (3rd Party Notification)

Body:
Name: Joe Subscriber
Email: Joe@Subscriber.com
Product: Example Subscription Product

And because you have already activated the DigitalAccessPass.com parser in your “dap_fans” list, Aweber automatically adds “Joe Subscriber” with the email id (Joe@Subscriber.com) to your dap_fans list. And the parser has been written in such a way, that the product name will be used as your “Ad Tracking” field for the subscriber. So you will be able to group them and run reports on them in your Aweber account.

Frequently Asked Questions

Q: If I integrate DAP with Aweber and someone signs up to my membership site and then later on cancels or stops paying, can DAP automatically remove people from Aweber?

A: Short answer: No. Aweber doesn’t have a “Remove” parser, only an “Add” parser. So if someone who DAP automatically added to your Aweber list when they purchased a product, cancels or asks for a refund, you will have to manually remove them from the Aweber list. But wait, this may not be such a bad thing after all.

ExtraTip: As soon as someone cancels their subscription (or just doesn’t pay, or their credit card is declined), then their membership account in DAP automatically expires. Which means they can no longer access any content (unless you have specifically set DAP Config to deliberately give ex-members access to content that they paid for previously when they were a member).

So that means, their access in DAP has expired, but they are still on your Aweber list.

This may not be bad, because if you keep sending them emails (through Aweber) about new content and new videos and new stuff you are adding to your membership site even after they’ve cancelled, when they come back to your site through the link in your email, they won’t be able to access the actual content.

So it’s a great way of continuing to keep even ex-members curious and coming back to the site, only to be presented with a “Sorry, you don’t have access to this”, which may be a great incentive for them to come back and join your web site.

Of course, for this to work, you must put all the key content on your web site, and use the emails just to get them curious about the content, and eventually bring them back to the site to deliver the content. However, if you are going to send out all the good stuff in your emails (which doesn’t make sense anyway) then this may be an issue for you.

Q) Will DAP add only paid customers to Aweber? Or both Paid and Free members?

The link is really between the DAP Product and your Aweber List. So regardless of who gets access to that product – for free, by paying, or admin added – they will automatically be added to your Aweber list. So if you don’t want your free members to be added to your Aweber list, then keep your “Free” products and your “Paid’ products separate, and don’t set up this integration for the Free products.

Feel free to ask your questions below.

- Ravi Jayagopal

First Name: Veena
Last Name: Prashanth
Email: veena@digitalaccesspass.com
Product: Digital Access Pass with WP LiveLinks

Modifying Config

The Configuration data of your DAP installation can be customized online.

  1. Log in to DAP as admin at:
    http://YourSite.com/dap/
  2. Click on the “Config” link in the nav bar at the top.
  3. You will see a drop-down (showing “Basic” by default). You can modify option by option (“Basic”, “Payment Processing”, etc) or view them all together at one time (“All”).
  4. WARNING: Save each modified config field individually. This means, every time you modify one row of config data, hit the “Save” button at the end of that row. You will not be able to change multiple rows and have all of them saved all at once. It has to be saved row by row*.
  5. Modify fields like “Site Name”, “Admin Name”, “Admin Email” etc.

NOTE: The reason why we allow only one row to be “Saved” at a time, is to prevent you from messing up (by accident) config stuff that was already working. So, this way, you can mess up only one row at a time :-)

See more details about the config screen below.

Config Screen Details

Config > Basic

config-basic

1. Site Name:

This is where you put in the descriptive name for your web site. When sending emails, you may sometimes wish to use a “name” for your site rather than just a domain name. “Welcome to Digital Access Pass”, you can say.

2. Admin Name:

This is the “from name” used in outgoing emails.

3. Admin Email:

This is the “from email” used in outgoing emails.

4. DAP Log Level:

“1” is the highest, “5” is the lowest.

When set to “5”, it logs all kinds of verbose details to the logs, to help during installation and troubleshooting. When set to “1”, it logs only major errors and issues.

So during installation and setup, set this field to “5”. Once everything is up and running and you are ready to launch your site, turn this up to “1”.

Config > Payment Processing

config-pp

The first 7 fields on this page are required ONLY if you are going to be using a) 1ShoppingCart.com (incl. private labels) or b) ClickBank.

The 7 fields are:

1. “Should DAP process Customer Emails even when the Product names don`t match?”

2. “Email Server Where Order Emails Come In”

3. “Email Server Protocol (ssl/nossl)”

4. “Email Server Protocol (pop3/imap)”

5. “Email Server Port”

6. “Email Server User Name”

7. “Email Server Password”

If you are going to be using 1ShoppingCart.com or ClickBank, then read the explanation for the fields below. But Iif you are going to be using Paypal, then you can skip reading the explanation for these 7 fields.

So here is the documentation for the Payment Processing tab, which includes the 7 fields.

The way DAP integrates with 1ShoppingCart (1SC) and ClickBank (CB) is via Email. Whenever someone makes a purchase through 1SC or CB, they send you – the site owner – what is called a “Payment Notification Email”. This email lets you know that someone just purchased one of your products, and contains the buyer information like name, email address, mailing address, etc.

We call this – the email id at which you receive these payment notification emails – as the “Billing Email”. So all you need to do to set up integration between DAP and 1SC/CB, is to tell DAP what this billing email id is, and how to access it, so that DAP can log in to this email, look at all the payment notification emails, pick out the ones you want it to process, automatically create an account for your member on your membership site, and send them an email notifying them how to log in to their account on your membership site and access the product that they just purchased from you.

1. “Should DAP process Customer Emails even when the Product names don`t match?”

Now, you may have multiple web sites with multiple products, and you may be receiving payment notifications for many web sites at one single “Billing Email”. But you don’t want to add them all to your membership site, right? You just want to add those who purchase a specific product, to your membership site. So this field is where you tell DAP whether it should add ALL buyers to your membership site, or just those who purchased a specific product. By default, this is set to “N”, which means, DAP will ONLY process emails where the Product name you created in DAP exactly matches the Product name in the billing email. If you still don’t understand this, watch the videos, and just leave this at the default “N” for now until you understand more.

2. “Email Server Where Order Emails Come In”

This usually looks like “mail.yoursite.com”. You can find this info in your web host control panel, on the “Emails” tab, where you would normally create new email id’s for your web site.

3. “Email Server Protocol (ssl/nossl)”: Leave this at the default, which is “nossl”.

4. “Email Server Protocol (pop3/imap)”: Leave this at the default, “imap”.

5. “Email Server Port”: Leave this at the default, “143”.

6. “Email Server User Name”:

This is the actual billing email id. Ex: billing@yoursite.com or whatever email id it is where you get the Payment Notification Emails from 1SC/CB.

7. “Email Server Password”:

This is the password to check that email id.

The following fields apply to everyone, not just to users of 1SC/CB.

8. “How long does user have from date of purchase to get a refund? (in days)”

“60” is recommended and is the default. But you can change this to any number you want.

9. “Enter the symbol of the currency in which you are accepting payments”

Default is “$”. If you are going to be using any other currency, then enter the symbol here.

10. “This is for Paypal Mass Pay – if you picked “$” as your currency symbol, enter “USD” here”

If you are going to be paying your affiliates in US dollars, and picked the “$” in field #9 above, then enter USD here.

Config > Advanced

config-advanced

1. “Should Affiliate Section be displayed on User `Home` Page? (If using ClickBank, set this to `N`)”

If you are in a mom-and-pop, or non Internet Marketing Niche, where you don’t want to confuse users by displaying the affiliate section on the default user home page, then set this to “N”. All users will be signed up as affiliates by default – they just won’t see their affiliate link and affiliate stats on their user home page.

2. “Max. # of User Logins From Different IP`s”

This is a security feature. This is where you restrict the number of different IP’s that a user can log in to their account on your membership site. This is to prevent password sharing, so if you see the email id being used to log in from more IP’s than the above limit, then DAP will automatically lock their account, and send them and you an email notifying you both that the account has been locked. You can then either wait for them to contact you by email to get their account unlocked, or if you trust/know the user, you can unlock the account yourself on the “Edit User” screen. Once you unlock the user, both you and the user will get an email notifying you both that the account has been unlocked.

You can customize the content of the lock and unlock notification emails on the Templates page.

3. “Allow access to previously-paid-for content even after subscriber cancels?”

Set to “N” by default. If you want people who have cancelled their account, or unsubscribed from your membership site to have access to content that they had access previously, then set this to “Y”.

NOTE: If you set this to “Y”, then remember this: Say you are offering a free 1 month trial. And you are giving them access to a few videos or blog posts, then even if they cancel their free trial, then they will continue to have access to the 1st month’s content. If you had set this to “N”, then at the end of the 1st month, if they cancel their trial, then they won’t be able to access 1st month’s content. That’s the difference.

4. “Force 3rd-Party Form (eg., Aweber integration) fill-up during Account Activation”

This is for advanced users only, if you are planning to use Aweber, and want every new member who signs up for a membership in DAP, to also be automatically added to your Aweber account. This requires some advanced set up, which is explained at http://www.digitalaccesspass.com/doc/aweber-integration/ . This is not something you should be looking to set up when you’re first trying to set up DAP. This is a power-user feature, and you should get back to this towards the end of your membership setup, rather than at the beginning.

5. “Self-Service: Allow members to use credits and choose products a-la-carte.”

This is for those who have purchased the “Self-Service Store” (SSS) plugin only. If you don’t have this, then skip ahead to the next one.

If you have purchased SSS, then set this to “Y” to enable your Self-Service Store where users can cash in their credits and buy the products they want for this month, rather than you (as the site owner) deciding what content they get this month.

6. “Self-Service: How to order the products displayed in your Self-Service Store?”

Again, this is for those who have purchased the “Self-Service Store” (SSS) plugin only. If you don’t have this, then skip ahead to the next one.

This setting allows you to control how the products in your SSS are displayed – Most popular first, Ascending order by name, etc.

7. “Location of your login page (eg., if using WordPress). Should start with a forward slash (`/`)”

By default, your membership site login page is: http://YourSite.com/dap/login.php

Instead of sending them to this page, you can put the login form on a “WordPress Page” within your own blog, so that the look and feel is always the same, and your member never has to leave the familiar look and feel of your blog just to login.

So if you put the login form on a WP page (not post) called “Login”, then your full link to your login page would be: http://YourSite.com/blog/login/

So to change the login page from the default page, and point it to your custom login page, just remove the domain name section from the above WP login page link, and paste the remaining text in this field. So you would enter…

/blog/login

…in this field.

8. “URL to which User is redirected to, right after log in. Default: /dap/index.php”

After your member logs in, by default, they’re redirected to http://YourSite.com/dap/index.php

You can change this to whatever URL you want (just leave out the domain name from the link).

9. “WordPress Sneak Peek: Show snippets of post (upto the `More` break) even for protected posts?”

With this turned off (set to “N” by default), when someone visits your blog, they will ONLY see posts that they are “eligible” to view. This applies to your blog’s main page as well as individual posts. For instance, if you have 100 posts, and have protected 95 of them, then on your blog’s home page, your casual visitor will see only 5 blog posts in TOTAL. They won’t even see the titles or bodies of the protected posts until they become a member.

If set to “Y” (Show snippets even of protected blog posts), then your users will see content from each blog post of even protected posts, but only up to the “More” button. Clicking on the “More” link would then ask them to login first before they can access the remainder of the content.

So when Google’s spider (or your visitor) arrives at your blog after you publish a new post, it/they will see a summary of the post, instead of being redirected to a login page. This is extremely powerful from an SEO perspective.

10. “Use Double Opt-in? If “Y”, then user has to click link to activate a/c. “N” means single-optin.”

By default, “Double Optin” is set to “Y”. It means, when your member first joins your membership site (she doesn’t have an account so far), then only the very first time when an account is being created using her email address, then an “Activation Email” (customize on Templates page) with an activation link is sent to your member. They have to click on the activation link to set their account status to “Active”. This process also records their IP address, in case you need them for as “Anti Spam” proof.

But if you set this to “N”, then whenever their account is first created, their account is directly activated by DAP, and no activation link is required to be clicked, and no activation email is sent to your member.

- Ravi Jayagopal

Customizing Header and Footer

This applies only if you have not integrated the DAP login form into your WordPress blog.

Header and Footer are now part of DAP Templates.