The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

I need help.

ardit217

New Member
affiliate
I have lot's of questions for my forum but ill start with 4.

Forum info:
http://gtagamers.net
It's run's on phpbb3.
I have very limited knowledge of editing things on it.

Question 1:
I don't know how to add an banner ad's to it.
:sorry:I can't figure it out, i want to add my banner thing for google to the bottom.
Help?

Question 2:
How do i link my logo to the board index?
I think that the board index link alone is too small.
Help?

Question 3:
How do i add avatars to my avatars gallery?
I added the pictures to gallery folder but none of them come up.
I read somewhere that i need to make the folder public?
They diden't explain though.
Help?

Question 4:
How can i use html in my posts?
Is it possible with phpbb3?
 
Hi, I try to answer for as many questions as I know.

Q1. I suppose you need to open the footer.php or header.tpl file to add the adsense code to the suitable spot.

Q2. The logo image seems to be controlled by the css file

Code:
#logodesc {
	background: url("images/header.jpg");
	height: 191px;
}

If I were you I wouldn't touch the css, but copy a square part of the header.jpg which contains the GTA text and would put it into the header template file like this
Code:
<div id="wrapheader">

	<div id="logodesc"><a href="http://gtagamers.net/"><img src="sliced-logo.jpg" style="float:left"></a>
		<div class="member"
It will create a link to your hompage as well.

Q3. Have a look into the admin control panel

Q4. I'm sure that you will find this setting at the admin panel.
Good luck!
 
Q1. I suppose you need to open the footer.php or header.tpl file to add the adsense code to the suitable spot.
tried it, about 12 different ways :death:

Q2. The logo image seems to be controlled by the css file

Ill try it, not the css but the other thing

Q3. Have a look into the admin control panel
:sorry:it's not their, thanks
Q4. I'm sure that you will find this setting at the admin panel.
Good luck!
Im gonna check again

thanks!!
 
banners
Back