Results 1 to 6 of 6
-
9th Sep 2009, 09:22 PM #1OPMemberWebsite's:
Se7ensins.comQuick templet edit for postbit
Ok so what I'm looking to do is add my gametag to my post bit. I've already got it in there but I want it to link to my GT on xbox.com so like this
"GT: Nightcast "
This is what I have now just for the name and no linking.
Code:<if condition="$post['field5']"><div style="border:1px solid #c9c9c9; background:#f6f6f6; padding:2px; margin-bottom:3px;"> Gamer Tag: $post[field5]</div></if>
Nightcast Reviewed by Nightcast on . Quick templet edit for postbit Ok so what I'm looking to do is add my gametag to my post bit. I've already got it in there but I want it to link to my GT on xbox.com so like this "GT: Nightcast " This is what I have now just for the name and no linking. <if condition="$post"><div style="border:1px solid #c9c9c9; background:#f6f6f6; padding:2px; margin-bottom:3px;"> Gamer Tag: $post</div></if>Thanks for who ever helps. Rating: 5
-
13th Sep 2009, 01:20 PM #2MemberWebsite's:
nuclearwarez.comSo you need the field5 to be a link?
-
13th Sep 2009, 02:50 PM #3OPMemberWebsite's:
Se7ensins.comIt's fine, I already got it.
-
13th Sep 2009, 03:04 PM #4MemberWebsite's:
nuclearwarez.comOh Ok then!
-
13th Sep 2009, 05:59 PM #5Member
can you share how you figured it out. just interested.
cheers
-
13th Sep 2009, 07:43 PM #6OPMemberWebsite's:
Se7ensins.comCode:<if condition="$post['field5']"> <div style="border:1px solid #c9c9c9; background:#f6f6f6; padding:2px; margin-bottom:3px;"> Gamer Tag: <a href="http://live.xbox.com/member/$post[field5]">$post[field5]</a> </div> </if>
Here is what you need:
Code:<if condition="$post['field5']"> <div style="gamertag"> Gamer Tag: <a href="http://live.xbox.com/member/$post[field5]">$post[field5]</a> </div> </if>
Code:/* ***** styling for Gamer Tags ***** */ .gamertag { background: #f6f6f6; border: 1px solid #c9c9c9; padding:2px; margin-bottom:3px; }
I did the first way but both work great.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Quick Edit Not Working
By World Life in forum IP.BoardReplies: 10Last Post: 8th Feb 2012, 11:42 AM -
WP Quick Edit WiP
By _brazzO in forum WordpressReplies: 4Last Post: 28th Nov 2011, 01:05 PM -
[Hiring] Quick vBulletin code edit...
By DOPE in forum Completed TransactionsReplies: 7Last Post: 1st Nov 2011, 08:41 PM -
Need a templet for ads for footer of WWT
By MrPeanut420 in forum Web Development AreaReplies: 0Last Post: 5th Feb 2011, 12:27 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...