Jump to content

Search the Community

Showing results for tags 'avatars unreal portal'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • WebFlake
    • Announcements and Updates
    • WebFlake Support
    • Member Introductions
    • Off-topic Lounge
    • Archives
  • Webmasters
    • Webmaster Lounge
    • Marketplace (Hire, Buy, Sell, Trade)
    • Coupons and Deals
    • Hosting
    • Website and Graphics Design
    • Website Showcase
  • Invision Community Suite
    • Invision Community Suite 4.7
    • Invision Support
    • Invision Requests
    • Invision Tutorials
    • Invision Beta
  • XenForo
    • XenForo 2.2
    • XenForo Support
    • XenForo Requests
    • XenForo Tutorials
  • WordPress
    • WordPress Content
    • WordPress Support
    • WordPress Requests
    • WordPress Tutorials
  • Unsupported Software
    • IPB 3.4 Legacy
    • IPS 4.x Legacy

Categories

  • Invision Community Suite 4.7
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.6
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • Invision Community Suite 4.5
    • Applications and Plugins
    • Themes
    • Translations
    • Invision Extras
  • XenForo 2.2
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • XenForo 2.1
    • Add-ons
    • Styles
    • Translations
    • Miscellaneous
  • Wordpress
    • Themes
    • Plugins
  • ThemeForest
    • HTML
    • CMS
    • UI Design
    • JavaScript Code
  • CodeCanyon
    • PHP Scripts
    • JavaScript
    • CSS
    • HTML5
  • Graphics & Design
    • Emoticons & Smileys
    • Ranks & Badges
    • PSD & AI Designs
  • Unsupported Software
    • IPB 3.4
    • Invision Community Suite 4.4
    • Invision Community Suite 4.3
    • IPS Community Suite 4.2
    • IPS Community Suite 4.1
    • XenForo 2.0
    • MyBB 1.8

Product Groups

  • WebFlake Creative Designs
  • WebFlake Donation Bundles

Blogs


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Version

Found 1 result

  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
×
×
  • Create New...