Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2009-03-08 14:27:06

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Sections, Categories and Articles

You might want to look at these plugins: ign_password_protect, mem_self_register and mem_simple_form. I haven’t used any of these myself and I don’t know if what you want can be achieved. Any questions about the use of these plugins are best posted in the plugin thread(s).

Offline

#14 2010-11-04 15:07:19

jammer
Member
Registered: 2009-01-13
Posts: 36

Re: Sections, Categories and Articles

Hello,

I’m setting up this site and I created my Categories and Sections.
the Sections have the following options;

1. Selected by Default…..No
2. On front page………….No
3. Syndicate……………….No
Include in Search………..Yes

When I click on a “category” however, the articles do not show.
if I change “On front Page to “YES”, the articles do appear when I click the respective category

I do now want all articles to appear on the front page. Is there a way to get the articles to appear ONLY for the category that is selected?

Thanks in advance for your response

RJ

Offline

#15 2010-11-04 18:18:13

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Sections, Categories and Articles

Yes, there are several ways to do that. For example:

1. Set all your sections to be displayed on the front page, and in your default page template use something like this:

<txp:if_section name="">
   <txp:if_category>
      <txp:article />
   <txp:else />
      <txp:article_custom section="sections,you,want,on,frontpage" />
   </txp:if_category>
</txp:if_section>

2. Or don’t set them to be displayed on the frontpage, and use a section page to display the category listings.

Offline

#16 2010-11-04 18:27:35

jammer
Member
Registered: 2009-01-13
Posts: 36

Re: Sections, Categories and Articles

Thank you Els. I will test it out & let you know if it works.

RJ

Offline

Board footer

Powered by FluxBB