Kết quả 1 đến 1 của 1
			
		Chủ đề: New Post Indicators
- 
	11-02-14, 07:43 PM #1 New Post Indicators New Post IndicatorsThis has been tested to work in 5.0.0 and 5.0.1. 
 
 How to install Unread Icons for vBulletin 5.0.1
 
 If you wish to use the full icon overlay:
 Step 1: Adding CSS
 Add the following to css_additional.css
 Code:
 Step 2: Adding CodePHP Code:.z-unread-icon {
 float: right;
 margin-top: -45px;
 position: relative;
 right: 75px;
 top: 52px;
 z-index: 1;
 }
 
 Find the following code in display_contenttype_conversationreply_threadview_T ext template
 Code:
 Right after this line, add on its own linePHP Code:{vb:set postStatus, ''}
 
 
 Code:
 If you wish to use the icon in the background of the post instead of the overlayPHP Code:<vb:if condition="$user['lastvisit'] <= $conversation['created']"><div class="z-unread-icon"><img src="{vb:raw vboptions.bburl}/.././images/custom/unread-whatchamajigger4.png" alt="New since your last visit" title="New since your last visit" /></div></vb:if>
 
 
 Step 1: Adding CSS
 Add the following to css_additional.css
 Code:
 Step 2: Adding CodePHP Code:.z-unread-bg-icon {
 background-image: url({vb:raw vboptions.bburl}/.././images/custom/unread-background-majigger.png);
 background-position: top right;
 background-repeat: no-repeat;
 }
 
 Find the following in display_contenttype_conversationreply_threadview_T ext
 Code:
 Change it tooPHP Code:<div class="list-item-body conversation-body">
 
 Code:
 If you wish to use the “Spartan” stylePHP Code:<div class="list-item-body conversation-body <vb:if condition="$user['lastvisit'] <= $conversation['created']">z-unread-bg-icon</vb:if>">
 
 
 Step 1: Adding CSS
 Add the following to css_additional.css
 Code:
 Step 2: Adding the codePHP Code:.z-unread-bg-spartan {
 background-image: url({vb:raw vboptions.bburl}/.././images/custom/unread-spartan-majigger.png);
 background-position: top right;
 background-repeat: no-repeat;
 }
 
 Find the following in display_contenttype_conversationreply_threadview_T ext
 Code:
 Change it tooPHP Code:<div class="list-item-body conversation-body">
 
 Code:
 You need to also upload the icon you want to the images/custom folderPHP Code:<div class="list-item-body conversation-body <vb:if condition="$user['lastvisit'] <= $conversation['created']">z-unread-bg-spartan</vb:if>">
 Khách viếng thăm hãy cùng PandavB xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
 
Các Chủ đề tương tự
- 
  Remove Report Post Icon if Post Reported Already by BOP5Bởi KingSky trong diễn đàn vBulletin 3.8 Add-onsTrả lời: 0Bài viết cuối: 10-02-14, 10:30 AM

 
				 
				 
				 
				 
				 
				 
			



 
			
			
 
					
				 
			 
					
					
					
						 Trả lời kèm Trích dẫn
  Trả lời kèm Trích dẫn