Search found 126 matches
- Sat Feb 14, 2009 4:24 am
- Forum: Modules/Add-Ons
- Topic: Query to get cataloger images
- Replies: 3
- Views: 1583
Re: Query to get cataloger images
Thanks for your reply. I have searched and went back to your other posts and what I found was good except it's still being called inside a cataloger template from what I could tell and what I think is different here is that I'm accessing the images from outside of the module and cataloger templates...
- Fri Feb 13, 2009 5:06 pm
- Forum: Modules/Add-Ons
- Topic: Query to get cataloger images
- Replies: 3
- Views: 1583
Query to get cataloger images
Hi, I'm building a custom search for a site the displays results from the cataloger module. The search itself is basically a form and based what the user submits, I show predefined results. What I'm trying to do though is show the thumbnail image associated with the results and I'm having a really h...
- Mon Aug 25, 2008 2:51 pm
- Forum: Modules/Add-Ons
- Topic: Quizzard and Frontend Users
- Replies: 2
- Views: 1481
- Wed Aug 20, 2008 9:12 pm
- Forum: Modules/Add-Ons
- Topic: Quizzard and Frontend Users
- Replies: 2
- Views: 1481
Quizzard and Frontend Users
Has anyone used frontend users with the Quizzard module? I'd like to have users log in and then be able to take a quiz. Then the admin can view scores for each user. It seems like it shouldn't be too difficult but I haven't looked too far into the code. Does anyone have any idea of how to make this ...
- Thu Jun 12, 2008 3:14 pm
- Forum: Modules/Add-Ons
- Topic: Custom Content for a specific user ideas?
- Replies: 9
- Views: 4129
Re: Custom Content for a specific user ideas?
This is just about perfect for what I'm doing. Now my next question and need is to be able to have files in the global content block for the user that cannot be downloaded with the url typed in the the address bar. Is there any way protecting files (pdf, .doc, etc) so it's not public like the upload...
- Thu May 29, 2008 4:59 pm
- Forum: Modules/Add-Ons
- Topic: Custom Content for a specific user ideas?
- Replies: 9
- Views: 4129
Re: Custom Content for a specific user ideas?
Thanks Calguy, that looks like a very viable solution. Calguy strikes again!
- Thu May 29, 2008 2:54 am
- Forum: Modules/Add-Ons
- Topic: Custom Content for a specific user ideas?
- Replies: 9
- Views: 4129
Custom Content for a specific user ideas?
I'm using the latest releases of Custom Content and Front En Users and I'm trying to figure out an easy way for a client to create content for specific users. I'm starting to think the only easy way would be to develop a custom module but I thought I'd pose this question to the brain trust anyway. W...
- Thu May 15, 2008 9:34 pm
- Forum: Tips and Tricks
- Topic: PayPal 'Buy Now' Integration
- Replies: 22
- Views: 18088
Re: PayPal 'Buy Now' Integration
Calguy, Would you be willing to share with us how you used NMS to grab the paypal invoice information and the formbuiler information? That's where I'm stuck. thanks for all of this!
- Thu Apr 03, 2008 11:51 pm
- Forum: Modules/Add-Ons
- Topic: SMTP Error with Formbuilder
- Replies: 1
- Views: 2446
SMTP Error with Formbuilder
I'm using smtp in cmsmailer with formbuilder and the settings are correct as I've triple checked them and the email always shows up as it should. However, I'm running into this error: SMTP Error: The following recipients failed When I submit a form. The form always gets emailed and entered into the ...
- Fri Feb 15, 2008 6:18 pm
- Forum: Modules/Add-Ons
- Topic: FormBrowser Sort order in list view
- Replies: 3
- Views: 2179
Re: FormBrowser Sort order in list view
I've used this command as well but I found that when you have a large amount of entries and the data is paginated, the sort order no longer works. I know you can specify to show up to 100 entries per page but one some forms there is huge amount of data and the database connection times out before pu...
- Wed Feb 13, 2008 4:36 pm
- Forum: Modules/Add-Ons
- Topic: Sorting in Formbrowser
- Replies: 5
- Views: 3009
Re: Sorting in Formbrowser
What would it cost to get this implemented?
- Wed Feb 13, 2008 4:18 pm
- Forum: Modules/Add-Ons
- Topic: FormBrowser Sort order in list view
- Replies: 3
- Views: 2179
Re: FormBrowser Sort order in list view
Any luck on this? I need to do the same thing.
- Wed Feb 06, 2008 4:52 am
- Forum: CMS Show Off
- Topic: New corporate site
- Replies: 4
- Views: 3636
Re: New corporate site
I used the standard mod_rewrite but used a'/' instead of '.html'
- Tue Jan 29, 2008 4:33 pm
- Forum: CMS Show Off
- Topic: New corporate site
- Replies: 4
- Views: 3636
New corporate site
Hi, I just finished this redesign and launched it last night. It uses the Cataloger module for the employment section, Form Builder, Company Directory, News (slightly modified), And only two templates thanks to Calguy for his posts on using variables within pages. http://www.emeraldalaska.com Jeff
- Thu Nov 01, 2007 3:20 pm
- Forum: CMSMS Core
- Topic: What is the best way to generate simple text links within my Footer
- Replies: 2
- Views: 1538
Re: What is the best way to generate simple text links within my Footer
The easiest way in this case would probably be to use the menumanager and explicitly declare which items are to be in it. {menu template='footer.tpl' items='home, services, security,sales,news,case studies,library,contact,sitemap,tocs,privacy'} Each item is added by it's alias. Then you need to crea...