Jump to content

Weed

Apprentice
  • Posts

    59
  • Joined

  • Last visited

Everything posted by Weed

  1. Making a new site haha i need a new one :D but need to find some hosting!

  2. <ul class='user_controls'> <if test="friendop:|:$this->memberData['member_id'] AND $this->memberData['member_id'] != $author['member_id'] && $this->settings['friends_enabled'] AND $this->memberData['g_can_add_friends'] && $author['member_id']"> <if test="isfriend:|:IPSMember::checkFriendStatus( $author['member_id'] )"> <li class='mini_friend_toggle is_friend' id='friend_{$contentid}_{$author['member_id']}'><a href='{parse url="app=members&amp;module=profile&amp;section=friends&amp;do=remove&amp;member_id={$author['member_id']}&amp;secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['remove_friend']}'>{parse replacement="remove_friend"}</a>&nbsp;&nbsp;</li> <else /> <li class='mini_friend_toggle is_not_friend' id='friend_{$contentid}_{$author['member_id']}'><a href='{parse url="app=members&amp;module=profile&amp;section=friends&amp;do=add&amp;member_id={$author['member_id']}&amp;secure_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['add_friend']}'>{parse replacement="add_friend"}</a>&nbsp;&nbsp;</li> </if> </if> <if test="sendpm:|:$this->memberData['g_use_pm'] AND $this->memberData['member_id'] != $author['member_id'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' ) && $author['member_id']"> <li class='pm_button' id='pm_{$contentid}_{$author['member_id']}'><a href='{parse url="app=members&amp;module=messaging&amp;section=send&amp;do=form&amp;fromMemberID={$author['member_id']}" base="public"}' title='{$this->lang->words['pm_member']}'>{parse replacement="send_msg"}</a>&nbsp;&nbsp;</li> </if> There
  3. go to profile/default_large.png in your image folder and then change it in what way you want
  4. Weed

    Donator

    PM Phun or Para with details and they give you it back
  5. No problem, as i saw loads of people wanted it so i posted it
  6. Weed

    Hi all

    Welcome to the site! enjoy it
  7. http://webflake.net/topic/453-user-info-horizontal-instead-of-vertical/ You might want to mark this as Answered
  8. FOR IPB 3.3.x 3.4.x To all who would like the User Info Pane when viewing a post to be horizontal instead of vertical as per the image below then here are simple instructions: in ipb_styles.css Comment out or delete the .author_info and .post_body in ipb_styles.css Then add following to ipb_styles.css at the very end (scroll down to the end and add following) .author_info { background: #f3f3f3;} .author_info,.post_body { padding: 10px;} .author_info li.avatar { margin:10px;} .author_info_left { width: 130px; float: left; text-align: center;} .author_info_left h3 { background: transparent;} .author_info_right { width: 10%; float: right;} Then click save Now, in the Global Templates >> userInfoPane Replace everything in there with the following: <div itemscope itemtype="http://schema.org/Person" class='user_details'><span class='hide' itemprop="name">{$author['members_display_name']}</span><ul class='basic_info author_info_left'><if test="membertitle:|:$author['member_title']"><p class='desc member_title'>{$author['member_title']}</p></if><if test="avatar:|:$author['member_id']"><li class='clearfix 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='left avatar'><img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /></li></if><li class='group_title'>{$author['_group_formatted']}</li><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></ul><ul class="author_info_right"><if test="postCount:|:$author['member_id']"><li class='post_count desc lighter'>{$this->lang->words['m_posts']}: {parse exp<b></b>ression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</li></if><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']}'>Warning Points: {$author['warn_level']}</a></li></if><li class="desc lighter">Joined: {parse date="$author['joined']" format="joined"}</li><if test="cardRep:|:$this->settings['reputation_enabled'] && $this->settings['reputation_show_profile']"><if test="cardRepPos:|:$author['pp_reputation_points'] > 0"><li class='reputation positive'></if><if test="cardRepNeg:|:$author['pp_reputation_points'] < 0"><li class='reputation negative'></if><if test="cardRepZero:|:$author['pp_reputation_points'] == 0"><li class='reputation zero'></if>Reputation: <span class='number'>{$author['pp_reputation_points']}</span></li></if><if test="authorcfields:|:$author['custom_fields'] != """><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></if></ul></div><br class="clear" /> Now click save and you should end up same as per image above Obviousy change the css style to match your own colors etc and change width/padding as required if needed
  9. Weed

    Metro

    Version 1.0.4

    490 downloads

    [color=rgb(20,20,20)][font=Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif][size=3][background=rgb(245,246,247)]Influenced by the new design philosophy by Microsoft, Metro uses simple design aesthetics and typography to add personality to this simple yet vibrant skin that can be used for a wide variety of forums with plenty of customizations and surprises to click through and try out.[/background][/size][/font][/color] [color=rgb(20,20,20)][font=Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif][size=3][background=rgb(245,246,247)]Supported add-ons: Blogs, Gallery, Downloads, Calendar, Chat, Nexus, and Content. [/background][/size][/font][/color] [color=rgb(20,20,20)][font=Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif][size=3][background=rgb(245,246,247)]Demo : [/background][/size][/font][/color][url="http://nullrefer.com/?http://www.finalprestige.net/skinning/skinchange.php?id=146"]http://www.finalprestige.net/skinning/skinchange.php?id=146[/url][color=rgb(20,20,20)][font=Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif][size=3][background=rgb(245,246,247)] [/background][/size][/font][/color] [color=rgb(20,20,20)][font=Arial, Tahoma, 'Trebuchet MS', Helvetica, sans-serif][size=3][background=rgb(245,246,247)]Compatible with : IP.Board 3.3.3[/background][/size][/font][/color]
  10. 2am and I'm still submitting new files for you guys!!

  11. this isen't your work its of a template LMAOO you changed the text!! not flaming just saying haha!! good luck with your service anyway
  12. Done now converted to mybb then to ipb!
  13. This is what it asks ConvertWe need some more information...Database DriverDatabase HostDatabase UsernameDatabase PasswordDatabase NameDatabase Table PrefixDatabase CharsetIn almost all cases, this can be left alone.
×
×
  • Create New...