Log in

View Full Version : Is this at all possible, i doubt it


Ronso Rage
05-14-2005, 11:10 PM
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

Reeve of shinra
05-14-2005, 11:49 PM
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.

Ronso Rage
05-15-2005, 02:40 PM
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.
yeah kind of,but would it be possible to so it on an individual member basis, so members who have made their own tab would have that show up, but only on their posts

Reeve of shinra
05-16-2005, 12:09 AM
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.


<if condition="$post[field15]">
<div><img src="$post[field15]"></div>
</if>


That will display an image if that profile field is not empty. You will need to add on to it but its a start for now.

Princeton
05-16-2005, 02:00 AM
an image is worth a thousand words...
Can you provide a screenshot of what you want?

Ronso Rage
05-16-2005, 09:57 PM
ok well they want something like this

https://vborg.vbsupport.ru/external/2005/05/11.jpg

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