Ads?

PbE

Addicted
Joined
Sep 1, 2009
Messages
766
Reaction score
0
FP$
6
What is the Code for the text ads, and such?
And where do I put them?
 
Ive got a subsilver2 based code on Promotion Source for the text ads, you can grab it from there and use it if you like. You can put them in the index_body.html file in the styles directory and you can put them wherever you want.
 
Ok, well. I see a Subsilver 2 Style that I want. But, with some Mods, you can't use SubSilver 2, correct?
 
Depends, majority of mods you can but there are a few mods which only support prosilver as it's more widely used.
 
Oh, okay. Thanks! :great:
May I have a link to the topic in your forum, to where the Code is?
 
Thanks to John for the find but i don't like my content being copied over.

PbE, find:

Code:
table width="100%" cellspacing="1" class="tablebg">

And replace with:

Code:
<table width="100%" cellspacing="1" class="tablebg">

That should work, you can thank John for that but i honestly don't want my content copied without my permission.
 
Okay. Thanks. :great:
(One more thing if you don't mind... Where do I place the Affiliates? 😛)
 
simple go to your templates edit your main theme go to overall_footers.html

And scroll to the very bottom after the last </html> put

Code:
<hr>
<marquee scrollamount="5" onmouseover="this.scrollAmount=1" onmouseout="this.scrollAmount=5">

</marquee>
<hr>

You can see a demo of it on my promotion forums: http://generalpalace.co.cc/

It works nicely. 🙂 Just put the affiliate button code inbetween it all. 😛
 
An affiliates section would be a totally different code you could use a basic script but that wouldn't have your style's look and feel unless you know how to code it in yourself. I could possibly make one up for you but it wouldn't be straight away. For the text ads script as i said im willing to give support over at PS where it's located 😉.
 
To feature your affiliate section on your style, follow these steps:

OPEN index_body.html
Find:
Code:
<!-- INCLUDE overall_footer.html -->
Before, add:
Code:
<div class="forabg">
	<div class="block-border block-block">
		<div class="block-content">			
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
					    <a href="#" onclick="ca_expand_forum(this, 27); return false;" class="forum-expand" id="forumblock27"></a>
						<dt><a href="http://yoursite.com/index">AFFILIATES</a></dt>
					</dl>
				</li>
			</ul>
			<ul class="topiclist forums">
				<li class="row">
					<dt>{Code for your Affiliate Links Goes Here}</dt>
				</li>
			</ul>
			<div class="block-footer"></div>
		</div>
	</div>
</div>
<br />
This will create another 'box' which will look exactly like your other forum category boxes. (This is just one of the services we offer on my phpBB Support Site).

-Rich
 
Nathan said:
Thanks to John for the find but i don't like my content being copied over.

PbE, find:

Code:
table width="100%" cellspacing="1" class="tablebg">

And replace with:

Code:
<table width="100%" cellspacing="1" class="tablebg">

That should work, you can thank John for that but i honestly don't want my content copied without my permission.

I didn't copy anything? I took it from your forum, but you were linking to it anyway so theres no harm, everyone can see it anyway. That is the exact same code you posted at your forums, all I did was add the < at the start which you missed out. Sorry if you didn't like me copying it over, you didn't mention that in your post.

Regards.
 
Back
Top Bottom