PDA

View Full Version : Making Money -- Advert Blocks


VinylJunky
10-12-2010, 06:39 AM
I would like to display some advert code within the forum but I do not know how to do it.

Could anybody advise how to create some advert blocks within the V3 arcade?

Thanks

VJ

KW802
10-13-2010, 09:10 PM
Where exactly do you want to put the ads?

Our Sponsors
 

VinylJunky
10-15-2010, 04:56 AM
Under the tournaments block would be good. [Center of page]

A small block underneath recent challenges may also work for me [right hand column]

Thanks

VJ

KW802
10-15-2010, 04:20 PM
You've posted in the vB3 area but I just want to make sure... you're using vB3 and not vB4?

Our Sponsors
 

VinylJunky
10-16-2010, 12:48 PM
You've posted in the vB3 area but I just want to make sure... you're using vB3 and not vB4?

Im running vBulletin 3.8.x and v3 Arcade 2.0.2 ;)

Thanks

VJ

VinylJunky
10-19-2010, 07:05 AM
Is it possible?

Thanks

VJ

VinylJunky
10-19-2010, 07:06 AM
Is it possible?

Thanks

VJ

VinylJunky
11-10-2010, 05:01 AM
Has anybody else worked out how to do this?

Thanks

VJ

KW802
11-10-2010, 07:14 PM
Sorry, I didn't catch the bumps.

For what you're trying to do, the easiest thing would be to likely modify your "v3arcade_main" template and look for...</if>

<if condition="$challengebits">... and in the space in the middle put your ad code that you want to display under the tournaments.</if>
{YOUR CODE}
<if condition="$challengebits">Then for the right column, find... </tbody>

</table>
</div>
<!-- / Side Bar End -->... and add your add code between the tbody & table tags like this.... </tbody>
<tbody><tr><td class="alt1" style="padding: 0px">{YOUR CODE}</td></tr></tbody>
</table>
</div>
<!-- / Side Bar End -->

That should do what you're looking for. :)

VinylJunky
11-12-2010, 08:35 AM
Works perfectly

Many Thanks

VJ