PDA

View Full Version : (RESOLVED) Allowing custom BBCode to make use of external class elements


sapphiremagus
12-06-2011, 06:50 PM
EDIT

Resolved. The issue was on the providers end, not an issue with vBulletin cleansing output. If a mod could delete this thread at their earliest convenience it'd be appreciated :)

---------------------------------------------
I current run a gaming site for the game Star Wars: The Old Republic. Several database sites provide a java script syndication of item tool tips. Basic pop ups work just fine, but I'd like to be able to make use of the more advanced class options that would change the linked text (auto-name) as well as color and add an icon inline with with link.

The specific thing I'm trying to implement is listed here: http://www.darthhater.com/articles/site-news/19717-the-darthhaterdb-and-you-tooltip-syndication

As I said, simply linking to an entry works and generates the mouse over tool tip. However, trying to include a class element such as "swdb-item-text" in a custom BBCode breaks all functionality outside of linking to the item (no popup). Same for"swdb-item-full-small". Interestingly the "swdb-item-text" works when entered as a true html anchor tag.

Inspecting the elements themselves in Google Chrome reveals that the class tags are present but they don't seem to be applied. Any thoughts?