I'm not sure if this is the correct forum to post in or not. Usually I can find answers to my questions through a search, but no luck this time.

I have a multi-site setup and am using symlinks to subdomains. My main site is working fine, but the sub is having a few issues. First of all, on create or edit story, etc., the Menu settings, comments ettings, file attachments, author info, publishing options are not clickable. I can promote to front page via the content page, but something is obviously wrong here.

I use TinyMCE to upload photos. The images seem to upload fine, but do not appear after hitting preview or submit. At first I thought my path might be wrong in configurations, but after trying every possible combination, I decided to view source on the final html page.

When viewing source on the edit page after uploading, the correct url does show up for the image and it is indeed showing up on the page. However, once I preview or submit, the html shows no reference to the photo at all. It's not like it is looking in the wrong place, there is nothing to indicate it is looking for a photo.

I suspect these two problems may be related since the other links are missing also. Any ideas where to take my headbanging next?

Thanks in advance!
Suzi

Comments

giorgosk’s picture

Did you check that the input format is not "filtered HTML" ?
filtered does not allow Only local images are allowed. and it will strip it away
use "full HTML" instead

------
GiorgosK
Geoland Web development/web design

------
GiorgosK
Web Development

rubinfarm’s picture

thanks for the tip. I would never have thought of that. It does work when I load up a new story now. Thanks!
The older stories don't work still because they are still stuck on "filtered HTML". I can't change them because my links to publishing options, as well as input format, etc. (all those lines below the body box) do not work. Could this be a problem with the multisite setup configuration in some way?

I can work around this problem for the most part by removing the stories that need photos and resubmitting them, but I'd like to get the problem straightened out if possible to avoid having to go to the content page to promote the stories, make sticky, etc.

Again, my bloodied head thanks you for the tip on the input format :)

Suzi

giorgosk’s picture

I think an "admin" user should be able to change the filtered > to Full HTML
but I could be wrong

So I would not know what to tell you about it.

------
GiorgosK
Geoland Web development/web design

------
GiorgosK
Web Development

rubinfarm’s picture

That is working fine now. Thanks for the tip. By changing the filter and submitting a new story the picture came up fine. Thanks again.