Search found 9 matches
- Tue Mar 23, 2010 3:29 pm
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory 1.5.2 Category Permissions Error
- Replies: 1
- Views: 837
CompanyDirectory 1.5.2 Category Permissions Error
If anyone has an error with this, there's a quick fix When clicking into CompanyDirectory->Settings->Category Tab and then clicking a Category to edit it, I received a Permissions error. I dug a bit and found the line in action.editcategory.php (line 21) if (!$this->CheckPermission('Modify Company D...
- Tue Dec 15, 2009 11:15 pm
- Forum: Modules/Add-Ons
- Topic: FEU properties and file uploads
- Replies: 16
- Views: 5429
Re: FEU properties and file uploads
Not sure whats up - I'm doing a vanilla installation of CMSMS tomorrow for a buddy; I'll try doing it exactly how my post describes and let you know how it goes.
- Mon Dec 14, 2009 3:49 pm
- Forum: Modules/Add-Ons
- Topic: FEU properties and file uploads
- Replies: 16
- Views: 5429
Re: FEU properties and file uploads
Did you try uploading a new file to the site after removing the quotes around "$email"
- Sun Dec 13, 2009 9:40 pm
- Forum: Modules/Add-Ons
- Topic: FEU properties and file uploads
- Replies: 16
- Views: 5429
Re: FEU properties and file uploads
Hi lollol Try removing the quotes around the email {assign var=email value=$ccuser->username()} {cms_module module="Uploads" category="User Uploads" mode="summary" key=$email} and in the other tag as well {assign var=email value=$ccuser->username()} {cms_module module=...
- Wed Nov 18, 2009 6:55 pm
- Forum: Tips and Tricks
- Topic: Front End Users Photo Albums
- Replies: 0
- Views: 1975
Front End Users Photo Albums
Hi Guys As with last time I posted something, I don't know if anyone else had accomplished this, but I figured I'd share, because I looked around and couldn't find anything that accomplished this. I needed to be able to enable an administrator to manage a photo gallery per user. I accomplished it by...
- Mon Oct 26, 2009 7:04 pm
- Forum: Help Wanted (commercial)
- Topic: Need someone to update the CMS
- Replies: 5
- Views: 2918
Re: Need someone to update the CMS
I have not tried this, but if you open your config.php file and look for the line: #Automatically assign alias based on page title? $config['auto_alias_content'] = true; setting it to false might allow you to have duplicate aliases. however, i don't know if having duplicate aliases will screw up the...
- Tue Oct 13, 2009 3:29 pm
- Forum: Tips and Tricks
- Topic: Document Management System
- Replies: 5
- Views: 5387
Document Management System
Simply an implementation of a few different modules, but for some reason it took me some time to figure out. Hope it helps someone. Basically I needed to enable clients to register, log in, upload files, and not see other user's files. The admin could obviously log into the control panel and retriev...
- Thu Oct 01, 2009 9:25 pm
- Forum: Modules/Add-Ons
- Topic: Archive List for Blog Module if you want it
- Replies: 1
- Views: 990
Archive List for Blog Module if you want it
Hi Guys, I'm new here, but I love the CMS and wanted to give a little back here and there. I like wordpress just fine, but I'm much more of a fan of CMSMS, so here I am trying to blog with it. Unfortunately, I found that the Blogs module didnt have an archive list functionality. Fortunately, I'm som...
- Wed Jul 09, 2008 2:29 pm
- Forum: Tips and Tricks
- Topic: Tip: Easily display the content of all sub-pages (child pages)
- Replies: 13
- Views: 21000
Re: Tip: Easily display the content of all sub-pages (child pages)
Booya - Great bit of code there - Thanks!