They said: 'I tried in this file, but it doesn't change? How can i fix it?'
Step 1:
Open root/styles/*templatename*/template/portal/block/links.html.
Step 2:
You will see:
- Code: Select all
<ul class="ul-link">
<li><a href="http://www.phpbb3portal.com" title="phpBB3 Portal" onclick="this.target='_blank'">phpBB3 Portal</a></li>
<li><a href="http://www.phpbbturkiye.net" title="phpBB Türkiye" onclick="this.target='_blank'">phpBB</a> Türkiye</li>
<li><a href="http://www.phpbb3seo.com" title="phpBB3 seo" onclick="this.target='_blank'">phpBB3 seo</a></li>
<li><a href="http://www.canversoft.net" title="phpbb forum kurulum, güncelleme, seo, güvenlik, destek ve web hizmetleri" onclick="this.target='_blank'">Canver Software</a></li>
<li><a href="http://www.virtualtuning.org" title="Virtual Tuning" onclick="this.target='_blank'">Virtual Tuning</a></li>
<li><a href="http://www.sanalmodifiye.com" title="Virtual Tuning" onclick="this.target='_blank'">Sanal Modifiye</a></li>
</ul>
This is where to change the links & the text.
Now, How to change the links?
- You can change the LINK by changing the link in '<a href="http://phpbbportal.com">'
- You can change the text by changing the text in front of '</a>' (ex. 'phpBB3 Portal')
- You can change the title (pop-up) by changing the text after 'title=' (ec. 'phpBB3 Portal')
- You can also easily remove a line if you don't need another link, or if you need more links you can add a new line.
NOTE: We can't stop you from removing the links, but please, let the link to http://phpbbportal.com be in the list