The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok well my members seem intent on designing 'tabs' at the moment that they really hope will appera at the top of their posts ie. the place where it has date of posting and thread post number on the rhs.
I have said this is unlikely as i think it will be an impossible task as each member would have to have their individual tab showing and the like Now as i am by no means a coding guru, unlike some of you here, i thought i would ask and see if it was at all possible, doesn't matter if it isn't but i would really apprecaite a definite answer from people who know more than i do Hope i explained it all so it makes sense Thanks |
#2
|
||||
|
||||
![]()
I'm not sure what you mean by tabs... you could use a template conditional and a custom field to show an imagine anywhere in teh postbit if thats what your looking to do.
|
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
Yeah, using template conditionals, you could have an image show in the postbit if a user has one to the creator of that post only.
The syntax is pretty simple for template conditionals, try reading up on it at vbulletin.com/docs/ To get your started, here is what I use to display a side bar tag in my users postbit via a custom field that members can edit. Code:
<if condition="$post[field15]"> <div><img src="$post[field15]"></div> </if> |
#5
|
||||
|
||||
![]()
an image is worth a thousand words...
Can you provide a screenshot of what you want? |
#6
|
|||
|
|||
![]()
ok well they want something like this
![]() to go in place of the bar that appears at the top of all of their posts, so the bar on here that has post time and date on the left and reply number on the right |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|