Search found 12 matches

by Walkere
Sun Jan 20, 2008 5:56 pm
Forum: CMS Show Off
Topic: Education Site, Using CMS 1.2.2
Replies: 10
Views: 6784

Re: Education Site, Using CMS 1.2.2

Alright, I posted the source code for the two modules I wrote. You can find the source code for the User Generated Articles module here . You can find the source code for the Web Quests module here . They're both functional on my site, but I can't make any guarantees that they'll be easily portable ...
by Walkere
Sat Jan 19, 2008 9:59 pm
Forum: CMS Show Off
Topic: Education Site, Using CMS 1.2.2
Replies: 10
Views: 6784

Re: Education Site, Using CMS 1.2.2

Hey all, Sorry I've been working a lot on a different project.  Didn't notice there was any interest in this... =) @nivekiam 100% correct.  I write up the standard content page (which has the pretty url).  Then, I modified the news template and write a News article stump for it.  I added a custom fi...
by Walkere
Thu Dec 27, 2007 1:49 am
Forum: Tips and Tricks
Topic: Using News "Fields," Make Summary Link Directly to Content Page
Replies: 0
Views: 8812

Using News "Fields," Make Summary Link Directly to Content Page

As I was adding content to my site, I faced a bit of a conundrum - I like using the News module to highlight new content pages, but I never have anything to put into the "Content" section of the News.  It seemed, for my needs, to be more efficient to have the News title link directly to co...
by Walkere
Mon Dec 24, 2007 8:23 pm
Forum: CMS Show Off
Topic: Education Site, Using CMS 1.2.2
Replies: 10
Views: 6784

Education Site, Using CMS 1.2.2

Just launched my new site - Babel - using CMS 1.2.2. I made a couple custom modules for it.  One allows FrontEndUsers to submit and edit Lesson Plans.  The other allows FrontEndUsers to create Web Quests (mini webpages for use in the classroom). I played with the News summary template a bit, so that...
by Walkere
Sun Dec 16, 2007 2:51 am
Forum: CMSMS Core
Topic: White Space in HTML is Trimmed When Editing Pages
Replies: 1
Views: 1142

Re: White Space in HTML is Trimmed When Editing Pages

After some snooping around in the settings of TinyMCE (odd place to look, eh?), I found something that kind of works. If you check off "Apply Source Formatting to Output HTML," most of the white space is kept intact. If I start a new line, that new line character remains there.  However, i...
by Walkere
Sat Dec 15, 2007 11:32 pm
Forum: CMSMS Core
Topic: White Space in HTML is Trimmed When Editing Pages
Replies: 1
Views: 1142

White Space in HTML is Trimmed When Editing Pages

Howdy, I've noticed that when you edit a content page, all of the white space in the HTML is trimmed out.  This leaves the HTML as one long line if you view the source, or one giant block of text if you try to edit the HTML directly. My question is: Is this a function of the WYSIWYG editor I'm using...
by Walkere
Sun Nov 11, 2007 11:58 pm
Forum: Tips and Tricks
Topic: Modify Uploads Module to Auto-Add Category
Replies: 9
Views: 6094

Re: Modify Uploads Module to Auto-Add Category

As I mentioned in my first post, I thought about that... but I didn't necessarily want a category for every user that signs up. Let's say only 40% of users actually use the upload feature and add files.  If every user gets a category, that's a lot of redundancy. Given the requirement that a category...
by Walkere
Sat Nov 10, 2007 10:07 pm
Forum: Tips and Tricks
Topic: Modify Uploads Module to Auto-Add Category
Replies: 9
Views: 6094

Re: Modify Uploads Module to Auto-Add Category

Hmm...  not sure exactly what could be going wrong there. One thing to check.  Load the page with the form on it.  View the source and look for the "hidden" field "category."  Check and make sure that the field has a value.  If that field is blank for some reason, nothing will ha...
by Walkere
Sat Nov 10, 2007 6:14 pm
Forum: Tips and Tricks
Topic: Modify Uploads Module to Auto-Add Category
Replies: 9
Views: 6094

Re: Modify Uploads Module to Auto-Add Category

You shouldn't notice any differences, except that a category is automatically created if it doesn't already exist.  It sounds like that is working for you. In order to customize the category based on the user, call the module just like you did.  Then, in place of "something" use a FrontEnd...
by Walkere
Fri Nov 09, 2007 8:36 pm
Forum: Tips and Tricks
Topic: Modify Uploads Module to Auto-Add Category
Replies: 9
Views: 6094

Modify Uploads Module to Auto-Add Category

Edit:  Made a slight change to the function declaration for autoAddCategory().  $grouplist now has a default of an empty array.  This should clear up any permission problems. I'm using the Uploads module in conjunction with another module I'm writing.  I wanted each FrontEndUser to have his or her o...
by Walkere
Thu Nov 08, 2007 4:08 pm
Forum: General Discussion
Topic: SOLVED: Website planning: Front End Site> Processor > Members Site
Replies: 2
Views: 1930

Re: Website planning: Front End Site> Processor > Members Site

I'm not sure exactly how you would integrate a payment system into registering members, but the rest is easy enough with CMSMS and some of its plugins. The FrontEndUsers and SelfRegistration mods would allow the users to sign up.  I guess you'd have to modify the SelfRegistration mod to include the ...
by Walkere
Sat Oct 20, 2007 5:51 pm
Forum: CMSMS Core
Topic: Old (Deprecated?) Commands
Replies: 1
Views: 808

Old (Deprecated?) Commands

Howdy, I've been working on a module for my website and I came across a few situations in which I found two different examples of accomplishing what I wanted (in the documentation and other mod code). The first situation involves getting a reference to $db. In one place, I found... $db =& $gCms-...

Go to advanced search