Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Trzeci3

Użytkownik
  • Postów

    41
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez Trzeci3

  1. No niestety nic nie mogę znaleźć w googlach.

    Gdy dodaje to.

    <script language="JavaScript" type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>

    To slider z fb działa, lecz nie działają różne funkcje np. opcja moderatorska w tematach, a gdy usunę powyższy kod to wtedy slider nie działa. A wszystko na forum funkcjonuje dobrze.

    Doradzi ktoś coś? :)

  2. Zmodyfikowałem trochę shout_row i udało mi się :)

    Proszę zastąpić cały kod shout_row tym:

    <if test="$ajax==false"><tr height='100%' class='row2' id='shout-{$d['_archive']}row-{$d['s_id']}'></if>
    <td align='center' height='100%' width='30' valign='middle'  style=' white-space: nowrap;'>
    <php>
    $this->DB->build( array( 'select' => 'avatar_location, avatar_type, pp_thumb_width, pp_thumb_height, pp_thumb_photo', 'from' => 'profile_portal', 'where' => 'pp_member_id='.$d[member_id].'' ) );
    $this->DB->execute();
    $memberthing = $this->DB->fetch();
    </php>
    <if test="$memberthing['pp_thumb_photo'] == '' && $memberthing['avatar_location'] != '' ">
       	<if test="$memberthing['avatar_type'] != 'url'">
    <a href='{parse url="showuser={$d['member_id']}" seotitle="{$r['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['view_profile']}' class="ipsUserPhotoLink"><img class="ipsUserPhoto ipsUserPhoto_mini" src='{$this->settings['board_url']}<if test="$memberthing['avatar_type'] == 'upload'">/uploads/<else />/public/style_avatars/</if>{$memberthing['avatar_location'
    ]}' alt="{$r['starter_name']}{$this->lang->words[
    'users_photo']}" style='max-width:auto; max-height:30px;' class='photo' /></a>
       	<else />
    <a href='showuser={$d['member_id']}' seotitle="{$r['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['view_profile']}' class="ipsUserPhotoLink"><img class="ipsUserPhoto ipsUserPhoto_mini" src='{$memberthing['avatar_location']}' alt="{$r['starter_name']}{$this->lang->words[
    'users_photo']}" style='30px; max-height:30px;' class='photo' /></a>
       	</if>
       	<else />
       	<if test="$memberthing['pp_thumb_photo'] == ''">
     <a href='{parse url="showuser={$d['member_id']}" seotitle="{$r['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['view_profile']}' class="ipsUserPhotoLink"><img class="ipsUserPhoto ipsUserPhoto_mini" src='{$this->settings['img_url']}/profile/default_thumb.
    png' alt="{$r['starter_name']}{$this->lang->words[
    'users_photo']}" style='max-width:30px; max-height:30px;' class='photo' /></a>
       	<else />
    <a href='{parse url="showuser={$d['member_id']}" seotitle="{$r['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['view_profile']}' class="ipsUserPhotoLink"><img class="ipsUserPhoto ipsUserPhoto_mini" src='{$this->settings['board_url']}/uploads/{$memberthing[
    'pp_thumb_photo']}' alt="{$r['starter_name']}{$this->lang->words[
    'users_photo']}" style='max-width:auto; max-height:30px;' class='photo' /></a>
       	</if>
       	</if>
    </td>
    
    <td valign='top'  height='100%'><if test="$d['member_id'] && $this->registry->getClass('shoutboxLibrary')->moderator"><a href='#member{$d['member_id']}' onclick='return ipshoutbox.shoutAjax.modOptsLoadMember({$d['member_id']})' title='{$this->lang->words['mmenu_load_mod_opts']}'>{parse replacement="user_edit_icon"}</a></if><if test="$d['member_id']">{IPSMember::makeProfileLink($d['_members_display_name'], $d['member_id'], $d['members_seo_name'])}<else /><abbr title="{$d['members_display_name']}">{$d['_members_display_name']}</abbr></if>:
    <br>
    <if test="$d['_ignored'] == 1"><span id='unhide_shout_{$d['s_id']}' class='shoutbox_time'>{$this->lang->words['ignored_shouter']} <a href='#shout{$d['s_id']}' onclick='return ipshoutbox.showHiddenShout({$d['s_id']})' title='{$this->lang->words['ignored_shouter_view']}'>{$this->lang->words['ignored_shouter_view']}</a></span>
    <span id='hidden_shout_{$d['s_id']}' style='display:none'>{$d['s_message']}</span>
     <else />
      {$d['s_message']}
     </if>
    
    
    </td>
    <td align='right' height='100%' valign='top' style='width: 1%; white-space: nowrap;'>
    <span  shoutbox_time' title='{$d['_date']}'>({$d['s_date']})<if test="$can_edit || ($this->registry->getClass('shoutboxLibrary')->moderator && $this->registry->getClass('shoutboxLibrary')->checkModeratorPerm('edit_shouts', true))"> <a href='{parse url="app=shoutbox" seotitle="false" base="public"}#edit{$d['s_id']}' onclick='return ipshoutbox.shoutAjax.editShout({$d['s_id']})' title='{$this->lang->words['mod_opt_edit']}'>{parse replacement="edit_post_icon"}</a></if><if test="$this->registry->getClass('shoutboxLibrary')->moderator"> <a href='{parse url="app=shoutbox" seotitle="false" base="public"}#shout{$d['s_id']}' onclick='return ipshoutbox.shoutAjax.modOptsLoadShout({$d['s_id']})' title='{$this->lang->words['mmenu_load_mod_opts']}'>{parse replacement="edit_folder"}</a></if></span>
    </td>
    <if test="$ajax==false"></tr></if>
    

    fajnie że skopiowałeś kod z cmsside z bitu shout_row i wkleiłeś go tutaj. I na dodatek podpisałeś się pod niego (że to ty go zmodyfikowałeś)

    haha <bardzo śmieszne>

    • Lubię to 1
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.