Search found 280 matches

by blackhawk
Mon Jul 15, 2013 4:59 pm
Forum: The Lounge
Topic: [SOLVED] Extending Form Builder with AJAX-submit() Handling
Replies: 4
Views: 2810

Re: Extending Form Builder with AJAX - submit() Handling

Thank you Calguy! Sorry for the additional quesiton, but when you say the 'form's action attribute', you mean for me to literally look at my DOM when the page loads and copy the action attribute URL that appears in my console window, and put that into my post method? I have pretty URL's enabled (I t...
by blackhawk
Mon Jul 15, 2013 11:05 am
Forum: The Lounge
Topic: [SOLVED] Extending Form Builder with AJAX-submit() Handling
Replies: 4
Views: 2810

[SOLVED] Extending Form Builder with AJAX-submit() Handling

I'm using cmsms 1.11.7 and I am trying to use AJAX on top of Form Builder 0.7.3. I created a test page outside of cmsms with an AJAX request. The code on my test page looks like this... var fcontactform = $('.contact-form'); fcontactform.submit(function() { //..some jquery logic... $.post("pear...
by blackhawk
Sun Jun 30, 2013 12:48 pm
Forum: The Lounge
Topic: [SOLVED]How can we expand attributes of the cmsms image tag?
Replies: 4
Views: 2015

Re: How can we expand attributes of the cmsms image tag?

I created the following UDT, {img}..

Code: Select all

$src = isset($params['src']) ? $params['src'] : '';
$smarty_data = "{image src='".$src."' alt=' '}";
$smarty->display('eval:'.$smarty_data);
It appears to work with...

Code: Select all

{img src="web/ffa.png"}
on my content pages

thanks!
by blackhawk
Sun Jun 30, 2013 12:31 pm
Forum: The Lounge
Topic: [SOLVED]How can we expand attributes of the cmsms image tag?
Replies: 4
Views: 2015

Re: How can we expand attributes of the cmsms image tag?

Velden, for some reason that code has now effect on the image tag. the DOM is still processing alt=[web/image.jpg] when you view it through the console window.

Rolf I think that works! I'll play it it.

Thanks guys
by blackhawk
Sat Jun 29, 2013 8:23 pm
Forum: The Lounge
Topic: [SOLVED]How can we expand attributes of the cmsms image tag?
Replies: 4
Views: 2015

[SOLVED]How can we expand attributes of the cmsms image tag?

I'm using CMSMS 1.11.7 What is a good learning guide on how to expand the cmsms {image} tag, so that every time I use it, it will automatically apply alt="" to any image? I don't want to type alt="" every time I use the {image} tag because I have tons of images. Right now its doi...
by blackhawk
Thu May 23, 2013 1:08 pm
Forum: The Lounge
Topic: [SOLVED]FormBuilder - Gmail warning message
Replies: 2
Views: 1131

Re: FormBuilder - Gmail warning message

That clears up my confusion - Thank you Velden. I now see that I can also apply email validation on text input fields instead of using an Email From address field.

Thank you so much for that insight!
by blackhawk
Thu May 23, 2013 11:09 am
Forum: The Lounge
Topic: [SOLVED]FormBuilder - Gmail warning message
Replies: 2
Views: 1131

[SOLVED]FormBuilder - Gmail warning message

Within CMSMS 1.11.6, I am using FormBuilder 0.7.3. I have my FormBuilder mailing settings set up with Google Business Email, which is working properly all around. I can do test email messages, etc.. But if a test user fills out the form with a Gmail email address in my e-mail input field and submits...
by blackhawk
Wed May 22, 2013 2:20 pm
Forum: CMSMS Core
Topic: [SOLVED]Is it possible to cache global content blocks?
Replies: 2
Views: 1139

[SOLVED]Is it possible to cache global content blocks?

Is it possible to cache global content blocks with the latest versions of CMSMS (i.e. 1.11.6)?

I'm finding it really convenient to use a global content block to store custom JavaScript coding. The global content block is then linked on to my main template.

Thanks for any advice!
by blackhawk
Tue May 21, 2013 4:21 pm
Forum: The Lounge
Topic: [SOLVED]Issue with setting my URL Path via config
Replies: 6
Views: 2044

Re: Issue with setting my URL Path via config

Thank you so much calguy1000, once again you have sharpened my skills and now I have all paths corrected, and no errors in my log files when using your suggested setup for absolute paths.

Thanks!
by blackhawk
Tue May 21, 2013 3:55 pm
Forum: The Lounge
Topic: [SOLVED]Issue with setting my URL Path via config
Replies: 6
Views: 2044

Re: Issue with setting my URL Path via config

That's what I thought too, after my confusion...but same problem. I get the same kind of error message. Within my console tab for developer tools, the path to one of my scripts is still ..../uploads/.... and I am using the {uploads_url} tag in front of it, within the admin. even when I set the follo...
by blackhawk
Tue May 21, 2013 3:38 pm
Forum: The Lounge
Topic: [SOLVED]Issue with setting my URL Path via config
Replies: 6
Views: 2044

[SOLVED]Issue with setting my URL Path via config

I would like to change the uploads directory name to something else. I read the PDF documentation that comes with the cmsms package for 1.11.6, but I am running into a technical challange. The system is not updating the paths correctly. I renamed my uploads folder to uploadsdemo My config.php file l...
by blackhawk
Sat May 18, 2013 2:14 pm
Forum: The Lounge
Topic: [SOLVED]Can we install a custom link inside of admin?
Replies: 4
Views: 1754

Re: [SOLVED]Can we install a custom link inside of admin?

Rolf thank you! I found it on the top right corner of the admin panel. That is exactly what I needed! The only feature I would recommend to the shortcut links is to have the option to include target _blank or open the same window! Including myself, I think CMSMS users would love that. You guys rock!
by blackhawk
Fri May 17, 2013 11:16 pm
Forum: Modules/Add-Ons
Topic: How to apply Builtin Authentication on CMSMS 1.11.6
Replies: 1
Views: 942

How to apply Builtin Authentication on CMSMS 1.11.6

I have CMSMS 1.11.6 installed on my localhost with FEU 1.21.15 I created 2 user properties (username and password). I then created a group, a user and associated my two user properties for the group. I then clicked on settings -> Builtin Authentication and see that it has an option to allow duplicat...

Go to advanced search