Simple PHPBB3 Question

kanno

Member
Messages
61
Reaction score
1
Points
8
How can I put a link into the top of the board index page? (under the banner but above all the threads)

What file do I have to edit?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Follow these steps:

1) Go to your admin panel yoursite.com/adm and Login there.
2) Click on styles TAB.
3) Now click on Templates on side bar under "Style components"
4) Click on Edit on the template which you are using.
5) From Drop Down menu select "overall_header.html"
6) Find this
PHP:
<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
7) Below This add what you want.
8) save the template and close..

Note: The above method is best for "prosilver" Template Which is default in phpbb
 

kanno

Member
Messages
61
Reaction score
1
Points
8
Thanks but I have put in a link underneath where you said and nothing is showing up. :dunno:
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
It was probably some caching issue.
 
Top