Results 1 to 8 of 8
-
8th Nov 2010, 03:16 PM #1OPMember
Plz Help [PhpBB3 Board]
Hello All,
I am the owner of http://www.wareznxt.info
I wish to add a header ads-spot in my forum.
Screens Add For further assistance
Please Assist me$@ND!P? Reviewed by $@ND!P? on . Plz Help [PhpBB3 Board] Hello All, I am the owner of http://www.wareznxt.info I wish to add a header ads-spot in my forum. Screens Add For further assistance http://lulzimg.com/i8/bf952cdf.png Rating: 5
-
8th Nov 2010, 03:19 PM #2Member
In your template folder open overallheader and simply place it there mate !!
-
8th Nov 2010, 03:29 PM #3Member
go to template folder & edit header
-
8th Nov 2010, 05:30 PM #4MemberWebsite's:
MSAHost.net MegaDizajn.info URLFor.usUse:Advertisement Management
Code:http://www.phpbb.com/customise/db/mod/advertisement_management/
Allows you to:
- Create new advertisement positions for on the forum (and even off the forum).
- Full HTML for advertisements (Google Adsense will work).
- Count the number of times an advertisement is viewed and how many times it is clicked.
- Set limits to the number of views, clicks, or time before the advertisement will be disabled automatically
- Set a priority to let you decide how often an advertisement should be displayed compared to others in the same position.
- Disable specific groups from seeing advertisements
- Select specific forums to display advertisements in
"Better to remain silent and be thought a fool than to speak out and remove all doubt" - A. Lincoln
-
8th Nov 2010, 06:01 PM #5MemberWebsite's:
MP3SearchEngines.net LatestMovieTrailers.org Talking.soCome on yahoo, I will tell you.
-
21st Nov 2010, 07:17 PM #6OPMember
nYXem
the code u gave me it didn't worked ...plz anyone can help me out
-
21st Nov 2010, 07:30 PM #7MemberWebsite's:
wuploadlinks.net fileserve-movies.net fsdown.org
-
21st Nov 2010, 07:54 PM #8MemberWebsite's:
dhi-forumerz.com watchanimes.org c0ver.meSeen people requesting this thing often.. i created that table on dhi-forumerz and then on uploaderw...
So here is how its done...
Paste this into notepad++ and save as a .html and upload into styles/yourstyle/templates/ (eg: link_block.html)
PHP Code:<center><div style="align:center";>
<div id="link_block" >
<ul>
<li><a href="http://www./" onclick="window.open(this.href);return false;" title=""><strong><font color="#FF0099"><blink></blink></strong></font></a></li>
<li><a href="http://www." onclick="window.open(this.href);return false;" title=""><strong></strong></a></li>
<li><a href="http://www." onclick="window.open(this.href);return false;" title=""><strong><font color="#0000BF"></strong></font></a></li>
<li><a href="http://" onclick="window.open(this.href);return false;" title=""><strong></strong></a></li>
<li><a href="http://www." onclick="window.open(this.href);return false;" title=""><strong></strong></a></li>
</ul>
</div><div></center>
Paste this into notepad++ and save it as a .css file and upload into styles/yourstyle/theme/.. (Eg: link_block.css)
PHP Code:#link_block {
margin : 0 auto;
display : block;
width : 100%;
text-align : center;
font-size : small;
padding : 0;
background-color : #99ccff;
}
#link_block ul {
list-style : none;
display : block;
width : 100%;
margin : 0;
padding : 0;
}
#link_block li {
margin : 0;
padding : 0;
display : block;
border-right : 1px solid #fff;
border-left : 1px solid #fff;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
width : 19.6%;
float : left;
}
#link_block a {
margin : 0;
padding : 4px 0 4px 0;
display : block;
width : 100%;
}
#link_block a:link {
color : #fff;
text-decoration : none;
background-color : #99ccff;
}
#link_block a:visited {
color : #fff;
text-decoration : none;
background-color : #99ccff;
}
#link_block a:hover {
color : #000;
text-decoration : none;
background-color : #fff;
padding : 3px 0 3px 0;
border : 1px solid #99ccff;
}
Now Open styles/yourstyles/theme/stylesheet.css
Find
PHP Code:Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
PHP Code:@import url("link_block.css");
Now Open Styles/yourstyles/templates/overall_header.html
Include the following code anywhere you want in side it...
PHP Code:<!-- INCLUDE link_block.html -->
You can edit the colors of it in link_block.css
Enjoy it guys
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
need phpbb3 pro
By superstar in forum phpBBReplies: 3Last Post: 23rd Jan 2011, 01:44 PM -
Error message with phpbb3 board
By sefstar2uk in forum phpBBReplies: 5Last Post: 15th Sep 2010, 05:00 PM -
phpbb3 SEO
By nYXem in forum Webmaster DiscussionReplies: 3Last Post: 30th Jun 2010, 10:44 PM -
PHPBB3 help!!
By nYXem in forum phpBBReplies: 3Last Post: 2nd Jun 2010, 02:29 PM -
I've given up using PHPBB3
By apirateslife in forum phpBBReplies: 7Last Post: 26th Aug 2008, 01:14 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...