• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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