how do i add a link back to my site from phpbb forum and how do i change the theme etc or is there a place to down load new themes?
how to link back to site?
Collapse
X
-
how to link back to site?
The get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Tags: None
-
-
Re: how to link back to site?
Here's how to add your link. For styles, use phpbb.com or phpbbstyles.com.
#
#-----[ OPEN ]------------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------------
#
$template->assign_vars(array(
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
if ( !isset($nav_separator) )
{
$nav_separator = ' -> '; // alternate cuter choice : »
}
#
#-----[ FIND ]------------------------------------------------
#
'L_INDEX' => sprintf($lang['Forum_Index'], $board_config['sitename']),
#
#-----[ REPLACE WITH ]----------------------------------------
#
'L_LOGO' => sprintf($lang['Forum_Index'], $board_config['sitename']),
'L_INDEX' => trim(sprintf($lang['Forum_Index'], '')),
#
#-----[ FIND ]------------------------------------------------
#
'U_INDEX' => append_sid('index.'.$phpEx),
#
#-----[ REPLACE WITH ]----------------------------------------
#
'U_LOGO' => append_sid('index.'.$phpEx),
'U_INDEX' => './../" class="nav">' . $board_config['sitename'] . '</a>' . $nav_separator . '<a href="' . append_sid('index.'.$phpEx),
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full line is longer
#
{U_INDEX}
#
#-----[ IN-LINE FIND ]----------------------------------------
#
{U_INDEX}
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
{U_LOGO}
#
#-----[ IN-LINE FIND ]----------------------------------------
#
L_INDEX
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
L_LOGO
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
-
-
Re: how to link back to site?
hi race sorry mate you will have to prtend im 6 years old because i realy havnt a clue , where do i make those changes ive been and had a look but cant find anyhting looks like that ? sorry to be so stupidThe get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Comment
-
-
Re: how to link back to site?
Originally posted by allstarfaceshi race sorry mate you will have to prtend im 6 years old because i realy havnt a clue , where do i make those changes ive been and had a look but cant find anyhting looks like that ? sorry to be so stupid
Once that's finished, follow the instructions I've just posted. For each file to be edited, right click on it and open with Notepad (hint: if the instructions say to find, for instance, LINE A, click edit in Notepad, go to Find and type or copy into the box what you're looking for and it will take you to that line).
Once you mess with it a little, you'll find it's kind of fun. If you don't think it's fun at all, use the personal email address (gmail) you have for me and I'll do it for you.
Comment
-
-
Re: how to link back to site?
i tell you what i dont care what they say about you i think you are a good chap and a star, cheers mate lolThe get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Comment
-
-
Re: how to link back to site?
Originally posted by allstarfacesi tell you what i dont care what they say about you i think you are a good chap and a star, cheers mate lol
Comment
-
-
Re: how to link back to site?
only joking race they only say good things you know that lol mr star from now onThe get vasili to join our forum campaign has begun
www.thatgoodsite.com and our forum of fun also starring my hero vasili
Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free
Comment
-
Comment