Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://forum.conditor.be
What have you done before the problem was there?
nothing
What have you already tryed to solve the problem?
Tried several codes and looked all over this forum
Description and Message
Hello
I want the html code in the link us box changed.
I tried several things in the .php file called "link_us.php" but it didn't work.
The main thing i want is to have my button included in the link
How do i change it??
Thanks in advance
Link Us
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Former Team Member
- Posts: 246
- Joined: 15. January 2008 08:41
- phpBB.de User: PeterS
- phpBB.com User: PeterS
Re: Link Us
Hey Conditor,
this is a little bit tricky, i try to explain
open /portal/link_us.php
find:
in the Line find:
replace with:
width: 120px; height: 49px; of your button
MS Office 2007-Hilfe your alt Title
images/office_credit.gif path and Name of your Button
this Parts you have to change with yours
I hope it works for you.
Peter
this is a little bit tricky, i try to explain
open /portal/link_us.php
find:
Code: Select all
'U_LINK_US' => '<a href="' . $u_link . '" ' . (($config['site_desc']) ? 'title="' . $config['site_desc'] . '"' : '' ) . '>' . (($config['sitename']) ? $config['sitename'] : $u_link ) . '</a>',
Code: Select all
(($config['sitename']) ? $config['sitename'] : $u_link ) . '</a>',
Code: Select all
'<img style="width: 120px; height: 49px;" alt="MS Office 2007-Hilfe" src="' . $u_link . 'images/office_credit.gif" /></a>',
MS Office 2007-Hilfe your alt Title
images/office_credit.gif path and Name of your Button
this Parts you have to change with yours
I hope it works for you.
Peter
Re: Link Us
Super!!!
Thanks for the help, that's just what i needed
Thanks for the help, that's just what i needed