Search found 3 matches
- Mon Jun 13, 2011 1:37 am
- Forum: CMS Show Off
- Topic: Website for model/singer/actress
- Replies: 3
- Views: 2665
Re: Website for model/singer/actress
Damnit, where was that tag when I really needed it!? :'( Thanks for the pointer though, I've had a look and it would've definitely saved me a good deal of effort had I known about it previously, but I'm sure it'll find it's way into use at some point. Appreciate your comments and also all the contri...
					- Sun Jun 12, 2011 11:49 pm
- Forum: CMS Show Off
- Topic: Website for model/singer/actress
- Replies: 3
- Views: 2665
Website for model/singer/actress
Hello all, I'd like to show off the first (and currently only) site I've ever built using CMSMS, but before I do so, I'd like to offer a little background... I'm a web developer by profession, but in my day-job I work exclusively with ASP.NET (yeah, yeah, I know - boo! hiss! :evil:). Late last year,...
					- Sun Jun 12, 2011 10:32 pm
- Forum: Modules/Add-Ons
- Topic: CG Feedback apostrophe error
- Replies: 3
- Views: 2338
Re: CG Feedback apostrophe error
I ran into this same bug and after a great deal of prodding and poking, was able to properly resolve ALL comment formatting issues as follows: In the summary form, replace {$one.data|htmlspecialchars} with {$one.data|html_entity_decode:$smarty.const.ENT_QUOTES|nl2br} The nl2br was required to fix th...
					