SUBBUINDESIGN Blog

iPhone Calling and Texting Links

This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically): 1-408-555-5555 This is the SMS one, which overrides the default...

How to get content ID from page alias in CMS Made Simple

Sometimes you need the page alias AND the content id. All you need is a tiny UserDefined Tag (UDT). Create a new UDT “getpageid” and copy&paste the following code: if( !isset($params[‘alias’]) ) return; $gCms...