|
 |
COMING SOON: FlexCMS 3.2.2!!! |
 Home > FlexCMS Support Forum > Recent Messages

FlexCMS Support Forum
 Recent Messages


|
 |
|
|
| core-RecentActivity table error | January 29, 2012 @ 6:14pm | I just received this message. How do I fix this?
Incorrect key file for table 'core-RecentActivity'; try to repair it
Thanks,
David L |
|
|
|
| |
|
 |
|
|
| December 27, 2011 @ 11:45am | | Generally I waste most of my time deleting spam from losers like you! |
|
|
|
| |
|
 |
|
|
| Still Waste Your Time And Money on Customer Service? You Need A Help Desk! | December 27, 2011 @ 3:51am | If you spend a lot of time replying to your customers' email requests, you know all too well how important it is to track how much time has passed since each request was received, its current processing status (not yet read/answered/requires additional consultation), who is involved in providing a response, and of having a complete list of requests from the same customer for reference. Experience shows that using a regular email client (e.g., Outlook, Thunderbird, Gmail) does not give the whole picture quickly nor in a convenient way. It has been proven that providing high-quality customer support is only possible using special software — i highly recommend the [removed]! |
|
|
|
| |
|
 |
|
|
| November 25, 2011 @ 8:59am | | If you're sick of seeing these posts send some junk mail of your own to support@phpKode.com |
|
|
|
| |
|
 |
|
|
| Show And Share My Support News | November 24, 2011 @ 10:11pm | | Service Management Software is able to handle all these issues for the company in the best manner possible. Service Management Software or MSP software is able to provide many different types of solutions for managed information technologies. Before actually picking this kind of software it is important to look at the kinds of solutions being offered by the software. The software to be useful should provide management of web server solutions and in addition it should be able to manage IT service and improve data storage and ensure maximum information technology security. |
|
|
|
| |
|
 |
|
|
| November 20, 2011 @ 11:37pm | Do people really buy things from spammers? I've always wondered why they keep sending it out. Clearly someone must be or they wouldn't! Are you that person who's buying their crap? If so, please stop.  |
|
|
|
| |
|
 |
|
|
| Free email marketing software That Makes A Difference | November 20, 2011 @ 10:01pm | When building your business online, it is imperative that you put as much thought into your choice of email marketing tools as you did into your website design. iKode Newsletter Server is a web-based newsletter software and free email marketing software, used to manage bulk email list and start your email marketing campaigns.
[URL Removed] |
|
|
|
| |
|
 |
|
|
| FlexCMS Support Forum | November 10, 2011 @ 1:10am | Should FlexCMS Support Forum cry your insistence? A geography designates a pornography in the shaking alarm. The classified container decides. A cake moans behind the dictatorship! Can a fork postpone the mathematician? FlexCMS Support Forum thinks around a carrier.
mail in order bride
(Admin Note: This was just too funny to delete!) |
|
|
|
| |
|
 |
|
|
| Random photo album image in a block | October 13, 2011 @ 6:48pm | Thanks David and Wolf.
David no worries, I'll just install the photo gallery module and use the original code. Might be a cool idea for a future code snippet.
Thanks.
Welby |
|
|
|
| |
|
 |
|
|
| October 13, 2011 @ 12:13am | Couldn't you upload them using file manager to a directory that flex knows about and then run some code against that directory like this...

Code
$query = "SELECT `Location` , `Filename` FROM `core-Files` WHERE `Location` = \"/newsletters/pdf/\" ORDER BY Filename desc"; $result = mysql_query($query) or die (mysql_error());
print '<b>'.number_format(mysql_num_rows($result),0).' Newsletters available' . '</b><br>';
while ($row = mysql_fetch_array($result)) { print '<a href="'.$BaseURL.$row['Location'].$row['Filename'].'" target="_blank">'.$row['Filename'].'</a><br>'; }
|
|
I use this on a site to create links for uploaded newsletters that users can click on to download and read. Could be modified to display thumbnails and images.
Dave, you probably can tell us of a way to emulate populating his image directory contents using Flex/PHP code and populating/updating the core-Files table. Then he could query the table for the images like I did for my PDF newsletters. 
|
|
|
|
|


|
|
 | |