Jump to content

ninno26

Newbie
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

937 profile views

ninno26's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter Rare
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. I prefer unreal portal over the IPB Portal by Defuse since it makes use of all of your skin wrappers, anyway, If you want to have avatars in your news post, got to the admin panel > Look and Feel > Manage Skin and Templates. Select your skin and in the dropdown choose Manage Templates and CSS. Now on the right part of the panale, scroll down until you see skin_uportal Next choose News_block then Finally replace the coding inside with this: <tr><td class='row2'><img src="./uploads/profile/photo-{$fetch['id']}.png" onError="this.style.display='none'" width="100px" height="100px"/><else /><img src="./uploads/profile/photo-{$fetch['id']}.jpg" onError="this.style.display='none'" width="100px" height="100px"/><else /><img src="./uploads/profile/photo-{$fetch['id']}.jpeg" onError="this.style.display='none'" width="100px" height="100px"/><else /><img src=./uploads/profile/photo-{$fetch['id']}.gif" onError="this.style.display='none'" width="100px" height="100px"/>&nbsp;&nbsp;&nbsp;&nbsp;<b>{$this->lang->words['posted_by']}</b><if test="authorIsGuest:|:$fetch['author_id']==0">&nbsp;{$fetch['author_name']}<else />&nbsp;<a href='{parse url="showuser={$fetch['id']}" template="showuser" seotitle="{$fetch['members_display_name']}" base="public"}'>{$fetch['members_display_name']}</a></if> @ {$fetch['post_date']}</td> </tr> <tr> <td class='row2'><if test="limitNewsHeight:|:$newsforum_height==1"><div style='max-height: {$newsforum_height_limit}; width: 100%; overflow: auto'><else /><if test="limitNewsWidth:|:$newsforum_width==1"><div style='width: 100%; overflow: auto'></if></if>{$fetch['post']}<if test="limitNewsHeight:|:$newsforum_height==1"></div><else /><if test="limitNewsWidth:|:$newsforum_width==1"></div></if></if> {$fetch['attachmentHtml']}<br/></td> </tr> <tr> <td class='row2'> <b>{$this->lang->words['comments']}</b> {$fetch['comments']} :: <a href='{parse url="showtopic={$fetch['tid']}" template="showtopic" seotitle="{$this->lang->words['view_comments']}" base="public"}'> {$this->lang->words['view_comments']} </a></td> </tr>Live Demo: http://clubsyn-x-treme.com/-X-Base
  2. shows fine for me, using the same code. probaly psn api timing out at random....
  3. Codes updated. Sorry I took so long. I actually forgot about it. Adding steam soon.
  4. Sorry about that but yeah its shows on your profile as text. I wil lsee what I can do to make it show there properly. You sure? its directly from the sony playstation website. maybe it was down for the moment, try a hard refresh on your browser. No Prob!
  5. in your Admin CP, highlight members and click custom profile feilds: then add three fields, one for xbox live, one for psn, and one for xfire and make sure the field input is text input and finally in the topic view box on the bottom of creating the custom field, add this: For Xbox Live: <head><style type="text/css">.thumbnail{position: relative;z-index: 0;}.thumbnail:hover{background-color: transparent;z-index: 50;}.thumbnail span{ /*CSS for enlarged image*/position: absolute;background-color: transparent;padding: 5px;left: -1000px;visibility: hidden;color: black;text-decoration: none;}.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: 60px; /*position where enlarged image should offset horizontally */}a:active{outline: none;}a:focus{-moz-outline-style: none;}</style></head><br/><br/><font color="FFFFFF">XBL: (hover over tag)</font><br/><a class="thumbnail" href="http://www.xboxlc.com/profile/{content}" target="blank" border="0"><img src="http://www.xboxlc.com/cards/red/{content}.jpg" width="162" height="110" border="0" /><span><img style="opacity:0.8;filter:alpha(opacity=7)" src="http://www.xboxgamertag.com/gamercard/{content}/fullnxe/card.png" /></span></a>For PSN: <head><style type="text/css">.thumbnail{position: relative;z-index: 0;}.thumbnail:hover{background-color: transparent;z-index: 50;}.thumbnail span{ /*CSS for enlarged image*/position: absolute;background-color: transparent;padding: 5px;left: -1000px;visibility: hidden;color: black;text-decoration: none;}.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: 60px; /*position where enlarged image should offset horizontally */}a:active{outline: none;}a:focus{-moz-outline-style: none;}</style></head><br/><br/><font color="FFFFFF">PSN: (hover over tag)</font><br/><a class="thumbnail" href="http://us.playstation.com/publictrophy/index.htm?onlinename={content}" target="_blank"><img src="http://fp.profiles.us.playstation.com/playstation/psn/pid/{content}.png" width="165" height="112" border="0" /><span><img style="opacity:0.8;filter:alpha(opacity=70)" src="http://card.psnprofiles.com/1/{content}.png"/></span></a> For Xfire: <head><style type="text/css">.thumbnail{position: relative;z-index: 0;}.thumbnail:hover{background-color: transparent;z-index: 50;}.thumbnail span{ /*CSS for enlarged image*/position: absolute;background-color: transparent;padding: 5px;left: -1000px;visibility: hidden;color: black;text-decoration: none;}.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 2px;}.thumbnail:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: 60px; /*position where enlarged image should offset horizontally */}a:active{outline: none;}a:focus{-moz-outline-style: none;}</style></head><br/><br/><font color="FFFFFF">Xfire: (hover over tag)</font><br/><a class="thumbnail" href="http://profile.xfire.com/{content}" target="blank" border="0"><img src="http://miniprofile.xfire.com/bg/sf/type/3/{content}.png" width="149px" height="29px" border="0" /><span><img style="opacity:0.7;filter:alpha(opacity=70)" src="http://miniprofile.xfire.com/bg/sf/type/0/{content}.png" /></span></a>Now edit your profile and add your gameter tags to the correct lines, If done right, it will look like this: When you hover over a tag, this will happen: Enjoy!
×
×
  • Create New...