View Full Version : Great solution but a couple of quick questions
colin.needham292860
06-11-2009, 04:06 AM
Hi,
First off great product for simple sites, really easy to use etc.
Issues, my lack of knowledge
1. I am having a problem uploading images in IRite, however I set up in WA_globals.php the uploads end up in the CMS directory and not in the images directory. This means that the image can't be found and just the alt tag is displayed, when viewing the code it is obvious the path is wrong but I can't seem to correct it, is it something that needs to be changed in FCK editor.
2. I have had your products for a few years but haven't much chance to use them, so I need to know what I have to do to open the apps like iRite and modify the settings within Power CMS.
Thanks in advance for your help.
Colin
Ray Borduin
06-11-2009, 08:41 AM
1) you may need to post a support incident. it is hard to say whether you have a typo or mismatch or what based on the information provided alone.
2) PowerCMS was built with DataAssist and IRite. If you have those products installed you can acces iRite by clicking on it and using the properties panel. DataAssist functionality is managed through the server behaviors panel if you wanted to update the database for some reason.
colin.needham292860
06-11-2009, 08:57 AM
Ok will put a ticket in now
Jon Gibson
06-11-2009, 10:07 AM
Hello Colin, if you would be so kind as to post the response you get I would appreciate it.
I am having the same problem - I've tried numerous WA_Global changes and such with no luck.
Thank you,
Jon
johnd45081
06-11-2009, 11:12 PM
Here are the settings needed in WA_Globals/WA_Globals.php to connect to a /images folder below the root.
$WAGLOBAL_Images_Folder = "../images/"; //relative path to your images folder.
$WAGLOBAL_Swf_Folder = "../images/swf/";//relative path to your swf folder.
Even though the FCK editor adds the ../ to the image path it works fine.
What is missing is a files link which opens for the link button of the editor. I am about to post a solution to this in this forum under the Browsing for Links thread.
Jon Gibson
06-12-2009, 08:00 AM
Thank you John for the solution.
colin.needham292860
06-12-2009, 08:40 AM
Thanks John, that's great and quicker than the ticket, knew it had to be in those lines just couldn't work out what was happeneing, this worked straight away.
Colin
colin.needham292860
06-12-2009, 12:25 PM
Quick update, images now uploading and linking correctly, FCK customised in code, showing Office 2003 with custom button set, also text display now in Arial.
For those who are looking these are the changes:
Font change:
fckconfig.js line 30 - FCKConfig.EditorAreaStyles = 'body { font-family: Arial }' ;
To customise:
fckeditor.js line 35 - this.ToolbarSet = toolbarSet || 'Custom' ;
custom/contents_insert_ContentValue1.js line 3 to change skin, line 15 to Toolbar end to customise tools
Repeat on following file
custom/contents_update_ContentValue1.js line 3 to change skin, line 15 to Toolbar end to customise tools
Hope this helps others.
Colin
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.