• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Image code

inept

Chevereto Member
is there any way to change the image codes

i want to change

HTML Image link from

Code:
<img src="direct image link" border="0" />

to this

Code:
<a href="viewer link"><img src="direct image link" alt="Free Image Hosting Website" border="0" /></a>

and change BBCode link from

Code:
[img]direct image link[/img]

to

Code:
[url=viewer link][img]direct image link[/img][/url]

so in effect on both you are adding a link (they have full image embed but it helps site get backlinks)

and unless im mistaking adding something like
Code:
alt="Free Image Hosting Website"
will help with rank in search engines for those keywords.

would be nice in the next update if you could add the alt tags and make it customizable in the config.

can you let me know how i would do this though.

thanks
 
Back
Top