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

Memes2010

Użytkownik
  • Postów

    206
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez Memes2010

  1. Wiem, że było darmowe, byłem wtedy daaleko od internetu oraz komputera ... :<

     

    Gun Monkey było teraz darmowe na steam dzięki PC Game, jeszcze jest wersja BETA Defense Grid 2 :P Na steam :P

  2. {parse js_module="board"}
    {parse variable="sidebar_enabled" default="$show_side_blocks"}
    <if test="boardIndexTop:|:true"></if>
    <div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'> 

    Na samym początku  boardIndexTemplate

  3. Dlatego, że jestem adminem u Was na DD2#2 ^^ Spróbuję Wam jakoś pomóc, napisz mi na pw u Was na forum. Nick: MemesiO.

    Proponuję dodać nową class`e w style.ipb i div w userinfopane


    Proszę połączyć znowu.

    Jest taki problem, że źle się zrozumieliśmy.

    Chodzi aby ranga była jako tło.

    Może dałoby się przerobić

    <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if>
    to na tło ?

    Jurij: Połączone :)
  4. Hmmm, może obrazek ustaw luźno ?

    Zrobiłem coś podobnego w userInfoPane, ale bez rangi, samo się rozszerza, powiększa wraz z zmianą rozmiaru ekranu.

    Ps. w aplikacji BADGES, możesz zmienić Custom Styl,e, ty masz right: -3px; position: absolute; top: 30px; z-index: 99; z tego co wyczytałem, zamiast tego daj left: 10px; position: absolute; top: 10px; z-index: 99; spróbuj

    Prosiłbym moderatora o połączenie moich postów.

    Jurij: Połączone :)

  5. Tylko teraz pytanie mam kod:

    <div itemscope itemtype="http://schema.org/Person" class='user_details'>
    
    	<span class='hide' itemprop="name">{$author['members_display_name']}</span>
    	<ul class='basic_info'>
    		<if test="membertitle:|:$author['member_title']">
    			<p class='desc member_title'>{$author['member_title']}</p>
    		</if>
    		<if test="avatar:|:$author['member_id']">
    			<li class='avatar'>
    				<if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
    				<a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
    				</if>
    				<if test="hasVariable:|:$this->settings['member_topic_avatar_max']">
    					<img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
    				<else />
    					<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
    				</if>
    				<if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
    				</a>
    				</if>
    			</li>
    		<else />
    			<li class='avatar'>
    				<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
    			</li>
    		</if>
    		<li class='group_title'>
    			{$author['_group_formatted']}
    		</li>
    		<if test="rankimage:|:$author['member_rank_img']">
    			<li class='group_icon'>
    			<if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
    				<img src='{$author['member_rank_img']}' alt='' />
    			<else />
    				{$author['member_rank_img']}
    			</if>
    			</li>
    		</if>
    		<if test="postCount:|:$author['member_id']">
    		<li class='post_count desc lighter'>
    			{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
    		</li>
    		</if>
    		<if test="authorwarn:|:$author['show_warn']">
    			<li>
    				<if test="hasWarningId:|:$options['wl_id']">
    					<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
    				</if>
    				<a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
    			</li>
    		</if>
    	</ul>
    	
    	<if test="authorcfields:|:$author['custom_fields'] != """>
    		<ul class='custom_fields'>
    			<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
    				<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
    					<if test="$field != ''">
    						<li>
    							{$field}
    						</li>
    					</if>
    				</foreach>
    			</foreach>
    		</ul>
    	</if>
    	
    </div>
    

    gdzie mogę znaleźć css od tego ?

  6. Dlatego, że nikt tego nie naprawił dotąd chciałem troszkę pomóc  ;)

     

    W pliku dp30topxreputation_d9abb96f0e021ba7d56c8beff53f40a1.php (przynajmniej u mnie tak się zwie)

    Wystarczy zmienić:

    $r['members_display_name'] = IPSMember::makeNameFormatted( $r['members_display_name'], $r['member_group_id'] );

    na:

    $r['members_display_name'] = IPSMember::makeNameFormatted( $r['members_display_name'] );

    U mnie działa.

  7. Dlatego, że nikt tego nie naprawił dotąd chciałem troszkę pomóc ;)

     

    W pliku dp30topxreputation_d9abb96f0e021ba7d56c8beff53f40a1.php (przynajmniej u mnie tak się zwie)

    Wystarczy zmienić:

    $r['members_display_name']    = IPSMember::makeNameFormatted( $r['members_display_name'], $r['member_group_id'] );
    

    na:

    $r['members_display_name']    = IPSMember::makeNameFormatted( $r['members_display_name'] );
    

    U mnie działa.

×
×
  • 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ę.