Page 1 of 1

Update to 1.0.3 instructions - What?

Posted: 29. March 2009 21:04
by stoker
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Advanced Knowledge

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hello

I am missing the update to 1.0.3 instructions.
They are there, but it is the same as the install instructions?!?

Re: Update to 1.0.3 instructions - What?

Posted: 29. March 2009 21:10
by Wuerzi
Hello Stoker,

contrib/update_board3portal_102.xml :oops:

Update from.....

Re: Update to 1.0.3 instructions - What?

Posted: 29. March 2009 21:39
by stoker
Yes I know ;)
My question is why it also contains the ordinary install instructions?

An axample:
Open: viewonline.php
Find:

Code: Select all

case 'report':
			$location = $user->lang['REPORTING_POST'];
			$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
		break;
Add after:

Code: Select all

case 'portal':
			$user->add_lang('mods/lang_portal');
			$location = $user->lang['VIEWING_PORTAL'];
			$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
		break;
Why is this in the Installation Instructions for 'board3 Portal - Update from phpbb3portal 1.2.2' Version 1.0.3?
I did that edit when Iinstalled the portal.
I find it a bit confusing.

EDIT: I was looking in 122, sorry :oops: