I use the prosilver_se/template/ the mod i use tells me to edit viewtopic_body.html file. But there is no viewtopic_body.html in the prosilver_se/template/ directory. That file is in the prosilver template directory. How do i get a mod to work with the prosilver_se/template/ ???
Must be somewhere else to change? I put this in my phpBB3/functions.php and uplaod it back. But still getting to the forum index page. I have mypage.php in the phpBB3 directory. But must i canges somthing else to? if ($result['status'] == LOGIN_SUCCESS) { $redirect = request_var('redirect', "{$...
You sure that this is the correct redirect? Is not in the UCP.php or in the forum style header? if ($result['status'] == LOGIN_SUCCESS) { // $redirect = request_var('redirect', "{$phpbb_root_path}index.$phpEx"); // $message = ($l_success) ? $l_success : $user->lang['LOGIN_REDIRECT']; I can...
hmm i tried to make changes now. Edited includes/functions.php in textedior and uploaded it back. But noting happens(still getting to board index) do i need to refresh somthing via admin panel? My own file is called redirect.php and is in my phpBB3 folder. if ($result['status'] == LOGIN_SUCCESS) { $...
I want to make my page look like my forum by adding the overall_heder try like this. Getting path error what is the correct path? include '/home/b2303/public_html/PHPBB3/styles/prosilver_se/template/overall_header.html'; define('IN_PHPBB', true); $phpbb_root_path = 'phpBB3/'; $phpEx = substr(strrchr...
<ul class="linklist navlinks"> <li><a href="www.test.com">Test</a> <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> Like that? But noting appear on page. Is it the phpBB3/styles/prosilver_se/template/over_all_header.htm file to ...
I want to add my own link to the left of Board index. How can i do that? I am looking at the overall_header.html of the prosilver_se witch my forum runs. Dont know where to put in the htm to fix my own link can you help?
So this code will move users to mypage.php in the phpbb root directory? (don,t want to mess it up) if ($result['status'] == LOGIN_SUCCESS) { $redirect = request_var('redirect', "{$phpbb_root_path}mypage.php"); $message = ($l_success) ? $l_success : $user->lang['LOGIN_REDIRECT'];
There are so many redirect in the file. Can you tell what line to change if i want to be moved to the file test.php that is in my public_html directory. Thanks...
Ok new question. After 'You have been successfully logged in.', messeage you get moved to the forum index page. How can i change that so you get moved to other page?
Ok new question how do i change the redirect to go to example www.mypage.com? There is also a timer that move you to forum index after a few sek how do i remove that timer?