PDA

View Full Version : 3.8 SEO Images or Alt Tags, Easy to create?


Edgespeeder06
08-04-2011, 09:19 PM
Hi

I can't find any mods or add-ons that will allow me to seo my images on my forum like I would do on a blog with alt tags? Whether they are attached or linked through a third party. What's the best way to do this?

Help please.

Thank you

BirdOPrey5
08-05-2011, 11:53 AM
You could make a custom BBCode... say call it imga (for image-alt)

Then you could type in [nparse]http://somesite.com/image.jpg[/noparse]

In your BBCode Manager-> Add A new BB Code
the replacement would be:

<img src="{param}" alt="{option}" border="0" />


Use Option: Yes
All Disable Options: Yes


Edit- Actually I think you can call it IMG jsut like the built in tag and if you use the option it will use the custom tag, if you leave out the option it will revert to the default tag.

Edit 2 - Confirmed it works even if you keep the same name, IMG, for the tag.