Thanks,
all I get is:
Error!
Error: Insufficient Input
Could you explain what parameters the module it's looking for?
Search found 5 matches
- Mon Jan 21, 2008 7:46 pm
- Forum: General Discussion
- Topic: Banner module help
- Replies: 8
- Views: 3574
- Sun Jan 20, 2008 2:20 pm
- Forum: General Discussion
- Topic: Banner module help
- Replies: 8
- Views: 3574
Re: Banner module help
I've already searched and couldn't find anything.
Can you post how to do it again?
Can you post how to do it again?
- Sun Jan 20, 2008 12:12 am
- Forum: General Discussion
- Topic: Banner module help
- Replies: 8
- Views: 3574
Re: Banner module help
I have a site using CMSMS where I manage the banners using the banner module.
I want to also display the banners in an external page th CMSMS by pulling the banner info from the database.
I want to manage the banners in only one location.
I want to also display the banners in an external page th CMSMS by pulling the banner info from the database.
I want to manage the banners in only one location.
- Sat Jan 19, 2008 5:26 pm
- Forum: General Discussion
- Topic: Banner module help
- Replies: 8
- Views: 3574
Banner module help
Is there a way to call the banner module to get the banner only?
I'll like to insert only the banner in a page external to CMS.
I'll like to insert only the banner in a page external to CMS.
- Sun Jul 01, 2007 2:46 pm
- Forum: CMSMS Core
- Topic: Contact form error [solved]
- Replies: 3
- Views: 1383
Re: Contact form error [solved]
In my case, the server was complaining about bad headers and it said it contained at invalid code 0D.
I solved the issue by removing the "\n" from the $extra line.
//Mail headers
$extra = "From: $name \r";
I solved the issue by removing the "\n" from the $extra line.
//Mail headers
$extra = "From: $name \r";