Picture Posting And Url Posting »  Show posts from    to     

Icy Phoenix


Old Support Topics - Picture Posting And Url Posting



oscarxp [ Tue 19 Sep, 2006 17:57 ]
Post subject: Picture Posting And Url Posting
Im trying to include a image with the post but it doesnt appear in the post i just get the url to the image any help.


Frost [ Wed 10 Jan, 2007 20:24 ]
Post subject: Re: Picture Posting And Url Posting
Hi, are you using the buttons to generate the code?

If so the image may be too large or you may have gotten the link incorrect.

___________

I know this is an old post but I got bored and clicked "View Unanswered Posts" in hopes that I could help and maybe.. just maybe.. these people are watching this topic, also marking SOLVED on all posts that have been solved to tidy up a bit


Daggers [ Wed 10 Jan, 2007 21:38 ]
Post subject: Re: Picture Posting And Url Posting
You can as another option;

Upload the image has an attachment within the post using the attachment feature, by default the attachment mod will allow the upload of .gifs, .jpg, .png, but not .bmp file extensions.

It is suggested though the image size is reduced to 800 pixels wide or less this will allow the image to be sized to fit most modern monitors set to a resolution 1024 x 768 or higher without the need for the generation of the horizontal scroll bar in IE or Firefox and/or other browsers.

Your other option would be to use the code "img]http://www.website.com/images/nameoffiletodisplay.jpg[/img" (I have taken out the opening and closing brace's so you can see the code line), what this does it point the code to a location on the web site were the image is stored, NOTE this only works if the image already exists in that location, if it does not then you will need to upload it to that location via FTP.

The final option is as stated before use the buttons at the top of the posting edit page, these will correctly insert the code for linking, but you will still have to link to an image that is already on the web site file store.

I also just spotted this option, if you click on the button at the top of the post edit page that looks like this image_add you will be directed to postimage.org which allows you to upload an image to their servers and then creates the link code for insertion into your post to display the image.

Hope this helps


Zuker [ Wed 10 Jan, 2007 23:05 ]
Post subject: Re: Picture Posting And Url Posting
open

includes/bbcode.php

replace

Code: [Hide]
  1. $html = '<a href="' . $params['src'] . '" target="_blank" title="' . $lang['OpenNewWindow'] . '">' . $html . '</a>'; 


with

Code: [Hide]
  1. $html = $html; 


see ya :mrgreen:




Powered by Icy Phoenix