MyBB Community Forums

Full Version: Ad help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Does any one know how i can put personal ads on my website, not from adsense or anything like that. I want to put ads that i made(with pictures). I used My Advertisement plugin, but i cant seem to get links or pictures working in this. If there is no other plugin then what do i have to put in the template file to make my own ads? Plus just wanted to know is it breaking any rules or anything like that by doing this in mybb?
No this is fine Smile You can't do it with MyAdvertisements? Why not? It should be pretty simple. Install the plugin, upload an image, then write a small piece of HTML to display the image and the link Smile
Where do i upload it?This is all i see.
[Image: JD4EJ.png]
Ok, have you uploaded the image you want somewhere? Are you wanting an image at all? Smile
no i didnt upload it yet. Where do i have to upload it? and yes i want an image
You should upload it to your website. Maybe make a folder in your public_html folder named "advertisements" or similar. If you don't have FTP access to do that then you can upload to something like imgur.com Smile
after i do that where do i put the link or the directory?
Ok now, you need to give the advertisement a name, and a description so you know what it is Smile

Exempt groups can be left blank, and time can be "unlimited" without the quotes

Zone should be "header" if I remember the options correctly Toungue

Now in the code section put:

<a href="http://your link"><img src="http://linktoyourimage" alt="ad description" /></a>

That should be fine Smile
hey thanks it worked, just one more thing how do i make it center?
You could wrap it in div tags:

<div align="center"><a href="http://your link"><img src="http://linktoyourimage" alt="ad description" /></a></div>
Pages: 1 2