PDA

View Full Version : need help


trichome
04-01-2012, 08:13 AM
two things how do i add ads on the homepage ,not forum page just home page,also how do i change the background to a picture.im using 4.1.11 cant seem to put a background pic on the forum around the edges..can someone help please

Pandemikk
04-01-2012, 08:19 AM
1) Edit formhome template -> Add code.
2) In your css look for: "body {" and add: "background-image:url('image.png');"

trichome
04-01-2012, 08:26 AM
were abouts do you add the code and were is css im a newb learning the ropes...were do i put code for homepage ..i mean the hompage button when u press it u got to hompage not forum

Pandemikk
04-01-2012, 09:00 AM
What do you mean homepage?

ACP -> Edit your templates -> forumhome -> Add your code wherever you want it.

What are you not getting?

Lynne
04-01-2012, 02:51 PM
Homepage = CMS ? If you only want ads in the CMS, then you would put a condition around your ads like:

<vb:if condition="THIS_SCRIPT == 'vbcms'">ad script</vb:if>