foto-album: gebruikersprofiel-geen album

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
desmarties
Berichten: 187
Lid geworden op: 25 aug 2005, 20:01
Locatie: Den Haag
Contacteer:

foto-album: gebruikersprofiel-geen album

Bericht door desmarties » 01 okt 2005, 22:42

Support template:
  • Wat is het probleem?bij de gebruikersprofielen komt geen foto-album te staan.
    Wanneer ontstond het probleem?na uploaden van de aangepaste includes/usercp_viewprofile.php
    Adres van je forum: http://www.smartlappenforum.nl/ac/index.php
    Geïnstalleerde mods:Photo Album v2 Smartor
    Huidige template:Jasidotcom
    phpBB versie: 2.0.17
    Host:prepaid.nl
    Heb je onlangs een mod of stijl geïnstalleerd?photo album
    Heb je gezocht naar een antwoord?
ja
Overige opmerkingen: Het album werkt verder prima! Alleen nu nog tonen in gebruikersprofiel.

Code: Selecteer alles

	'L_MESSENGER' => $lang['MSNM'],
	'L_WEBSITE' => $lang['Website'],
	'L_LOCATION' => $lang['Location'],
	'L_OCCUPATION' => $lang['Occupation'],
	'L_INTERESTS' => $lang['Interests'],

	'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author),


	'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
);
	// Photo Album Addon v2.x.x by Smartor
	'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
	'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),

$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

?>
Stukje van de veranderde code van includes/usercp_viewprofile.php

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Re: foto-album: gebruikersprofiel-geen album

Bericht door Stef » 01 okt 2005, 23:46

Maak van dit stukje:

Code: Selecteer alles

	'L_MESSENGER' => $lang['MSNM'],
	'L_WEBSITE' => $lang['Website'],
	'L_LOCATION' => $lang['Location'],
	'L_OCCUPATION' => $lang['Occupation'],
	'L_INTERESTS' => $lang['Interests'],

	'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author),


	'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
);
	// Photo Album Addon v2.x.x by Smartor
	'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
	'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),

$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

?>
eens het volgende:

Code: Selecteer alles

	'L_MESSENGER' => $lang['MSNM'],
	'L_WEBSITE' => $lang['Website'],
	'L_LOCATION' => $lang['Location'],
	'L_OCCUPATION' => $lang['Occupation'],
	'L_INTERESTS' => $lang['Interests'],

	'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author),

// Photo Album Addon v2.x.x by Smartor
	'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
	'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),


	'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
);

$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

?>
Waarschijnlijk stond er BEFORE ADD inplaatsvan AFTER ADD.

Gebruikersavatar
desmarties
Berichten: 187
Lid geworden op: 25 aug 2005, 20:01
Locatie: Den Haag
Contacteer:

Bericht door desmarties » 02 okt 2005, 00:05

Stef....heel erg bedankt. Nu staat het er goed op.

Nog 1 vraagje om het af te leren. Mijn gebruikersprofielen staan in het nederlands ....alleen de link naar het album staat nu in het engels.

489
[15.41% van het totaal / 13.58 berichten per dag]
Zoek naar alle berichten van Annie
Personal Gallery of Annie


Kan dit ook nog in het nederlands?

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 02 okt 2005, 00:15

Waarschijnlijk heb je bij de mod ook nog een stukje in lang_main.php moeten zetten? Doe dit hetzelfde alleen dan in de 'dutch' map. En vertaal het stukje.

Gebruikersavatar
desmarties
Berichten: 187
Lid geworden op: 25 aug 2005, 20:01
Locatie: Den Haag
Contacteer:

Bericht door desmarties » 02 okt 2005, 00:32

Klopt Stef...ik heb in lang_main de aanpassing gedaan en nu staat het helemaal netjes in het nederlands.
Dus de mod is af en gereed voor gebruik.

Nogmaals bedankt voor je vlotte en goede hulp!

Gesloten