Quote:
Originally Posted by betts02
Got it working myself and a great addition, if possible can you help with a little addition for me ?
I have :
Code:
<vb:if condition="$post['field5']"><dt> XBL Gamer-Tag :</dt> <dd>{vb:raw post.field5}</dd></vb:if>
<vb:if condition="$post['field9']"><dt>Clan Tag :</dt> <dd>{vb:raw post.field9}</dd></vb:if>
<vb:if condition="$post['field10']"><dt>Clan URL :</dt> <dd>{vb:raw post.field10}</dd></vb:if>
<vb:if condition="$post['field11']"><dt>Primary Game :</dt> <dd>{vb:raw post.field11}</dd></vb:if>
<vb:if condition="$post['field12']"><dt>Clan Team :</dt> <dd>{vb:raw post.field12}</dd></vb:if>
The RED text, how would i put this in my code so it shows that text only in red ?
Also to have a space between each answer ?
Also when it shows in the postbit_legacy, where my answer is for CLAN URL, Can this be made clickable so people can click the clan URL and be directed to that site in another page ?
Cheers in advance
|
You just copy the code and put it in one the DIV containers, as I've outlined above. Same code, just in a different spot. Creating links is something easy enough to do, but you would need to look up how to make a hyperlink in HTML. Fairly simple stuff there. Try
http://www.w3schools.com/html/html_links.asp
Quote:
Originally Posted by tafreeh
good one.. but i m too lazy do all the edits.. wanna make it a product 
|
This just isn't something that is practical as a product. It would require template edits to the same templates, either way. Down the road, maybe I'll try something. But the way modifications are set to display in the postbit, there's no way to make this work around things that use the template hooks.