PDA

View Full Version : Show Thread Enhancements - Updated Postbit Legacy


JGreig
10-17-2009, 10:00 PM
This will add a nice background and border to the postbit_legacy information such as join date, posts, reputation etc.

Styles & Templates >> Postbit templates >> postbit_legacy >> Find:

<if condition="$post['joindate']"><strong>$vbphrase[join_date]:</strong> $post[joindate]</if>

Change to:
<if condition="$post['joindate']"><div class="userinfo"><strong>$vbphrase[join_date]:</strong> $post[joindate]</div></if>

Save and now go to All Style Options for your template and add the following code to your CSS:
.userinfo {
background: #e6ebf0;
border: 1px solid #a2a2a2;
border-left-width: 3px;
text-align: left;
padding: 5px;
margin-bottom: 2px;
}

You can also add the following code around anything in the postbit_legacy template:
<div class="userinfo"></div>

Example:

<if condition="$post['age']"><div class="userinfo"><strong>$vbphrase[age]:</strong> $post[age]</div></if>

<div class="userinfo">
<strong>$vbphrase[posts]:</strong> $post[posts]
</div>

-------------------------------------------------------
I hope I explained it well, if not I am sorry, this is the first time I have posted something like this. My apologies in advance.

JGreig
10-18-2009, 05:31 PM
Reserved! :)

Michael1337
10-18-2009, 05:38 PM
Good job! Looks very good. Going to give it a test on my forums and see if the members like it!

JGreig
10-18-2009, 05:55 PM
I hope it works for you. Hopefully your members will like it, tell me what they say ;)

BucWiLd
10-18-2009, 08:32 PM
can i see a screen shot from someone?

EDIT : Sorry i see it

ChopSuey
10-19-2009, 01:50 AM
Think of the demo as you trying to get members :p But OMG
this is the same https://vborg.vbsupport.ru/showthread.php?t=170238

JGreig
10-19-2009, 09:37 AM
Sorry I didn't see that, I was just sharing what I have on mine.

You are incorrect about just needing members, I have over 100 and we have a referral contest in progress, so I get the members another way.

Thanks for your reply though.

ChopSuey
10-19-2009, 01:23 PM
They're like the same thing except yours is named userinfo. Different CSS too.
But anyways nice one. *Install

baghdad4ever
10-20-2009, 07:21 AM
very nice

please how to make login form like that in demo site??

JGreig
10-20-2009, 08:21 PM
The login form is just a couple of text boxes, a login button and the background is a simple white rectangle. The ribbon at the top is cut into 3 pieces. I could possibly share that in my next contribution.

Please keep on-topic for this in future please, and anything else please PM me.

Regards.

JGreig
01-03-2010, 05:46 PM
DEMO has been updated!

JGreig
01-28-2010, 09:12 AM
No longer supported and there is currently NO DEMO at the moment.

RobbieZ
01-30-2010, 09:54 AM
Does the mod self wrap if the content of one line spills into two?

And you need a screenshot!!

hayaldunya
02-16-2010, 05:36 AM
Thanks turk brodher :)