Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: cboys00 on March 01, 2009, 08:25:59 PM

Title: how to use "insert image" in forum
Post by: cboys00 on March 01, 2009, 08:25:59 PM
how to use "insert image" button in forum?

how to paste document type in table like excel.doc in forum
Title: Re: how to use "insert image" in forum
Post by: cboys00 on March 04, 2009, 06:15:09 PM
who can help? :'( :'(
Title: how to use this function [img] [/img]
Post by: cboys00 on March 05, 2009, 10:21:59 PM
how to use this function

Title: Re: how to use "insert image" in forum
Post by: asmith on March 06, 2009, 01:38:06 AM
Yoiu have to put the img URL in the image tags, for example :

[ img ] http://www.example.com/image.jpg [ /img ]

To show data like tables :

[ tables ]
[ tr ][ td ] content1[/td ] [ td ]content2 [ /tr ]
[ tr ] [ td ] content3 [/td ] [ td ] content4 [ /tr ]
[ tr ][ td ] content5 [/td ] [ td ] content6  [ /tr ]
[ /table ]

That will be viewed like : (remember to remove spaces in the tags)


content1          content2
content3content4
content5content6


For more Info read this:

http://docs.simplemachines.org/index.php?board=22.0
Title: Re: how to use "insert image" in forum
Post by: cboys00 on March 12, 2009, 12:38:27 AM
i try this:

img C:\Documents and Settings\hp\Desktop\Resized\P3101594.jpg img

but still fail to see the foto,  where is the error?
Title: Re: how to use "insert image" in forum
Post by: hopper250 on March 12, 2009, 12:50:12 AM
you would need to have the image hosted on the internet.
Title: Re: how to use "insert image" in forum
Post by: cboys00 on March 12, 2009, 12:57:16 AM
thanks..... >:( >:(
Title: Re: how to use "insert image" in forum
Post by: Rumbaar on March 13, 2009, 05:41:08 PM
With SMF 2.0 you'll be able to paste table format a bit easier with the WYSIWYG editor, but images will still have to be hosted online.  There are many free online hosts that you can use.