Archiwum działu Ogólne (posty do 12.2007) - [Problem] Nazwa usera jako link do profilu
nowy2010 - 02-12-2007, 20:57 Temat postu: [Problem] Nazwa usera jako link do profilu W widoku tematow po klikniecu na nazwe usera pojawia sie ona w szybkiej odp. jak zrobic zeby po kliknieciu przenosilo do profilu
Gilu - 03-12-2007, 07:54
Knofel napisał/a: | W viewtopic.php znajdź:
Kod: | $poster = ($show_quickreply) ? '<a href="javascript:em(\'[b]' . str_replace("'", "\'", $poster_username) . '[/b], \')" class="gensmall" ' . $username_color . '>' . $poster_color_username . '</a>' : '<a href="' . $temp_url . '" title="' . $lang['Read_profile'] . '" class="gensmall"' . $username_color . '>' . $poster_color_username . '</a>'; |
Zmień na:
Kod: | $poster = '<a href="' . $temp_url . '" title="' . $lang['Read_profile'] . '" class="gensmall"' . $username_color . '>' . $poster_color_username . '</a>'; |
albo:
Kod: | $poster = '<a href="'. append_sid('profile.php?mode=viewprofile&u='.$poster_id) . '" class="gensmall"' . $username_color . '>' . $poster_color_username . '</a>'; |
|
Było już z miliard razy, że byłem na Unmods to masz tą wersje.
|
|
|