Search found 36 matches
- Mon Aug 09, 2010 11:15 am
- Forum: Modules/Add-Ons
- Topic: Suggestion: News Module + Featured Content Slider
- Replies: 1
- Views: 1341
Suggestion: News Module + Featured Content Slider
I think it would be really cool if the following JQuery script could be implemented with the News Module to make for an easily update-able Featured Content Slider on a CMS MS website. :) http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/ I am currently using a tweaked versio...
- Tue Jan 06, 2009 1:11 am
- Forum: Modules/Add-Ons
- Topic: User Directory - Image Property Error
- Replies: 1
- Views: 867
- Tue Dec 16, 2008 12:12 am
- Forum: Modules/Add-Ons
- Topic: User Directory - Image Property Error
- Replies: 1
- Views: 867
User Directory - Image Property Error
I am using FEU with the UserDirectory module. My goal is to create a Member Directory that includes the users First and Last name, title, a short 255 char limit Bio, a photo, and email address. So far everything is working except the Bio property, and the photo property. In the faceimage property,...
- Sat Aug 09, 2008 3:54 am
- Forum: Modules/Add-Ons
- Topic: Blogs Made Simple: Trouble listing just titles
- Replies: 10
- Views: 2803
Re: Blogs Made Simple: Trouble listing just titles
I don't think they're providing support for this module anymore since the Comments work around came out for the News module. =\
- Sat Aug 09, 2008 3:51 am
- Forum: Modules/Add-Ons
- Topic: EventsListing 1.3
- Replies: 1
- Views: 1362
Re: EventsListing 1.3
I'm using this module but a really nice feature to have with it would be a "num" param that would allow me to choose how many items to display. For example, I only want 6 upcoming events to show on my home page, but I will have a link to take the user to a page where they will find the fu...
- Wed Aug 06, 2008 1:33 am
- Forum: CMSMS Core
- Topic: [Solved] Your mail settings have not been configured
- Replies: 7
- Views: 2693
Re: Your mail settings have not been configured
Nevermind.
It was an FTP issue. Apparently when upgrading, FTP didn't overwrite all the old files. After re-uploading, clicking "Send a Test Message" and "Submit" worked.
It was an FTP issue. Apparently when upgrading, FTP didn't overwrite all the old files. After re-uploading, clicking "Send a Test Message" and "Submit" worked.

- Wed Aug 06, 2008 1:05 am
- Forum: CMSMS Core
- Topic: [Solved] Your mail settings have not been configured
- Replies: 7
- Views: 2693
Re: Your mail settings have not been configured
I've clicked the "Send a Test Message" button, as well as "Submit" but I'm still seeing the big red box with the alert in it on the home page. Is there anything we can do to make it go away? Its funny because I just updated 3 different sites and one of them, the alert went away ...
- Mon Jun 16, 2008 7:14 pm
- Forum: Modules/Add-Ons
- Topic: permissions Problem with Module Manager
- Replies: 5
- Views: 2872
Re: permissions Problem with Module Manager
Yeah, I am having this same issue.. Also, I try to edit module files (example, Blogs Made Simple - trying to change the date format which is in the lang/en_US.php file) and I receive all kinds of errors saying I don't have permissions to change the file. My file creation mask is set at 002. Will I ...
- Sun Jun 08, 2008 9:54 pm
- Forum: Modules/Add-Ons
- Topic: BlogMadeSimple Time Format
- Replies: 1
- Views: 904
Problem Uploading Edited Module File
I just answered my own question - oops! For others looking for an answer, the time format is in the /Modules/Blog/Blog.module.php file. PROBLEM - It won't allow me to replace the old file with the edited one. It says: modules\Blogs\Blogs.module.php - error occurred - An FTP error occurred - cannot p...
- Sun Jun 08, 2008 9:49 pm
- Forum: Modules/Add-Ons
- Topic: BlogMadeSimple Time Format
- Replies: 1
- Views: 904
BlogMadeSimple Time Format
The default time format looks like "12.07", I'd like it to read "12:07AM CST" - displaying AM/PM & time zone.
I've looked in the "/Modules/Blogs/lang/en_US.php" file and there's nothing referencing the time there.
Any help is greatly appreciated.
I've looked in the "/Modules/Blogs/lang/en_US.php" file and there's nothing referencing the time there.
Any help is greatly appreciated.
- Fri Jun 06, 2008 3:25 am
- Forum: Modules/Add-Ons
- Topic: Upcoming Events List
- Replies: 3
- Views: 1548
Re: Upcoming Events List
I forgot to come back and let you know this worked, it did! Thank you so much. 

- Fri Feb 15, 2008 7:41 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "Currently logged in as: USERNAME" in breadcrumbs
- Replies: 9
- Views: 4314
Re: "Currently logged in as: USERNAME" in breadcrumbs
My apologies. Yes, Custom Content is installed along with Front End User.
- Fri Feb 15, 2008 1:26 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "Currently logged in as: USERNAME" in breadcrumbs
- Replies: 9
- Views: 4314
Re: "Currently logged in as: USERNAME" in breadcrumbs
How did you do this?GraemeS wrote: instead breadcrumbs would be more something with a little custome content part or similar style - think i done something similar on www.hallowhouse.com in top right once logged in that changes to that
- Fri Feb 15, 2008 1:25 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "Currently logged in as: USERNAME" in breadcrumbs
- Replies: 9
- Views: 4314
Re: "Currently logged in as: USERNAME" in breadcrumbs
That worked to display the "Not logged in." when they aren't logged in. But the username isn't showing up.Pierre M. wrote: Hello, here is a try with FEU+CC :
{if $ccuser->loggedin()}
Currently logged in as: {$customcontent_loginname}
{else}
Not logged in.
{/if}
Pierre M.
- Sat Feb 09, 2008 4:03 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "Currently logged in as: USERNAME" in breadcrumbs
- Replies: 9
- Views: 4314
"Currently logged in as: USERNAME" in breadcrumbs
I'm using Frontend User, and in the breadcrumbs that show on every page, I would like it to say: Currently logged in as: USERNAME (logout / change preferences) I've tried pasting the code in the logout form template to the breadcrumbs section of the main template, and it didn't work. I know I'm mis...