Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-26T01:05:28-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=977 2010-10-26T01:05:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=4213#p4213 <![CDATA[Re: Extract/Teaser]]> Correct. When you are protecting individual Posts/Pages, you are ONLY protecting the Permalink for those Posts/Pages. In other words, you're only protecting the full content. Short teasers WILL still be available on your site in archive views, where a small snippet will be displayed ( e.g. a Teaser ). For example, within a list of "Posts by category", "Posts by author", etc.... depending on your theme.

Using the <!--more--> tag, or the "Excerpt" field on your Post/Page editing form allows you to specify which portion of the content will be used as the teaser. This is an easy way to handle Teasers on any WordPress-powered site.

Statistics: Posted by Jason Caldwell — October 26th, 2010, 1:05 am


]]>
2010-10-25T21:23:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=4194#p4194 <![CDATA[Re: Extract/Teaser]]>
<!--more-->

Statistics: Posted by RichM — October 25th, 2010, 9:23 pm


]]>
2010-10-23T04:34:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=4107#p4107 <![CDATA[Re: Extract/Teaser]]> Hi Lee. Thanks for your patience.

Actually, Shortcode Conditionals are included in the release of s2Member v3.2.7+. We refer to them as "Simple Conditionals", and they DO utilize Shortcodes so that you don't need to use PHP tags unless you really have to. Please check your Dashboard under: s2Member -> API Scripting -> Simple Conditionals. There are also Shortcode equivalent code samples provided throughout all documentation in the API Scripting section of your Dashboard.

Statistics: Posted by Jason Caldwell — October 23rd, 2010, 4:34 am


]]>
2010-10-18T22:52:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3984#p3984 <![CDATA[Re: Extract/Teaser]]>
Is it not as easy as I believe, or is it just a matter of being low priority?

Thanks,
Lee

Statistics: Posted by greymatter — October 18th, 2010, 10:52 pm


]]>
2010-10-13T08:57:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3892#p3892 <![CDATA[Re: Extract/Teaser]]>
greymatter wrote:
Er yes, thank you, but how exactly do I use them/where do I put them?
How do I indicate the end of the 'open' text and the start of the 'logged in visitor' text?

Take a look at this video, it may help:
http://www.s2member.com/advanced-conditionals-video/

greymatter wrote:
Couldn't this functionality be implemented with shortcodes in the visual editor

I do not recommend using the visual editor when coding.

Statistics: Posted by Elizabeth — October 13th, 2010, 8:57 am


]]>
2010-10-08T16:46:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3839#p3839 <![CDATA[Re: Extract/Teaser]]>
Elizabeth wrote:
Hi,
Advanced Conditionals will work for you.

Er yes, thank you, but how exactly do I use them/where do I put them?
How do I indicate the end of the 'open' text and the start of the 'logged in visitor' text?

Statistics: Posted by nickstrong — October 8th, 2010, 4:46 pm


]]>
2010-10-08T16:33:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3838#p3838 <![CDATA[Re: Extract/Teaser]]> Statistics: Posted by greymatter — October 8th, 2010, 4:33 pm


]]>
2010-10-08T11:53:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3829#p3829 <![CDATA[Re: Extract/Teaser]]>
Advanced Conditionals will work for you.
Code:
<?php if (current_user_can("access_s2member_level1")){ ?>
    Some content for Members who are logged in with an s2Member Level >= 1.
<?php } else { ?>
    Some public content.
<?php } ?>


In order to use PHP scripting inside your Posts/Pages, you'll need to install Exec-PHP.

Statistics: Posted by Elizabeth — October 8th, 2010, 11:53 am


]]>
2010-10-08T07:08:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=977&p=3826#p3826 <![CDATA[Extract/Teaser]]>
  • Visitor - able to see the extent of the site, the navigation menu and the page title/header image and first paragraph of text - i.e Extract or Teaser
  • Member - free - able to see the complete site and its contents, after registration/logging-in.
  • Customer - various types - able to see/purchase eBooks and downloads.

ok, so the question is, how do I implement the 'teaser' (Visitor) operation. I have had a look at the Advanced Conditional API set-up (suggested in another question here) but it looks far too complicated for a simple soul like me. I would just like to (set something up? and then) include a statement like [more] or [restrict] at the point in the page text where the viewer needs to have registered as a member. (and obviously logged-in Members can see everything from the off, without having to jump that hurdle on each page).

Could someone - Jason? - guide me, step by step, on how to achieve this? If it is actually possible so to do.
Many many thanks.

BTW This is the way I want to do it - it's a big (100 page +) existing information site and I'm not going to do a complete page restructure/rewrite to match complete pages to visitor/member levels. ;)
You're very welcome to look at the site

Statistics: Posted by nickstrong — October 8th, 2010, 7:08 am


]]>