Hi Jeff

Ive gone into admin > general > config files > Image
and changed the following:-

FOLDERPATH_OPTIMISED
C:/farcry/maureencookson/www/wsimages/uploads/optimised

FOLDERPATH_ORIGINAL
C:/farcry/maureencookson/www/wsimages/uploads/original

FOLDERPATH_THUMBNAIL
C:/farcry/maureencookson/www/wsimages/uploads/thumbnails

INSERTHTML
<img src='*imagefile*' border=0 />

THUMBNAIL HEIGHT
150

THUMBNAIL WIDTH
150

When I edit page using TinyMCE, I can upload an image (which is then
stored correctly in the above folders), but I cant see the image within
TinyMCE (even after clicking on the 'Insert in body' button

When I click the Toggle textarea button to check the html code, its
showing the code for the image as:-

<img style="width: 28px; height: 32px; border-width: 0px"
src="/mywebsite" />

Any ideas on why the images are not showing up and TinyMce is not
inserting the image name above?

Cheers

B

Jeff Coughlin wrote:
> Baz,
>
> > Using the TinyMCE editor (or any other editor that comes with
> > Farcry 3-0-1 for that matter), is there an easy workaround so
> > that when one wants to insert an image from the library, it
> > inserts the hi-res/larger version rather than the thumbnail ?.
> > Seems strange that the editor keeps inserting thumbnails as an
> > out-of-the-box feature.
>
> Yes.
>
> Go into the FarCry webtop.  Admin - General - Config Files - Image
>
> Change the value for "InsertHTML" from:
>
> <a href='*imagefile*' target='_blank'><img src='*thumbnail*' border=0
> alt='*alt*'></a>
>
> To:
>
> <img src='*imagefile*' alt='*alt*' />
>
> Or however you'd like the HTML to look.  The key value being *imagefile*
>
> ---
> Jeff Coughlin
> Web Application Developer
> http://www.jeffcoughlin.com


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to