Jump to content

GODLike

Rookie
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

GODLike last won the day on January 8 2014

GODLike had the most liked content!

Recent Profile Visitors

1,019 profile views

GODLike's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. yes, i fixed with the code that i have type here on topic i was looking a hour to find it
  2. The shout box it's for example. In all forum tittles,the background it's main tittle.png a long image ok guys, i made it by my self. Here is how you can make it if you want: go to ipb_styles.css .bar, .ipsSideBlock h3, .general_box h3{ border-bottom: 1px solid #393939; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; background: #527496 url('{style_images_url}/YOUR IMAGE NAME HERE!.png') repeat-x 0 0; padding: 8px; } that's all
  3. i want to make the background of hooks tittle like the background of Forum tittles (with image/maintitle.png) i mean this long bacl&green image behind forum tittle.. Here: http://prntscr.com/3100ia i know that is from .css but i can't find it
  4. Hello guys i want to make something. i have add my Feedback system. And i want to look like this: http://prntscr.com/30aytu but now i have it like this: http://prntscr.com/30azey i mean, i want to add it on a place like User awards...can we do this? thanks!
  5. check your pm mate :)

  6. Thanks for reply mate, what to change there ?
  7. In one hour I will go home, I must upload it again couse I have remove it, you will be online ? ^_^
  8. Hello guys, i have add a feedback system, everything works perfect. the bad thing it's that feedback info pane is on top here: http://prntscr.com/2zv98z And i want it on bottom here: http://prntscr.com/2zv9je how can i make it? thanks!
  9. cant find it i want it like yours mr.Admin how can i make it?
  10. Hello guys I want to know if we can change the avatar on topi profile view. I mean, not to be square, to be long, something like 155 x 300... Can this be;
  11. i have no idea why but it's still the same. HSBC the best! problem solved! thank you very very much!
  12. like this i have it right now :S but looks like this: Posts: 71 Joined: 03-March 14 Reputation: 17 Skype: skypename Gender: Male Location: Greece, Rhodes and i want it like this here: Posts: 71 Joined: 03-March 14 Reputation: 17 Skype: skypename Gender: Male Location: Greece, Rhodes example:
  13. <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <span class="arrow"><span></span></span> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if><if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if><if test="membertitle:|:$author['member_title']"> <ul class="ribbon"> <li class="ribbon1"> <div class="Rleft"></div> <div class="Rright"></div>{$author['member_title']}</li> </ul> </if> <ul class="ribbon"> <li class="ribbon2"> <div class="Rleft"></div> <div class="Rright"></div> {$author['_group_formatted']} </li> </ul> <div class="extraUserInfo"> <dl class="pairsJustified"> <dt>Posts:</dt> <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</dd> </dl> <dl class="pairsJustified"> <dt>Joined:</dt> <if test="authorJoined:|:$author['joined']"><dd>{parse date="$author['joined']" format="joined"}</dd></if> </dl> <dl class="pairsJustified"> <dt>Reputation:</dt> <dd>{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</dd> </dl></div> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='pairsJustified'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div> On user info pane I have add only for posts/reputatios/and joined, with you help here, and thank you very much. But now I when I want to add custom filed I don't know what code to add on user info pane . This is how I have it now: And I want it like the image I have post here on starting of topic
  14. I can't find this. This is how I see it now sorry for double post, after problem resovled , just delete the please. how can i make gender and location looks like "posts/joined/repuptaion?
×
×
  • Create New...