Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2008-04-17 15:20:34
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Problems publishing articles
When you have upgraded, you will be able to combine most if_section tags into one, but since I don’t know if your TXP version allows it, for now you can add the two missing sections at the end, like this:
<txp:if_section name="" >
<txp:article_custom form="default" section="article" />
</txp:if_section>
<txp:if_section name="services" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="history" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="ral-today" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="our-volunteers" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="acknowledgements" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="memberships" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="feedback" >
<txp:article form="default" />
<txp:zem_contact to="ral@pobox10.wanadoo.co.uk" subject="RAL website feedback" redirect="thank-you" from="feedback@rapeandabuseline.co.uk">
<txp:zem_contact_textarea label="Feedback" />
<txp:zem_contact_submit label="Send" />
</txp:zem_contact>
</txp:if_section>
<txp:if_section name="contact-us" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="calls" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="thank-you" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="events" >
<txp:article form="default" />
</txp:if_section>
<txp:if_section name="helpus" >
<txp:article form="default" />
</txp:if_section>
Offline
#14 2008-04-17 15:28:15
- valmac
- New Member
- Registered: 2008-04-15
- Posts: 6
Re: Problems publishing articles
And it works! Wonderful! You guys have been so helpful. I’ve never, ever came across such an excellent support service in my 6 years in this industry. thank you all so much for helping me to help the client.
Val
Offline
#15 2008-04-17 15:52:13
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Problems publishing articles
Good :) And don’t forget to upgrade.
Offline