
Here's my board link if you need it: http://www.sonyreaderboards.com
Thanks
Moderator: el_teniente
by victory1 on Sat Nov 20, 2010 9:52 pm
by el_teniente on Sun Nov 21, 2010 1:57 am
by victory1 on Sun Nov 21, 2010 2:49 am
el_teniente wrote:it's possible to make the link anywhere![]()
this link: http://www.sonyreaderboards.com/forums/ ... sudoku.php
by victory1 on Wed Nov 24, 2010 11:10 pm
by el_teniente on Wed Nov 24, 2010 11:45 pm
<li><a href="../portal.php">Portal</a></li>
<li><a href="./../../portal.php">Portal</a></li>
by victory1 on Thu Nov 25, 2010 12:03 am
by victory1 on Thu Nov 25, 2010 12:13 am
<li><a href="{U_PORTAL}">{L_PORTAL}</a></li>
'U_PORTAL' => (isset($portal_config['portal_enable']) && $portal_config['portal_enable'] == true) ? append_sid("../portal.$phpEx") : '',
by el_teniente on Thu Nov 25, 2010 1:10 am
'U_PORTAL' => append_sid("./.{$phpbb_root_path}portal.$phpEx"),
by el_teniente on Thu Nov 25, 2010 1:12 am
'U_PORTAL' => (isset($portal_config['portal_enable']) && $portal_config['portal_enable'] == true) ? append_sid("./.{$phpbb_root_path}portal.$phpEx") : '',
by victory1 on Thu Nov 25, 2010 1:28 am
'U_PORTAL' => append_sid("./../../portal.$phpEx")
Open /forums/includes/functions.php
Find
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
eplace with
Code: Select all
'U_PORTAL' => append_sid("../portal.$phpEx"),
by el_teniente on Thu Nov 25, 2010 1:31 am
by victory1 on Sat Nov 27, 2010 4:43 pm
el_teniente wrote:but it's better to use the last way---it's more php-competent
by el_teniente on Sat Nov 27, 2010 6:11 pm
by victory1 on Sat Nov 27, 2010 6:38 pm
el_teniente wrote:you have to edit styles/your_style/template/sudoku/sudoku_body.html
by victory1 on Mon Nov 29, 2010 4:51 pm
'U_PORTAL' => append_sid("./../../portal.$phpEx")
'U_PORTAL' => append_sid("./.{$phpbb_root_path}portal.$phpEx")
Users browsing this forum: No registered users and 1 guest