ich wollte hier anfragen, ob du ein kleines Tutorial dazu reinstellst, wie man eine Neue Seite in das easyUCP einfügt. Ich würde gerne so ein kleines Album und nen Gästebuch noch hinzufügen.
Wenn du zeit dafür hast, könntest dich ja da ranmachen

AmigaLink hat geschrieben:Das ist momentan gaaaaanz schlecht.![]()
Aber werf einfach mal einen Blick auf http://www.amigalink.de/viewtopic.php?t=480 damit wird eine zweite Seite erstellt und ist somit eine prima Vorlage.
// <!-- BEGIN easyUCP -->
// 'body' => 'profile_view_body.tpl')
if ( $page )
{
$second_profile_link .= '<a href="';
$second_profile_link .= append_sid("profile.$phpEx?mode=viewprofile&u=" . $profiledata['user_id']);
$second_profile_link .= '"> « ' . $lang['Previous'] . '</a>';
$template->set_filenames(array(
'body' => 'easyucp_second_body.tpl')
);
} else {
if ( $second_page_allowed )
{
$second_profile_link .= '<a href="';
$second_profile_link .= append_sid("profile.$phpEx?mode=viewprofile&u=" . $profiledata['user_id'] . "&page=2");
$second_profile_link .= '">' . $lang['Next'] . ' » </a>';
}
$template->set_filenames(array(
'body' => 'easyucp_body.tpl')
);
}
// <!-- END easyUCP -->
Mitglieder in diesem Forum: 0 Mitglieder und 17 Gäste