Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Change the link to forum. (http://www.bvlist.com/showthread.php?t=7519)

romano1 22nd January 2012 14:31

Change the link to forum.
 
Hi Joe, how can i change the link to a forum in another domain?

http://img217.imageshack.us/img217/9231/sshot12ko.png

http://img407.imageshack.us/img407/9561/sshot13.png

thank you for your great work.

joeroberts 22nd January 2012 18:05

this is done in each theme main.php

romano1 22nd January 2012 22:11

Iam sorry joe, tried everething, but couldnt change the link to go to the other link. it always go to the phpbb.php.:shock:

joeroberts 22nd January 2012 22:51

in theme at or about line 405 find
PHP Code:

          echo "<tr><td class=\"row1\" width=\"100%\"><a href=\"phpBB.php\">Forum</a></td></tr>\n"

and change to new link
also you may want to add
PHP Code:

echo "<meta name=\"generator\" content=\"PMBT ".$version."\" />\n";
echo 
"<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n";
echo 
"<meta http-equiv=\"Expires\" content=\"-1\" />\n";
echo 
"<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n"

just after
PHP Code:

echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
echo 
"<html>\n";
echo 
"<head>\n"

this well help with browser cache problems.

romano1 22nd January 2012 23:06

Thank you friend, it works, you rock.


All times are GMT +2. The time now is 00:56.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.