![]() |
How can I move the reputation icon? (with example)
1 Attachment(s)
Hi,
In vb4, I just want to move the reputation icon as shown: https://vborg.vbsupport.ru/attachmen...1&d=1291414516 I tried to edit the postbit_leg. template and move the code up but there is always a problem in place! |
up =)
|
You need to move the code, but also add in some css (additional.css template) - modify as needed:
HTML Code:
/* Move reputation to top bar */ |
1 Attachment(s)
Thanks Lynne (f)
It is moved correctly but I have a problem in reputation popupmenu see the screenshot (RTL language) It comes like that: https://vborg.vbsupport.ru/attachmen...1&d=1293033786 It should be like this: https://vborg.vbsupport.ru/attachmen...1&d=1293033786 Any idea to solve this ? |
All I can say is that it's a CSS issue and you will have to modify the positioning of the box. I don't know what code that is since I don't have this problem on my test site.
|
1 Attachment(s)
Lynne,
I tried to use the default style with NO changes in any template + english language (LTR) but same issue https://vborg.vbsupport.ru/attachmen...1&d=1293083248 ____ What I changed in default style? 1- Add this code to template (Additional.css) Code:
/* Move reputation to top bar */ Code:
<vb:if condition="$show['reputationlink']"> and move it up, (paste it after this code) Code:
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span> |
Then just write some CSS to change it. Something like:
HTML Code:
.nodecontrols .popupbody li > label {color: pink;} |
Thanks Lynne
Now It is perfect =) Appreciated I will paste the change here if someone need it in future Code:
.blockhead { |
All times are GMT. The time now is 09:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|