Search found 18 matches
- Mon Feb 15, 2010 11:01 pm
- Forum: Modules/Add-Ons
- Topic: Calendar 1.0 - Missing Modify Calendar Permission
- Replies: 16
- Views: 8814
Re: Calendar 1.0 - Missing Modify Calendar Permission
Thank you bradsp. I ended up solving the problem by installing CGCalendar on my system. It works, although it is definitely not the RIGHT way to fix it. Just make sure that you do NOT use CGCalendar anywhere in your site. If you only use Calendar you shouldn't have any trouble even though you have t...
- Mon Feb 15, 2010 10:51 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Put {sectionimage} in a conditional statement to check if image exists
- Replies: 1
- Views: 959
Re: Want to put {sectionimage} in a conditional statement to check if image exists
Ajprog was nice enough to help me out with a solution to this problem which was much easier than what I had originally suggested: This code will put an image on each page providing an image exists in the uploads/images/pages directory. For instance, if there is a page with the alias "history&qu...
- Mon Feb 15, 2010 10:44 pm
- Forum: Feature ideas
- Topic: [solved] Need simple debugging help for new function
- Replies: 2
- Views: 3828
Re: Need simple debugging help for new function
Ajprog Thank You!
Except that there was just one small problem - quotes are required around the image name:
{capture assign=page_image}uploads/images/pages/{$page_alias}.jpg{/capture}
{if file_exists($page_image)}
{/if}
This works like a charm! I hope somebody else finds it valuable.
Except that there was just one small problem - quotes are required around the image name:
{capture assign=page_image}uploads/images/pages/{$page_alias}.jpg{/capture}
{if file_exists($page_image)}
{/if}
This works like a charm! I hope somebody else finds it valuable.
- Thu Feb 11, 2010 9:13 pm
- Forum: Feature ideas
- Topic: [solved] Need simple debugging help for new function
- Replies: 2
- Views: 3828
[solved] Need simple debugging help for new function
I recently completed a website with 50 different pages. I would like to put different images on each of those pages but the images don't exist yet. What I would like to do is create a script which will go into the template for the website and check to if a image exists for that page. If it does load...
- Wed Feb 10, 2010 11:51 pm
- Forum: Modules/Add-Ons
- Topic: Importing CSV Using CompanyDirectory
- Replies: 22
- Views: 5487
Re: Importing CSV Using CompanyDirectory
What does that mean? What is SVN? CMSMS is incredible. But where is Calguy? I found the order: id,company_name,address,telephone,fax,contact_email,website,details Unfortunately it still does not want to import: CSV Import Report Dont know how to handle line 1 with the rule identifier company_name M...
- Wed Feb 10, 2010 10:27 pm
- Forum: Modules/Add-Ons
- Topic: Calendar 1.0 - Missing Modify Calendar Permission
- Replies: 16
- Views: 8814
Re: Calendar 1.0 - Missing Modify Calendar Permission
I had the same problem. The only thing that worked for me was to insert manually a record into the permissions-table in the database with permission_name="Modify Calendar" and permission_text="Modify Calendar". Be sure that youre 'permission_id' is unique (it doesn't matter what...
- Wed Feb 10, 2010 5:58 pm
- Forum: Modules/Add-Ons
- Topic: Importing CSV Using CompanyDirectory
- Replies: 22
- Views: 5487
Re: Importing CSV Using CompanyDirectory
how about exporting to CSV and seeing how it exports, then you'll have a good idea of how it imports... I tried that first off, but the exporting function didn't work - probably because of restrictions on my server - not the developers fault. Maybe somebody else out there could try this for me and ...
- Wed Feb 10, 2010 5:57 pm
- Forum: Modules/Add-Ons
- Topic: Importing CSV Using CompanyDirectory
- Replies: 22
- Views: 5487
Re: Importing CSV Using CompanyDirectory
I had this great idea of how to figure out the entry order for Company Direct CVS import: I would create a file with 9 entries of NUMBERS and watch where the numbers end up. I figured maybe the problem was that Company Direct wanted to see a number in the first cell and in the following cells. Well,...
- Wed Feb 10, 2010 2:25 pm
- Forum: Modules/Add-Ons
- Topic: Importing CSV Using CompanyDirectory
- Replies: 22
- Views: 5487
Re: Importing CSV Using CompanyDirectory
I renamed this posting to make a little clearer. I am wondering if anybody out there knows the format of the CVS input for Company Directory? I have already entered 100 by hand and if I had the CVS import protocol it would make life so much easier.
Thanks!
Thanks!
- Wed Feb 10, 2010 11:02 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Calguys Calendar CGCalendar: Fatal Error on line 42
- Replies: 2
- Views: 1321
Re: [Solved] Calguys Calendar CGCalendar: Fatal Error on line 42
I solved the problem by uninstalling CGCalendar and installing Calendar. Even though Calendar is presently not supported / not being updated it seems that it is better / less buggy than CGCalendar. The problem in CGCalendar was occurring with the default files: I had changed nothing in the Templates...
- Wed Feb 10, 2010 4:57 am
- Forum: Modules/Add-Ons
- Topic: [solved] Put {sectionimage} in a conditional statement to check if image exists
- Replies: 1
- Views: 959
[solved] Put {sectionimage} in a conditional statement to check if image exists
If you include {sectionimage} on a page and image does not exist CMSMS will create a blank box where the picture should go. I would like to put the Tag {sectionimage} in a conditional statement to see if the image does indeed exist. If it does I would like to show the image. If it does not I don't w...
- Wed Feb 10, 2010 4:12 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Calguys Calendar CGCalendar: Fatal Error on line 42
- Replies: 2
- Views: 1321
[Solved] Calguys Calendar CGCalendar: Fatal Error on line 42
I installed CGCalendar without any difficulties. If I use the default display="calendar" the module works fine: {cms_module module="CGCalendar" display="calendar"} But when I try to change to display="yearlist" or display="list" I get the following e...
- Wed Feb 10, 2010 3:57 am
- Forum: Modules/Add-Ons
- Topic: Importing CSV Using CompanyDirectory
- Replies: 22
- Views: 5487
Importing CSV Using CompanyDirectory
I have installed Company Directory on my CMS Made Simple 1.6.6 installation (Apache) and I am trying to use its Import CSV functionality. There is no documentation for this functionality and I can't figure out how to get it to work. Has anybody had better luck? What is the format which the CSV shoul...
- Tue Feb 09, 2010 7:59 am
- Forum: General Discussion
- Topic: Looking for a Theme Design - Please help
- Replies: 4
- Views: 2462
Re: Looking for a Theme Design - Please help
SvenA: Thanks for your outstanding help! I got it to work and the site is nearly done. Would there be a way to use {sectionimage} conditionally so that if there is a picture for a page then it displays the picture on the website? But if there is no picture then nothing is displayed? I think this wou...
- Tue Feb 09, 2010 3:21 am
- Forum: Layout and Design (CSS & HTML)
- Topic: What does margin: 0px 5px 0px do? Which margin is which?
- Replies: 2
- Views: 2220
What does margin: 0px 5px 0px do? Which margin is which?
I have a page almost finished but I am having a small problem where I need to move the menu in the page down about 10 pixels. As hard as I try I cannot find the code to modify to move the menu down. Here is the code: can anybody help? /* ------------ Menu ROOT ------------ */ .page-menu { width: ...