Search found 82 matches
- Tue Jun 09, 2009 7:01 pm
- Forum: Tips and Tricks
- Topic: How to use Cataloger module + Paypal to make a simple Ecommerce site
- Replies: 14
- Views: 51544
Re: How to use Cataloger module + Paypal to make a simple Ecommerce site
replytomk3 discovered that item notes were not showing up. It appears a variable has changed between the version of cataloger I used, and more recent versions. Also, there is now a standard for price, where before I had to add it as an item attribute. So, for folks finding this how-to, be aware that...
- Tue May 12, 2009 3:30 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] [FormBuilder] Get value of "Redirect to Page Based on Pulldown" field?
- Replies: 2
- Views: 1601
Re: [Solved] [FormBuilder] Get value of "Redirect to Page Based on Pulldown" field?
Ok, found a solution here. I don't think that Formbuilder makes accessible the text value of the option that was chosen. However, by using {$fld_44_obj->value} , it spits out a number. It took me a bit to figure out what this number represented.... it is the ID of the page that the user was redirec...
- Mon May 11, 2009 3:50 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] [FormBuilder] Get value of "Redirect to Page Based on Pulldown" field?
- Replies: 2
- Views: 1601
[Solved] [FormBuilder] Get value of "Redirect to Page Based on Pulldown" field?
Hello- I have a FormBuilder form with three dispositions... email results to set address, save to flat file, and "redirect to page based on pulldown". The redirect field is called "Register For" , and in the email output templates variable list it is shown as {$register_for} / {$...
- Wed Oct 15, 2008 3:45 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Cataloger upgrade = in "Fatal error: Call to a member function Id()"
- Replies: 1
- Views: 4505
[Solved] Cataloger upgrade = in "Fatal error: Call to a member function Id()"
Hi all- Hoping someone will have an idea here, my site is down. I upgraded from CMSMS 1.2.5 to 1.4.1. (basically deleted all CMSMS files, did fresh install, but kept and upgraded old DB). The site itself is working fine, but Cataloger is not. When I try to display a category in cataloger, I get: Fa...
- Sat Oct 11, 2008 4:19 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Permission issues between uploads and thumbnails
- Replies: 0
- Views: 1228
[solved] Permission issues between uploads and thumbnails
[solved] Nevermind. It was a slightly older version of CMSMS. I deleted all the CMSMS php dirs and php files, and did a new install. I did not create tables or install sample content. Once it was up and running, I reinstalled my modules, and after a few tweaks all was working. [/solved] I have a we...
- Fri Aug 29, 2008 8:16 pm
- Forum: CMSMS Core
- Topic: Fresh Install of 1.4.1 base... need to fix the verbiage on login page
- Replies: 3
- Views: 1349
Re: Fresh Install of 1.4.1 base... need to fix the verbiage on login page
Pierre-Pierre M. wrote: Thx. Please rather file a bug report in the forge, it is where the DevTeam tracks things.
Pierre M.
Thanks for the response. I submitted it to the tracker, I hope I did it properly.
http://dev.cmsmadesimple.org/tracker/in ... 6&atid=101
- Thu Aug 28, 2008 8:36 pm
- Forum: CMSMS Core
- Topic: Fresh Install of 1.4.1 base... need to fix the verbiage on login page
- Replies: 3
- Views: 1349
Fresh Install of 1.4.1 base... need to fix the verbiage on login page
I'm loving the new look, and am just getting started looking around at features. Excellent work all!!! I do want to note the verbiage problem on the login page, however, so it can get fixed in upcoming releases. The login page says From this point should take into consideration the following paramet...
- Mon Aug 04, 2008 1:15 pm
- Forum: Modules/Add-Ons
- Topic: Setup Guide for FrontEndUsers and CustomContent Modules
- Replies: 14
- Views: 6277
Re: Setup Guide for FrontEndUsers and CustomContent Modules
Ah, I forgot to put that in. I'll modify the post.libralion wrote: And what I forgot is that the protected page can't have the cache option!
Now it works.
- Fri Aug 01, 2008 8:57 pm
- Forum: Modules/Add-Ons
- Topic: Setup Guide for FrontEndUsers and CustomContent Modules
- Replies: 14
- Views: 6277
Re: Setup Guide for FrontEndUsers and CustomContent Modules
Phew... you had me scared there for a sec. 

- Fri Aug 01, 2008 8:32 pm
- Forum: Modules/Add-Ons
- Topic: Setup Guide for FrontEndUsers and CustomContent Modules
- Replies: 14
- Views: 6277
Re: Setup Guide for FrontEndUsers and CustomContent Modules
But if someone knows the url of the custom content then they can type it in and get the page w/o being logged in... If that is the case, I'm all ears. Here is an example page, protected as I have outlined above. http://www.horizonforest.com/index.php?page=employee-home How do you get to the custom ...
- Fri Aug 01, 2008 3:17 pm
- Forum: Modules/Add-Ons
- Topic: Using the images in the cataloger [Solved!!!]
- Replies: 18
- Views: 5881
Re: Using the images in the cataloger [NOT_solved]
This is a category template you are working on correct? Thumbnail image would accessed as: {section name=numloop loop=$items} <img src="{$items[numloop].image}" alt="{$items[numloop].title}" /> {/section} Though I feel like I'm maybe missing what you're trying to do. For what it...
- Fri Aug 01, 2008 3:03 pm
- Forum: Modules/Add-Ons
- Topic: Setup Guide for FrontEndUsers and CustomContent Modules
- Replies: 14
- Views: 6277
Re: Setup Guide for FrontEndUsers and CustomContent Modules
If you want users to be able to register for an account, you will also need module "SelfRegistration" Typically what you want to do is have users register via the SelfRegistration module, and put them in a group. If you want to approve users before giving them access, put them in a "t...
- Fri Aug 01, 2008 2:37 pm
- Forum: Modules/Add-Ons
- Topic: News Module bug ? sortby="[anything]" doesn't work
- Replies: 1
- Views: 1178
News Module bug ? sortby="[anything]" doesn't work
I was trying to sort a list of news articles by Start Date, since that makes the most sense for the site I'm working on. Since I couldn't get that working, I went back and set all my post dates to be equal to my start dates. If figured I'd just use sortby="news_date" . I started out want...
- Thu Jul 31, 2008 8:33 pm
- Forum: Modules/Add-Ons
- Topic: News module - sortby="start_date" ?!
- Replies: 1
- Views: 1829
Re: News module - sortby="start_date" ?!
I'm trying to do this too, and haven't found the answer in the forums. I have a client who queued up three months of content, one item per day, in the news module. He set start dates so the items would appear one per day. We have a page where it only shows one item... unfortunately, that is being se...
- Thu Jul 17, 2008 4:15 pm
- Forum: Announcements
- Topic: 1.4?? already?
- Replies: 64
- Views: 66310
Re: 1.4?? already?
Both the stylesheet caching and the stylesheet reordering are both important updates in my opinion. The stylesheet ordering is important for correct functioning of CSS, and I've had to implement caching myself on my site to prevent abusing the server too badly (I have some google widgets that get po...