Hello. I am looking forward to using this application for my website but i am having trouble connecting to the control panel. Which PHP file is the control panel? I installed the database and configured the conf file but I still cannot connect. Does anybody know which PHP file is the control panel? Thanks.
I am starting a site, and loaded the htmlarea module into my CivicSpace installation. I tried a test blogpost and then a story and they both formatted and submitted ok. However when I went back to the homepage of the site, the stories did not word wrap there and extended out as a single line making my horizontal browser scroll hugely wide. Thinking it was something to do with htmlarea I unchecked the module and tried again. Without the module the same behavior occurred. The problem does not occur on mozilla browsers, only on my Internet Explorer.
My sites render beautifully in Firefox but always have issues with IE 6.x. Check out my personal blog at http://www.lonseidman.com. I'm using the 'stock' Kubrick theme, yet all of the right hand block content gets shot down to the bottom of the page after all of my content.
This behavior exists in a number of other themes as well. What can I do to fix this?
I just installed a plain copy of 4.6.0 (cvs as of a couple hours ago) and when I go to Administer->Users->Configure there is no second level tab for "Permissions". What happened? I've looked all over the admin looking for the permissions page and can't find it anywhere. I want to be able to edit roles and the permissions that they have.
I followed instruction from the README.txt in FCKEditor to install it. Now I get the FCKEditor almost working but all the broken urls for the icon images in the toolbar. I read relevant forum threads and follow the previous advice to fix this but all in vain. Below is my installation detail:
1. I installed the drupal under /drupal
2. download FCKEditor 4.5.0, extract it and copy it to /drupal/modules/fckeditor
3. Update fckeditor.module, change all the appearance of "'/modules/fckeditor/lib/" to "'modules/fckeditor/lib"
4. go to the ssip directory
5. Update the properties.inc, change line "$properties['context_path'] = '/drupal';" to "$properties['context_path'] = '/drupal/';"
6. go to the lib dir
7. Update the fckconfig.js, change the value of "FCKConfig.LinkBrowserURL" to "FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" ", change the value of "FCKConfig.ImageBrowserURL" to "FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php" ",
My error message in the log is:
Location /modules/fckeditor/lib/editor/modules/fckeditor/libeditor/skins/default/toolbar/button.about.gif
Message 404 error: modules/fckeditor/lib/editor/modules/fckeditor/libeditor/skins/default/toolbar/button.about.gif not found.
Apparently, the same problem a lot of you have met: Incorrect toolbar icon gif file url.