Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Paragraphs.help


Go to End


2 Posts   1687 Views

Avatar
kusi

Community Member, 21 Posts

21 August 2008 at 9:36pm

Hi,

I'm beginner. I want to know is there function to get Second Paragraph and next next...or there's only $Var.FirstParagraph?

bless

Avatar
Willr

Forum Moderator, 5523 Posts

21 August 2008 at 10:01pm

Theres only methods to get the first paragraph or first XX amount of characters etc. You would have to write your own custom method to get the Second or XX paragraph. http://doc.silverstripe.com/doku.php?id=text has a list of the most common methods you can use - I think theres a few missing from that list.