How can X and Y position the thumbnails?
For the regular version
Set the values of the XML file.
positionX = "50"
positionY = "100"
For the CMS version
In the gallery settings tab change the Gallery X and Y position
Files bigger than 2MB won’t upload with the CMS !
Depending on your PHP configuration, your server will limit the size of uploaded files. By default, PHP sets this to 2MB, which is much lower than desired when uploading HQ images.
Solution:
1) Ask your host manager. They may have their own way of setting these limits system-wide.
2) f you have access to php.ini, you will need to adjust 2 different directives: upload_max_filesize and post_max_size.
Example:
upload_max_filesize = 50M post_max_size = 55M
3) Some hosts may also allow you to set these limits in a .htaccess file like so:
php_value upload_max_filesize 50M php_value post_max_size 55M
The CMS install is not working.
Setting the transfer mode of the ftp client to “Auto” when uploading the CMS files fixed it. FILEZILLA USERS : Use another ftp client since this client tend to corrupt the php files.
I get this error in the CMS Warning: session_start(): Cannot send session cache limiter – headers already sent
This is a server configuration issue. Ask your server administrator to turn off the: php_value display_errors “Off”
How can i display special characters
éèàçùôûîêâ
1. First embed the characters in the text fields from the flash component.
- Edit the movieclips containing the text fields from the assets folder
- Select the text fields and press the embed buttom from the porperties window,
- then add the charactes you need in the field
2. Delete the next line of code from the xml.php if you are using the CMS version
delete this:
// output to utf8 $output = utf8_encode($output);
I uploaded the files and install or other functions wont work.
Try using CuteFtp ftp client, and using this setting:
Protocol type: SFTP using SSH2 (Secure Shell) Server type: Auto detect Transfer type: Use global settings.
when you uploded with any other settings, script dosent work.


33 Purchases
26 Comments