Search found 20 matches
- Mon Dec 29, 2008 3:45 pm
- Forum: Modules/Add-Ons
- Topic: Comments module and Form browser
- Replies: 3
- Views: 1227
Re: Comments module and Form browser
Anyone have any ideas on this? I have poked around in the forum and I found a solution for the calendar module, but not for the form browser. I'm pretty sure its just a matter of figuring out what to put in the pageid= field of the module tag. I've tried just about everything I can think of, but I h...
- Wed Dec 24, 2008 4:59 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] - HTML showing up in form Browser
- Replies: 5
- Views: 2095
Re: HTML showing up in form Browser
YAY! Nevermind, I got it...
I changed escape to html_entity_decode and it worked
Thanks so much Calguy!!!
I changed escape to html_entity_decode and it worked

Thanks so much Calguy!!!
- Wed Dec 24, 2008 4:56 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] - HTML showing up in form Browser
- Replies: 5
- Views: 2095
Re: HTML showing up in form Browser
Here's my template: <p class="heading">{section name=foo start=0 loop=$count max=1} {$resp->values[$smarty.section.foo.index]|escape} {/section}</p> <span class="albumpicturecount2">Submitted by: {section name=foo start=6 loop=$count max=1} {$resp->values[$smarty.section.foo....
- Wed Dec 24, 2008 4:20 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] - HTML showing up in form Browser
- Replies: 5
- Views: 2095
Re: HTML showing up in form Browser
Ok.. more fiddling...
I logged into my actual database through PMA... the correct HTML tags are being entered into the database properly... i.e. instead of <p<
My guess now is that its form builder doing something with the info it pulls from the database??
I logged into my actual database through PMA... the correct HTML tags are being entered into the database properly... i.e. instead of <p<
My guess now is that its form builder doing something with the info it pulls from the database??
- Wed Dec 24, 2008 3:56 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] - HTML showing up in form Browser
- Replies: 5
- Views: 2095
Re: HTML showing up in form Browser
After fiddling with it some more, I don't think its Tiny because I turned off the WYSIWYG and just typed in some code and submitted. It looks like form builder is converting the < into < on submission to the database. Any way to fix this so that it submits the text that is actually in the box?
- Wed Dec 24, 2008 3:00 pm
- Forum: Modules/Add-Ons
- Topic: tinymce insert image -> browse = login
- Replies: 24
- Views: 11579
Re: tinymce insert image -> browse = login
I was actually able to re-create your problem, and I ended up having to uninstall Tiny, and re-install with an older version (2.4.1). I was also having troubles to getting the latest version of Tiny to show the correct front end WYSIWYG toolbars, so I scrapped it for that reason as well. I'm not sur...
- Wed Dec 24, 2008 2:56 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] - HTML showing up in form Browser
- Replies: 5
- Views: 2095
[SOLVED] - HTML showing up in form Browser
Hi everyone, I'm not sure if there is a setting for this that I am missing, or how to fix it. I have a form set up in form builder that contains three text area fields, each of which allows the front end user to input text via tinymce wysiwyg. Once the form is submitted, it goes into the database, w...
- Tue Dec 23, 2008 6:49 pm
- Forum: CMSMS Core
- Topic: [Solved] Comments Mod & Calendar...
- Replies: 1
- Views: 1250
Re: [Solved] Comments Mod & Calendar...
Any clue on how to accomplish this exact same thing with the Form Browser mod instead of Calendar?
- Tue Dec 23, 2008 4:09 pm
- Forum: Modules/Add-Ons
- Topic: tinymce insert image -> browse = login
- Replies: 24
- Views: 11579
Re: tinymce insert image -> browse = login
Go to Extensions > TinyMCE
on the page that opens, check the box for "Allow upload and creating dirs in FilePicker:"
and see if that helps.
on the page that opens, check the box for "Allow upload and creating dirs in FilePicker:"
and see if that helps.
- Tue Dec 23, 2008 3:41 pm
- Forum: Modules/Add-Ons
- Topic: TinyMce - Toolbars not working in 2.4.4 and 2.4.5
- Replies: 18
- Views: 7113
Re: TinyMce - Toolbars not working in 2.4.4 and 2.4.5
I was having the same problem as the original poster with the toolbar not showing my settings for the front end, but showing the back end toolbars instead. I'm running CMSMS 1.5.1 and had tiny 2.4.8. To fix it, I tried everything suggested in this thread and nothing worked. So finally, I uninstalled...
- Wed Dec 17, 2008 7:35 pm
- Forum: Modules/Add-Ons
- Topic: Comments module and Form browser
- Replies: 3
- Views: 1227
Comments module and Form browser
Hi! I have a system set up where people can view form entries through the form browser on the front end. What I want to be able to do is get it so that people can post comments about each form entry individually. Right now I have my comments module inserted into the full template like this: {cms_mod...
- Mon Dec 15, 2008 4:37 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder Returns Blank Screen
- Replies: 1
- Views: 1096
Form Builder Returns Blank Screen
I've been trying to sort this issue out for awhile now, and I can't find any solutions in the forum. I have installed form builder and I created a form which worked fine. I then tried to modify some settings in one of the fields I created (turn wysiwyg off instead of on) and it would not update my c...
- Wed Oct 22, 2008 4:24 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: HELP mistake during upgrade
- Replies: 12
- Views: 3377
Re: HELP mistake during upgrade
I was upgrading from 1.3.1 and the site is in a sub directory (/rpg) and by accident I uploaded the upgrade to the root (which also is ran on CMSMS) and the same errors are there also (http://rocmarketing.net/) ps. Thanks for your quick reply. Since you had a separate system in the root, you have...
- Wed Oct 22, 2008 3:36 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: HELP mistake during upgrade
- Replies: 12
- Views: 3377
Re: HELP mistake during upgrade
What version were you upgrading from?
Was the system originally installed in the root directory, or a sub-folder in the root?
Was the system originally installed in the root directory, or a sub-folder in the root?
- Tue Oct 21, 2008 3:18 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Form Brower Full View Template help
- Replies: 2
- Views: 1208
[SOLVED] Re: Form Brower Full View Template help
Well... after much poking around and educating myself, I got this to work. I'm hoping this will help someone else who gets the jist of it but just can't get over that last hump to figure it out. I am a total smarty noob and not that great at PHP so this was a bit of a challenge. I did figure out tho...