|
 |
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
 Home > FlexCMS Support Forum > Recent Messages

FlexCMS Support Forum
 Recent Messages


|
 |
|
|
| March 24, 2008 @ 11:19pm | Want to create a block to display on all pages. The block would show who has uploaded the most current images with a link to the respective gallery. A thumb of an uploaded image or the last 5 images would be nice to add as well.
In my mind the block would look like this.
Title: Photo Gallery Sub Title: Recent additions, Newest added, etc. Below that: User name (link to gallery) and last 5 thumbs displayed or whatever number of thumbs fits nicely inside the block. (thumbs link to the gallery)
Sorry if I was a little vague in the initial request, but this is what I am looking to achieve.
Thanks again,
Bill
|
|
|
|
| |
|
 |
|
|
| March 24, 2008 @ 10:09pm | Bill,
Do you mean that you would like to create a block that displays only on the Photo Gallery pages, or that you want to create a block which contains a photo from the gallery?
If the former, simply create the block you would like and check the box next to Photo Gallery at the very bottom in the Pages To Display On section.
If the latter, there's no automated way to do that, but you could create a block with the image tag and paste in the URL of the photo you would like. A script could also be written to pull a random photo or something like that.
David |
|
|
|
| |
|
 |
|
|
Make menu block for Photo Gallery | March 24, 2008 @ 9:30pm | OK, I'll admit I am officially a dummy.
How do you create a menu block for the photo gallery. Looked at the tuts and most of the support questions to no avail.
What seemed to be there before is no longer there. IE create block from existing page or something like that.
Bill
|
|
|
|
| |
|
 |
|
|
| March 24, 2008 @ 2:54pm | That worked. Thanks!
Bill |
|
|
|
| |
|
 |
|
|
| March 24, 2008 @ 1:10pm | Bill,
Try commenting out line 527 ("$MessageHeaders .= $Message;" becomes "// $MessageHeaders .= $Message;" (without the quotes of course).
Then change 531 to this:
Code
mail($FormArguments['REmail'], $Settings['SiteName'].' Topic: '.$row['Title'], $Message, $MessageHeaders, '-f'.$Settings['ContactEmail']); |
|
And for what it's worth, we've had numerous issues with GoDaddy with various clients. I love them for domains, though.
David |
|
|
|
| |
|
 |
|
|
| March 23, 2008 @ 11:34pm | Also, the mail functions work for new users. |
|
|
|
| |
|
 |
|
|
| March 23, 2008 @ 11:31pm | Looks like the same error mesage.
Warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent. in /home/content/t/r/o/trouttrucking/html/pig/inc-mb-idx.php on line 531
Using godaddy webhosting if that is any help.
Thanks.
Bill |
|
|
|
| |
|
 |
|
|
Thanks for the fast reply | March 23, 2008 @ 11:13pm | Will give it a shot and see what happens.
Bill |
|
|
|
| |
|
 |
|
|
| March 23, 2008 @ 8:40pm | Hi Bill,
Thanks for trying out FlexCMS!
Most likely your hosting provider has modified the mail settings and the standard parameters no longer work. Some disable the "-f" flag at the end, which might be the cause of your problem. Line 531 of inc-mb-idx.php looks like this:
Code
mail($FormArguments['REmail'], $Settings['SiteName'].' Topic: '.$row['Title'], "", $MessageHeaders, '-f'.$Settings['ContactEmail']); |
| . Try changing it to this: 
Code
mail($FormArguments['REmail'], $Settings['SiteName'].' Topic: '.$row['Title'], "", $MessageHeaders); |
| and see if that works.
There are a few other portions of FlexCMS that send emails too, so once you get the message board working you can update them too.
David |
|
|
|
| |
|
 |
|
|
Error when trying to email forum topic | March 23, 2008 @ 8:08pm | Here is the error message:
Warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent. in /home/content/t/r/o/trouttrucking/html/pig/inc-mb-idx.php on line 531
Set up a demo site for a client. www.trouttrucking.com/pig |
|
|
|
|


|
|
 | MEMBERS 
|

|
|