Jump to content

Пользователи он и офф-лайн в IPB.


Recommended Posts

?? ????,????????? ?? ?????????? ????,?? ???? ???,??????????.
?????? ???????,????? ?????? ????????? ? ??- ??? ???????? ?? ?????????.?????? ????????? ?????? ????,? ?? ?????? ??? ??? ???? ?????????? ?? ????? ??????.
 
????,????????? ? ???????  
 
??????? ??? > ?????????? ??????? ? ????????? > ?????????? ????????? > ?????????? ????????? ? CSS > ipb_styles.css
 
? ????? ???? ?????????:

.avatar-offline a img {opacity:.4;-moz-opacity:.4;-khtml-opacity:.4;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);}
.avatar-offline a:hover img {opacity:1.0;-moz-opacity:1.0;-khtml-opacity:1.0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.avatar-online {opacity:1.0;-moz-opacity:1.0;-khtml-opacity:1.0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}

????? ????????? 
 
??????? ??? > ?????????? ??????? ? ????????? > ?????????? ????????? > ?????????? ????????? ? CSS > ?????????? > userInfoPane
 
? ????

<if test="avatar:|:$author['member_id']">
			<li class='avatar'>
				<a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" class='ipsUserPhotoLink'>
				<if test="hasVariable:|:$options['isTopicView'] && $this->settings['member_topic_avatar_max']">	
					<img src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
				<else />
					<img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
				</if>
				</a>
			</li>
		<else />
			<li class='avatar'>
				<img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
			</li>
		</if>

????????  ?? 

 

<if test="avatar:|:$author['member_id']">
			<li class='avatar'>
				<if test="$author['_online']">
					<div class="avatar-online">
				<else />
					<div class="avatar-offline">
				</if>
					<a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" class='ipsUserPhotoLink'>
						<if test="hasVariable:|:$options['isTopicView'] && $this->settings['member_topic_avatar_max']">	
							<img src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
						<else />
							<img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
						</if>
					</a>
				</div>
			</li>
		<else />
			<li class='avatar'>
				<img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
			</li>
		</if>

 

? ??????,???? ???????????? ???????? ?????,??? ???????? ??????,?? ?????????? ???????..

Link to comment
Share on other sites

? ???? ?????? ??????? ??????? ???? ?????,?? ???? ?????? ????? ??? ??? ????????.. ?? ??? ?????? ?????????..

 

???? ?? ??? ?????????? ?????? ????..? ??? ??? ????? ??? ?? ????????,??? ?? ????? ? ????? ??????..? ?? ???????? ??? ???? ??????..

 

 

???? ??? ???????

 

?????????? ? ????????? ?????,??????????..))

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...