1.12.8 - Avatar autora ostatniego postu na stronie g?ównej
Rocky13 - 01-07-2012, 16:25
Witam sory że odkopuje ale mam taki problem.
Mój functions_hierarchy Kod: | // last avatar
if ( $data['tree.topic_last_post_id'] )
{
$sql = "SELECT user_id , user_avatar, user_avatar_type, user_allowavatar
FROM " . USERS_TABLE . "
WHERE user_id = '".$data['tree.post_user_id']."'";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'last avatar', '', __LINE__, __FILE__, $sql);
}
$avek = $db->sql_fetchrow($result);
$last_post_author_avatar = '';
if ( $avek['user_avatar_type'] && $avek['user_allowavatar'] )
{
switch( $avek['user_avatar_type'] )
{
case USER_AVATAR_UPLOAD:
$last_post_author_avatar .= ( $board_config['allow_avatar_upload'] ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $avek['user_id']) . '"' . ' class="genmed"><img src="' . $board_config['avatar_path'] . '/' . $avek['user_avatar'] . '" width="40" height="40" alt="" border="0" /></a>' : '';
break;
case USER_AVATAR_REMOTE:
$last_post_author_avatar .= ( $board_config['allow_avatar_remote'] ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $avek['user_id']) . '"' . ' class="genmed"><img src="' . $avek['user_avatar'] . '" width="40" height="40" alt="" border="0" /></a>' : '';
break;
case USER_AVATAR_GALLERY:
$last_post_author_avatar .= ( $board_config['allow_avatar_local'] ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $avek['user_id']) . '"' . ' class="genmed"><img src="' . $board_config['avatar_gallery_path'] . '/' . $avek['user_avatar'] . '" width="40" height="40" alt="" border="0" /></a>' : '';
break;
}
}
else
{
if ($avek['user_id'] == '-1')
{
$last_post_author_avatar .= '<img src="http://cs-utoma.xaa.pl/pafiledb/uploads/awatr.jpg" width="40" height="40" border="0" />';
}
else
{
$last_post_author_avatar .= '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $avek['user_id']) . '"' . ' class="genmed"><img src="http://www.link_do_domyslnego_avatara.pl/avatar.gif" width="40" height="40" border="0" /></a>';
}
}
}
// last post
$last_post = '--';
if ( $data['tree.topic_last_post_id'] )
|
Tommekk80 - 01-07-2012, 17:01
Rocky13 napisał/a: | ' class="genmed"><img src="http://www.link_do_domyslnego_avatara.pl/avatar.gif" width="40" height="40" border="0" /></a>'; |
Pogrubiłem to co jeszcze musisz uzupełnić.
adii - 14-07-2012, 18:45
Ema jakby ktoś mógł mi pomóc z tym :
Cytat: | #
#-----[ OPEN ] [ OTWÓRZ ]------------------------------------------------
#
templates/NazwaStylu/index_box.tpl
#
#-----[ FIND ] [ ZNAJDŹ ]------------------------------------------------
#
<th width="150" nowrap="nowrap"> {L_LASTPOST} </th>
#
#-----[ REPLACE WITH ] [ ZAMIEŃ NA ]------------------------------------------
#
<th width="200" nowrap="nowrap"> {L_LASTPOST} </th>
#
# KODY SIĘ RÓŻNIĄ, CHODZI GENERALNIE O TO, BY KOMÓRKĘ Z OSTATNIM POSTEM POSZERZYĆ O 50 PIKSELI
#
#
#-----[ FIND ] [ ZNAJDŹ ]------------------------------------------------
#
{catrow.forumrow.LAST_POST}
#
#-----[ BEFORE, IN-LINE ADD ] [ PRZED, W LINII DODAJ ]------------------------------------------
#
<div class="avatar" style="float:left; margin-left:10px;">{catrow.forumrow.LAST_POST_AUTHOR_AVATAR}</div>
#
#-----[ SAVE/CLOSE ] [ ZAPISZ/ZAMKNIJ ]-------------------------------
#
|
Nie mam <th width="150" nowrap="nowrap"> {L_LASTPOST} </th> w index_box.tpl ! help
d!r3k - 15-07-2012, 02:39
adii, załącz plik index_box.tpl to Ci go przerobię.
kojot06 - 22-07-2012, 15:43
Mam dziwny problem. Nie wczytuje mi domyślnego avatara.
[ Dodano: 22-07-2012, 16:41 ]
moj plik function_hierarchy.php
[ Dodano: 22-07-2012, 16:46 ]
Kod: | Pliki umieszczamy w załącznikach.
NineX |
[ Dodano: 22-07-2012, 16:59 ]
Naprawione
Mój błąd. Nie zauważyłem że tam są dwa te linki (ja tylko zmieniłem jeden na swój):
Kod: | <img src="http://www.link_do_domyµlnego_avatara.pl/avatar.gif" |
Teraz zmieniłem ten drugi i działa
Bardacha - 22-07-2012, 19:44
Ja mam taki problem. Otóż po zrobieniu tych wszystkich rzeczy wyskakuje mi taki błąd na stronie głownej:
"Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/csthc/public_html/includes/functions_hierarchy.php on line 122"
Nie trudno się domyslec, że coś jest nie tak z functions_hierarchy.php tylko co?
Robiłem wszystko co było napisane w instrukcji, ale nie działa
Tommekk80 - 23-07-2012, 05:38
Bardacha napisał/a: | Nie trudno się domyslec, że coś jest nie tak z functions_hierarchy.php tylko co? |
Ja ci nie powiem, chyba że załączysz ten plik.
Bardacha - 23-07-2012, 16:32
Tamto już ogarnąłem i to był mój błąd, przepraszam. Teraz mam taki:
Zupełnie nie wiem o co chodzi. Prosze o pomoc.
[ Dodano: 23-07-2012, 19:04 ]
Zrobiłem
[ Dodano: 23-07-2012, 19:07 ]
Zrobiłem
adamus_81 - 27-07-2012, 20:21
Witam po przerobieniu plików mam taki błąd
Kod: | Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/csfragma/public_html/includes/functions_hierarchy.php on line 484 |
Pomoże ktoś?/ Oto moje przerobione pliki.
Za pomoc +
[ Dodano: 27-07-2012, 21:55 ]
Pliki czyste dla nowszej poprawki
sczur - 10-09-2012, 18:36
Jak to można zainstalowac
avaster12 - 26-10-2012, 13:19
jak zrobić avatar przed napisem
ss i pliki
[mArCin] - 31-10-2012, 22:27
Proszę o pomoc. Prosze niech mi ktoś przerobi mój index_box tak by avatary wyświetlane były w tym polu zaznaczonym na czerwono
avaster12 - 03-11-2012, 17:33
jak zrobić jak kolega up opisał
xlesiu - 03-11-2012, 18:03
Spróbuj http://www.przemo.org/php...p=709705#709705
avaster12 - 04-11-2012, 16:29
nie mam takiej linijki ??
[ Dodano: 04-11-2012, 16:29 ]
<th width="150" nowrap="nowrap"> {L_LASTPOST} </th>
|
|
|