CheeseForum.org ยป Forum

GENERAL BOARDS => Webmaster's Board => Topic started by: Webmaster on March 13, 2009, 11:41:15 AM

Title: Added "Mod" to forum software to enable "Clickable Images"
Post by: Webmaster on March 13, 2009, 11:41:15 AM
Added modification to forum's software to enable clickable image, ie when you click on the image it boots a new browser to web location of your choice.

Example clickable image is CFO logo in my signature below.

To do this:

Example code is: [url=http://url to site][img]url to image[/img][/url]
Title: Re: Added "Mod" to forum software to enable "Clickable Images"
Post by: kimbrarobyn on November 30, 2024, 06:13:20 AM
It looks like you've figured out how to add a clickable image in the forum by modifying the software! Here's a simplified version of your process for others:

1. **Copy the Image URL**: Right-click on the image you want to use, copy its URL.
2. **Paste in Post**: Paste the image URL into your post.
3. **Highlight the URL**: Select the URL you just pasted.
4. **Click "Clickable Image" Button**: Click the new "Clickable Image" button above the post editor.
5. **Add Target URL**: In the code, replace the `http://url to site` part with the website you want the image to link to.

Example code will look like this:
```
(http://imageurl.com/image.jpg) (http://targetwebsite.com/)
```

This way, your image will be clickable and open the chosen website when clicked. Enjoy!