portal hulp plz!!!

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Gesloten
egyptik
Berichten: 18
Lid geworden op: 12 mar 2008, 07:47

portal hulp plz!!!

Bericht door egyptik » 12 mar 2008, 14:48


egyptik
Berichten: 18
Lid geworden op: 12 mar 2008, 07:47

Re: portal hulp plz!!!

Bericht door egyptik » 12 mar 2008, 16:39

of heb ik hem soms op de verkeerde plek geüpload??

Gebruikersavatar
Lucas
Berichten: 1630
Lid geworden op: 19 feb 2007, 10:52
Locatie: R´dam

Re: portal hulp plz!!!

Bericht door Lucas » 12 mar 2008, 16:51

De tweede link zijn de instructies. Je zal hem met een programma als PSPad Editor de .php bestanden aanpassen die in de instructies staan vermeld. Het is helaas geen kwestie van gewoon uploaden, maar van lezen :)

egyptik
Berichten: 18
Lid geworden op: 12 mar 2008, 07:47

Re: portal hulp plz!!!

Bericht door egyptik » 12 mar 2008, 16:59

ok, dus ik moet dit allemaal met de hand doen?:

Code: Selecteer alles

File Copy
Copy: root/.htaccess
To: .htaccess
Copy: root/includes/acp/acp_portal.php
To: includes/acp/acp_portal.php
Copy: root/includes/acp/info/acp_portal.php
To: includes/acp/info/acp_portal.php
Copy: root/install_portal.php
To: install_portal.php
Copy: root/language/en/acp/portal.php
To: language/en/acp/portal.php
Copy: root/language/en/portal.php
To: language/en/portal.php
Copy: root/portal/block/announcements.php
To: portal/block/announcements.php
Copy: root/portal/block/attachments.php
To: portal/block/attachments.php
Copy: root/portal/block/birthday_list.php
To: portal/block/birthday_list.php
Copy: root/portal/block/change_style.php
To: portal/block/change_style.php
Copy: root/portal/block/donate.php
To: portal/block/donate.php
Copy: root/portal/block/friends.php
To: portal/block/friends.php
Copy: root/portal/block/index.html
To: portal/block/index.html
Copy: root/portal/block/latest_bots.php
To: portal/block/latest_bots.php
Copy: root/portal/block/latest_members.php
To: portal/block/latest_members.php
Copy: root/portal/block/leaders.php
To: portal/block/leaders.php
Copy: root/portal/block/links.php
To: portal/block/links.php
Copy: root/portal/block/link_us.php
To: portal/block/link_us.php
Copy: root/portal/block/login_box.php
To: portal/block/login_box.php
Copy: root/portal/block/main_menu.php
To: portal/block/main_menu.php
Copy: root/portal/block/mini_cal.php
To: portal/block/mini_cal.php
Copy: root/portal/block/news.php
To: portal/block/news.php
Copy: root/portal/block/poll.php
To: portal/block/poll.php
Copy: root/portal/block/random_member.php
To: portal/block/random_member.php
Copy: root/portal/block/recent.php
To: portal/block/recent.php
Copy: root/portal/block/search.php
To: portal/block/search.php
Copy: root/portal/block/statistics.php
To: portal/block/statistics.php
Copy: root/portal/block/top_posters.php
To: portal/block/top_posters.php
Copy: root/portal/block/user_menu.php
To: portal/block/user_menu.php
Copy: root/portal/block/whois_online.php
To: portal/block/whois_online.php
Copy: root/portal/block/wordgraph.php
To: portal/block/wordgraph.php
Copy: root/portal/images/bullet.gif
To: portal/images/bullet.gif
Copy: root/portal/images/clock.swf
To: portal/images/clock.swf
Copy: root/portal/images/dot.gif
To: portal/images/dot.gif
Copy: root/portal/images/icon_topic_attach.gif
To: portal/images/icon_topic_attach.gif
Copy: root/portal/images/index.html
To: portal/images/index.html
Copy: root/portal/images/link.png
To: portal/images/link.png
Copy: root/portal/images/member.gif
To: portal/images/member.gif
Copy: root/portal/images/mini_cal_icon_left_arrow.png
To: portal/images/mini_cal_icon_left_arrow.png
Copy: root/portal/images/mini_cal_icon_right_arrow.png
To: portal/images/mini_cal_icon_right_arrow.png
Copy: root/portal/images/paypal.gif
To: portal/images/paypal.gif
Copy: root/portal/includes/functions.php
To: portal/includes/functions.php
Copy: root/portal/includes/index.html
To: portal/includes/index.html
Copy: root/portal/includes/mini_cal/calendarSuite.php
To: portal/includes/mini_cal/calendarSuite.php
Copy: root/portal/includes/mini_cal/index.html
To: portal/includes/mini_cal/index.html
Copy: root/portal/includes/mini_cal/mini_cal_common.php
To: portal/includes/mini_cal/mini_cal_common.php
Copy: root/portal/includes/mini_cal/mini_cal_config.php
To: portal/includes/mini_cal/mini_cal_config.php
Copy: root/portal/includes/mini_cal/mini_cal_topic.php
To: portal/includes/mini_cal/mini_cal_topic.php
Copy: root/portal/index.html
To: portal/index.html
Copy: root/portal.php
To: portal.php
Edits
s↑↓

Use your keyboard to navigate the code boxes. You may also hit 's' on your keyboard to go to the first code box.

Open: includes/functions.php
Find
Tip: This may be a partial find and not the whole line.
CODE: SELECT ALL
	define('HEADER_INC', true);
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE: SELECT ALL
	//-- [+] MOD: phpBB3 Portal ---------------------------------------------
	//-- add
	//
	$user->add_lang('portal');
	//
	//-- [-] MOD: phpBB3 Portal ---------------------------------------------
Find
Tip: This may be a partial find and not the whole line.
CODE: SELECT ALL
		'S_USER_LOGGED_IN'		=> ($user->data['user_id'] != ANONYMOUS) ? true : false,
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
CODE: SELECT ALL
		//-- [+] MOD: phpBB3 Portal ---------------------------------------------
		//-- add
		//
		'U_PORTAL' 				=> append_sid("{$phpbb_root_path}portal.$phpEx"),
		'S_PORTAL_COPY' 		=> $user->lang['PORTAL_COPY'],
		//
		//-- [-] MOD: phpBB3 Portal ---------------------------------------------
Open: adm/index.php
Find
Tip: This may be a partial find and not the whole line.
CODE: SELECT ALL
$user->setup('acp/common');
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
CODE: SELECT ALL
$user->add_lang('acp/portal');
DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
CODE: SELECT ALL
Run install_portal.php.
Look at language and templates folders for more required editing.
After installation, enter your ACP (Admin Control Panel) and click the "Purge the cache" button.
Laatst gewijzigd door egyptik op 12 mar 2008, 17:35, 4 keer totaal gewijzigd.

Gebruikersavatar
Lucas
Berichten: 1630
Lid geworden op: 19 feb 2007, 10:52
Locatie: R´dam

Re: portal hulp plz!!!

Bericht door Lucas » 12 mar 2008, 17:02

Ja ^^

Er moeten bestanden ge-upload worden op de juiste plek en een paar bestanden aangepast worden.

egyptik
Berichten: 18
Lid geworden op: 12 mar 2008, 07:47

Re: portal hulp plz!!!

Bericht door egyptik » 12 mar 2008, 17:33

ok, en met .htacces bedoelen ze die van m'n domein? --> http://www.egyptik.nl/httpdocs dus?

Gebruikersavatar
Lucas
Berichten: 1630
Lid geworden op: 19 feb 2007, 10:52
Locatie: R´dam

Re: portal hulp plz!!!

Bericht door Lucas » 12 mar 2008, 17:36

Ja :)

egyptik
Berichten: 18
Lid geworden op: 12 mar 2008, 07:47

Re: portal hulp plz!!!

Bericht door egyptik » 12 mar 2008, 18:16

ok, ty voor je hulp!

Gesloten