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.

All other Modules /

Discuss all other Modules here.

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

ContactPage, Tokenizer, URLField Modules


Go to End


1132 Views

Avatar
Xananax Prozaxx

Community Member, 11 Posts

17 January 2012 at 10:44pm

Hello, here are three little extensions that we are using on our sites:

http://bitbucket.org/xananax/silverstripe_contactpage
A simple contact page form

http://bitbucket.org/xananax/silverstripe_tokenizer
A module that transforms bits of text. Currently serves only to parse youtube urls and set a youtube iframe instead, but the very simple API can easily be extended. Yes, I know about the bbcodes, but I think it's easier to tell my client to just paste a full youtube url without tinkering with details.

http://bitbucket.org/xananax/silverstripe_urlfield
This is actually two additions: one, the URLField is a field that has validation for URLs. The second, ExternalLink is a dataObject that is a URL. The first one is useful to validate URLS. The second one to attach external urls to a dataObject (for example, user links on their profile, client links, projects links...)

Hope they are useful to someone.