Thread: Ads..?
View Single Post
  #7  
Old 12-29-2012, 03:39 PM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 19,930
Inf3rnal is on a distinguished road
Default

I know why it doesn't work.

When say you place the html code for the ad like:

<img>ad.png</img> or whatever. When the Admin Panel places that code into the ad database it changes the < and > into
Code:
&#60.;
and
Code:
&#62.;
(Minus the red period) and that breaks the image so it doesn't display.

To fix it you have to manually access your database from say PHPMYADMIN and insert it there or set it up so the text box doesn't convert html characters.
__________________
Finished Mods/Themes:
Admin Notes | Better Messages Buttons | Avatars in Memberlist
Chibiry! Theme | Midnight Rain Theme
Work in Progress:
Redesign of the core functions
Couple more themes
Reply With Quote