Search found 10 matches

by youngs
Thu Mar 10, 2011 2:29 pm
Forum: Modules/Add-Ons
Topic: Accessing FrontEnd User properties in Logout Template
Replies: 9
Views: 2848

Re: Accessing FrontEnd User properties in Logout Template

Thanks for the code sample but it does not work for me. Any suggestions?
by youngs
Wed Mar 09, 2011 6:14 am
Forum: Modules/Add-Ons
Topic: Frontend user menu protection
Replies: 0
Views: 490

Frontend user menu protection

I am running CMS made simple 1.9.3, php 5.3.5, mysql 5.1.55, apache 2.2.17 on fedora 14. I have the modules FrontEndUser version 1.12.12 and CustomContent version 1.7.3 installed I've used the following code to make it so that my protected pages don't show up in the menu. {cms_module module='CustomC...
by youngs
Wed Mar 09, 2011 6:07 am
Forum: Modules/Add-Ons
Topic: Accessing FrontEnd User properties in Logout Template
Replies: 9
Views: 2848

Re: Accessing FrontEnd User properties in Logout Template

I was able to get the front end user property for firstname by using: {$ccuser->property('firstname')} Here is what my log out template looks like now. <!-- Logout form template --> <p>{$prompt_loggedin}&nbsp;{$ccuser->property('firstname')}</p> <p><a href="{$url_logout}" title="{...
by youngs
Tue Mar 08, 2011 2:49 am
Forum: Modules/Add-Ons
Topic: Accessing FrontEnd User properties in Logout Template
Replies: 9
Views: 2848

Re: Accessing FrontEnd User properties in Logout Template

I have logged into the my site using my test account and I am using the following code on one of my pages as a test. {if $customcontent_loggedin > 0} <p>Welcome <strong>{$customcontent_loginname}</strong></p> {$feu_smarty->get_user_properties($customcontent_loggedin,'userprops')} <h3>Userprops</h3> ...
by youngs
Fri Mar 04, 2011 4:59 pm
Forum: Modules/Add-Ons
Topic: Accessing FrontEnd User properties in Logout Template
Replies: 9
Views: 2848

Accessing FrontEnd User properties in Logout Template

I am running CMS made simple 1.9.3, php 5.3.5, mysql 5.1.55, apache 2.2.17 on fedora 14. I have the modules FrontEndUser version 1.12.12 and CustomContent version 1.7.3 installed In the logout form I would like to replace the $username with the property of the logged in user's first name. I am encry...
by youngs
Fri Mar 04, 2011 4:19 am
Forum: Modules/Add-Ons
Topic: Gallery Add images error toobig.gif
Replies: 8
Views: 1660

Re: Gallery Add images error toobig.gif

I figured out what was causing the problem.

It turns out that I changed the php.ini file setting for "post_max_size = 20MB" to an unsupported format.

I changed it to "post_max_size = 20M" and everything works great!!!
by youngs
Thu Mar 03, 2011 5:17 pm
Forum: Modules/Add-Ons
Topic: Gallery Add images error toobig.gif
Replies: 8
Views: 1660

Re: Gallery Add images error toobig.gif

I added the following line to Gallery/templates/swfupload/handlers.js" to see if I could get some debug information: case SWFUpload.QUEUE_ERROR.FILE_EXCEEDS_SIZE_LIMIT: alert("Error Code: File too big, File name: " + file.name + ", File size: " + file.size + ", Message:...
by youngs
Wed Mar 02, 2011 10:07 pm
Forum: Modules/Add-Ons
Topic: Gallery Add images error toobig.gif
Replies: 8
Views: 1660

Re: Gallery Add images error toobig.gif

I was able to load the largest of the images with the ImageManager.
by youngs
Wed Mar 02, 2011 5:44 pm
Forum: Modules/Add-Ons
Topic: Gallery Add images error toobig.gif
Replies: 8
Views: 1660

Re: Gallery Add images error toobig.gif

At first I tried the full size images which were 3072x2048 2.46MB thinking that it would get automatically re-sized. I then took the same picture and re-sized it in Photoshop to 800x533 341KB and still no luck. I then tried a 15x42 image and got the same toobig gif image. I've checked that the files...
by youngs
Wed Mar 02, 2011 7:48 am
Forum: Modules/Add-Ons
Topic: Gallery Add images error toobig.gif
Replies: 8
Views: 1660

Gallery Add images error toobig.gif

I am running CMS made simple 1.9.3, php 5.3.5, mysql 5.1.55, apache 2.2.17 on fedora 14. I've just loaded CMS made simple and during the installation process everything met the installation requirements. I installed the Gallery module via the XML file as the module manage failed to load it. When I t...

Go to advanced search