The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
anybody here can help me with modifaction some templates? I need a own column for the Prefixes in combinate with Lynne's Mod Here is a Screenshot from 3.8 In the vB 3.8, the templates are "FORUMDISPLAY", "threadbit" and "search_results" Thanks in Advance, i hope anyhere can help me
|
|
#2
|
|||
|
|||
|
Bump!
No one can help? |
|
#3
|
||||
|
||||
|
Have you tried anything at all? Perhaps if you post what you tried and what is wrong then someone can suggest another approach.
|
|
#4
|
|||
|
|||
|
This is for 3.8
Quote:
|
|
#5
|
|||
|
|||
|
I am also interesting in this, can anyone help?
Thanks in advance. |
|
#6
|
|||
|
|||
|
Bump
![]() Please no designer here?
|
|
#7
|
|||
|
|||
|
Can anyone help us with this please?
|
|
#8
|
|||
|
|||
|
Bump it
![]() Its so sad that no one can help us. |
|
#9
|
||||
|
||||
|
Open template threadbit and find:
Code:
<!-- title / author block --> <div class="inner"> Code:
<div class="threadprefix">
<vb:if condition="!empty($thread['prefixid'])"> {vb:raw thread.prefix_rich} <vb:else /> None </vb:if>
</div>
Code:
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich'] ">
<span class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
Code:
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix']">
<!-- OR $thread['prefix_rich'] -->
<span class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
<!-- {vb:raw thread.prefix_rich} -->
</span>
</vb:if>
Code:
.threadlisthead span.threadinfo {
width: 62%;
}
.threadlisthead span.threadinfo_withnotification {
width: 47%;
}
Code:
.threadlisthead span.threadinfo {
width: 52%;
}
.threadlisthead span.threadinfo_withnotification {
width: 37%;
}
Code:
.threadbit .threadinfo {
width: 62%;
min-width: 350px;
}
.threadbit .threadinfo_withnotification {
width: 47%;
}
Code:
.threadbit .threadinfo {
width: 52%;
min-width: 350px;
}
.threadbit .threadinfo_withnotification {
width: 37%;
}
Code:
.threadbit .threadprefix {
float: {vb:stylevar left};
width: 10%;
margin: {vb:stylevar padding};
}
That should do it. |
|
#10
|
|||
|
|||
|
Thank you very much
![]() But dont work for me, its not a own column. And "search_results" and "Forumdisplay" are missing. See attach please this is from 3.8
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|