DIY Forum

DIY Forum/Home improvement advice

 

 

A-Z CONTENTS | ARCADE | DISCLAIMER | DIRECTORY | DIY VIDEO | HOME | SAFETY FIRST | FORUM RULES

It is currently Thu May 24, 2012 1:33 am
Visit Buck and Hickman


Time zone: Europe/London [ DST ]




 

Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: FCKeditor (website)
PostPosted: Thu Apr 09, 2009 11:30 pm 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
I have a website which I am trying to fill in. Only problem is that I am unable to download photos onto it. Dunno wether it is a server problem or I am doing it wrong. Been trying for ages without success. Text is fine it is just the photos.

I've tried getting in touch with the bloke that done it for me hasn't replied so I have run out of patience with him (prat) :cussing: ::b

Any help would be much appreciated :-)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 10, 2009 12:30 am 
Offline
Senior Member

Joined: Sat Dec 20, 2008 1:29 am
Posts: 1083
Has thanked: 21 times
Been thanked: 27 times
to insert images in HTML

code would be
Code:
img src="photo.jpg" alt="text if photo does not show" width="size in pixels" height="size in pixels" border="border width in pixels" />


good website to learn from is http://www.w3schools.com

:thumbright:


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 1:31 am 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
Cheers Scott,

But the website template is already done and all I have to do is fill in the text and add photos onto certain jobs I have done.

There is an image function which has upload, browse server etc. And it does not seem to be working.

Am I doing something wrong or is there a problem with my hosts server?

Thanks


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 10:24 am 
Offline
Senior Member

Joined: Sat Dec 20, 2008 1:29 am
Posts: 1083
Has thanked: 21 times
Been thanked: 27 times
I've never used FCKEditor, so unfortunately I really have no idea mate.


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 11:01 am 
Offline
Senior Member

Joined: Mon Jun 16, 2008 10:42 pm
Posts: 1263
Location: dan sarf
Has thanked: 18 times
Been thanked: 64 times
It bmight be worth trying a different browser,it could also be that the folder you are trying to upload to has the wrong permissions set ?


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 4:04 pm 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
This is it here http://www.fckeditor.net/demo

Anyone reconise it?


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 5:57 pm 
Offline
Senior Member

Joined: Sat Dec 20, 2008 1:29 am
Posts: 1083
Has thanked: 21 times
Been thanked: 27 times
still drawing a blank there marky, personally i would just add the required html code (as above) to the page.


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 10:00 pm 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
Don't think that is possible scot. But thanks anyway


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Fri Apr 10, 2009 11:10 pm 
Offline
Senior Member

Joined: Sat Dec 20, 2008 1:29 am
Posts: 1083
Has thanked: 21 times
Been thanked: 27 times
what I mean is FCKEditor formats the HTML for you, simply right click on the HTML file it creates (hopefully it is not editing the file live on the server)
open with, notepad, and then add the code for an image.

seems an odd package to me :scratch:


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sat Apr 11, 2009 1:55 am 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
If you check the FCKeditor demo you can actually do an upload on it yourself.

Seem to do it ok on their website. Can't do it on my own. :cb

Tried what you said scot. No joy I'm afraid :roll:


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sat Apr 11, 2009 10:40 am 
Offline
Site Admin
User avatar

Joined: Sat Jul 16, 2005 8:06 pm
Posts: 20637
Location: Darwen, Lancashire
Has thanked: 125 times
Been thanked: 392 times
I have used joomla to make about 16 websites and it is probably similar to that.

In joomla, once you have installed all of the required mods, you can click on the picture icon and upload a picture to the server.

There are two things in Joomla that can prevent the image upload from working. I know that you are not using joomla, but there could be similar functions.

See if there is an option somewhere to enable flash uploader, if it is enabled-disable it. If this is enabled on any of my sites I cannot upload pictures.

Another thing is folder permissions, where the pictures are stored. You need to check the folder permissions, if you navigate to the folder and right click on it and select properties, it should say something like 655 or 666. For me to be able to upload files to a folder in joomla the permission has to be 666, and so if I have problems I normally change the folder permisions to 666, if they are not 666 already.
You have to be careful with folder permissions as if you set them incorrectly you can leave it vunerable to hacking attempts.

_________________
DIY | Donnas dream house


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sat Apr 11, 2009 9:52 pm 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
Thanks for the info chez,

I've just managed to upload an image from google images ok but I can't seem to do it with my own hard drive for some reason? :scratch:

Has something to do with the url I think> :roll:


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sat Apr 11, 2009 10:01 pm 
Offline
Site Admin
User avatar

Joined: Sat Jul 16, 2005 8:06 pm
Posts: 20637
Location: Darwen, Lancashire
Has thanked: 125 times
Been thanked: 392 times
markysparky wrote:
Thanks for the info chez,

I've just managed to upload an image from google images ok but I can't seem to do it with my own hard drive for some reason? :scratch:

Has something to do with the url I think> :roll:


Are you sure the image is uploaded to your server and is not just hot linking to the picture on google images?

_________________
DIY | Donnas dream house


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sat Apr 11, 2009 10:43 pm 
Offline
Electrician

Joined: Mon Jan 16, 2006 10:02 pm
Posts: 272
Location: Darlington
Has thanked: 0 times
Been thanked: 0 times
I think that is what it is doing Chez.

When I try and upload photos from my folder tells me the photo has been uploaded ok. Then when I look in the server folder it is empty.

Also on the admin page all there is is an outline of where the photo should be.

I really do regret getting this bloke to do it. Take the money and run by the looks of it :angryfire:


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

 Post subject:
PostPosted: Sun Apr 12, 2009 12:35 pm 
Offline
Site Admin
User avatar

Joined: Sat Jul 16, 2005 8:06 pm
Posts: 20637
Location: Darwen, Lancashire
Has thanked: 125 times
Been thanked: 392 times
If you pm me the details I'll take a look for you when I get time :wink:

_________________
DIY | Donnas dream house


Top
 Profile  
 
You may not be able to see the full post including pictures unless you register or log in

Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 16 posts ]  Go to page 1, 2  Next


Similar topics
   

Time zone: Europe/London [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron


News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
ultimatehandyman privacy policy

Contact

 

Powered by phpBB® Forum Software © phpBB Group

phpBB SEO

 

Diy forum - Decking - plastering - Plumbing - DIY - Tiling