Search found 26 matches
- Mon Oct 05, 2009 4:01 pm
- Forum: CMSMS Core
- Topic: Content Internal Page Link Urls
- Replies: 7
- Views: 3307
Re: Content Internal Page Link Urls
Thank you Rolf. That seems to be a viable solution but I'm wondering where I should place this code since the internal link page does not contain content areas of its own. Or were you suggesting turning the page into a normal content page and using that to redirect to the sub-child?
- Sat Oct 03, 2009 11:08 pm
- Forum: CMSMS Core
- Topic: Content Internal Page Link Urls
- Replies: 7
- Views: 3307
Content Internal Page Link Urls
Hello, This is most likely an easy question to answer but I wasn't sure how to search for it, so I found nothing. When using pretty urls and a top page in the content structure is an Internal Page Link to it's first child how do I keep it from rendering as a page if its alias is used in address bar?...
- Wed Jul 08, 2009 7:10 pm
- Forum: CMSMS Core
- Topic: Image Manager and PNGs
- Replies: 4
- Views: 1743
- Wed Jul 08, 2009 6:10 pm
- Forum: CMSMS Core
- Topic: Image Manager and PNGs
- Replies: 4
- Views: 1743
Re: Image Manager and PNGs
Update:
I found out that this is actually dependent on the GD library. Take a look at http://www.akemapa.com/2008/07/10/php-gd-resize-transparent-image-png-gif/.
Can this please be implemented in Image Manager's GD class for next release?
I found out that this is actually dependent on the GD library. Take a look at http://www.akemapa.com/2008/07/10/php-gd-resize-transparent-image-png-gif/.
Can this please be implemented in Image Manager's GD class for next release?
- Tue Jul 07, 2009 9:17 pm
- Forum: CMSMS Core
- Topic: Image Manager and PNGs
- Replies: 4
- Views: 1743
Image Manager and PNGs
Hello, I've tried searching for this but with no luck. Can anyone tell me why png images will not resize in image manager (thumbs) without loosing the transparency to a black canvas? I need to use the image manager for a module I'm working on but every time it copies over the png images they loose t...
- Wed Jun 24, 2009 5:19 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder textarea and newlines (linebreaks)
- Replies: 13
- Views: 4672
Re: Formbuilder textarea and newlines (linebreaks)
Never thought to just look at the smarty documentation. Duh! Thank you!
- Wed Jun 10, 2009 7:42 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder textarea and newlines (linebreaks)
- Replies: 13
- Views: 4672
Re: Formbuilder textarea and newlines (linebreaks)
Hello everyone.
I've been coding some cakephp projects for the last month instead or so instead of using cmsms so I haven't gotten around to fixing this. As soon as I can I'll take a look at the code. I'm certain it can be done. Seems basic to me.
I've been coding some cakephp projects for the last month instead or so instead of using cmsms so I haven't gotten around to fixing this. As soon as I can I'll take a look at the code. I'm certain it can be done. Seems basic to me.
- Sun Apr 19, 2009 3:05 am
- Forum: Modules/Add-Ons
- Topic: Formbuilder Ajax support
- Replies: 5
- Views: 5518
Re: Formbuilder Ajax support
Well, this wasn't done anything with so I'll try again.
Does anyone know how to integrate frontend ajax with formbuilder? Thanks!
Does anyone know how to integrate frontend ajax with formbuilder? Thanks!
- Sun Apr 19, 2009 1:17 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder textarea and newlines (linebreaks)
- Replies: 13
- Views: 4672
Re: Formbuilder textarea and newlines (linebreaks)
I'm thinking that it could use this for outputting, so the engine wouldn't store the variable in the database with rendered html but before sending it in an html email or printing on a page it could run it through the function (along with htmlentities()) so that the text is printed as it was typed. ...
- Sun Apr 19, 2009 12:13 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder textarea and newlines (linebreaks)
- Replies: 13
- Views: 4672
Re: Formbuilder textarea and newlines (linebreaks)
Actually, I don't want a wysiwyg on the front end, just a plain text field like the majority of all sites' contact forms. I've written quite a few form handling programs in my day and I would always use nl2br() to add breaks where needed for html emails. Is there any uplgrade-friendly way to add thi...
- Tue Apr 07, 2009 2:23 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder textarea and newlines (linebreaks)
- Replies: 13
- Views: 4672
[SOLVED] Formbuilder textarea and newlines (linebreaks)
I recently found out that presently Formbuilder's textareas do not support newlines / linebreaks. To reduplicate just create a form with a textarea, type in: Line 1 Line 2 Line 3 and see in the email sent by the form "Line 1 Line 2 Line 3". Does anyone know the easiest way to patch this wi...
- Fri Apr 03, 2009 5:24 pm
- Forum: CMSMS Core
- Topic: [solved] {content_image} breaks on default Template
- Replies: 4
- Views: 1967
Re: {content_image} breaks on default Template
No problem. Thank you for your help!
- Fri Apr 03, 2009 4:38 pm
- Forum: CMSMS Core
- Topic: [solved] {content_image} breaks on default Template
- Replies: 4
- Views: 1967
Re: {content_image} breaks on default Template
AW! No, I didn't place the {content} tag in the template to begin with. It's a static page per design. Is it bad though that {content_image} can't be used without the {content} tag?
It works now as expected.
It works now as expected.
- Fri Apr 03, 2009 7:41 am
- Forum: CMSMS Core
- Topic: [solved] {content_image} breaks on default Template
- Replies: 4
- Views: 1967
[solved] {content_image} breaks on default Template
When I use {content_image block='image1'} in the default template it seems to break every time. Am I missing something here or did I just find a bug? Is there a fix for this problem? Thank You! Fatal error: Call to undefined function _smarty_cms_function_content_return() in /homepages/6/d281311174/h...
- Tue Mar 24, 2009 10:53 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder Ajax support
- Replies: 5
- Views: 5518
Formbuilder Ajax support
Does anyone know a way to use frontend ajax for submitting formbuilder forms so that the entire page doesn't have to be reloaded? Thanks!