Jump to content

Leaderboard

  1. Kingy

    Kingy

    Retired Staff


    • Points

      2

    • Posts

      1,134


  2. -Cookie-

    -Cookie-

    Community Regular


    • Points

      1

    • Posts

      771


  3. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


  4. Thomas

    Thomas

    Apprentice


    • Points

      1

    • Posts

      62


Popular Content

Showing content with the highest reputation on 03/10/2014 in all areas

  1. Compatibility IP.Board 3.4.X Possibly IP.Board 3.2 and 3.3, but not sure. This skin edit WILL BREAK with IPS Suite 4.0. This tutorial will show you how to set custom forum icons without the need for a modification like Forum Icons. This is a very simple skin edit and can be done by anyone. Getting Started: In your AdminCP, navigate to Look & Feel > Manage Skin Sets & Templates > Your Skin. In the templates section, under Board Index, you'll see a file called boardIndexTemplate. Click this. Select all the code in the file and completely remove it. Replace all the code with this: The settings needed to setup the forum icons have already been done for you. There are some additional options at the top of the file. If you would like to use those too, feel free to do so. Setting it Up: Now, in your FTP client, navigate to /public/style_images/Your_Skin Create a new directory called "forum_images". On your forum, open up the forum you want to apply the icon to. Look at the URL. There will be a number, for example: forum.com/forum/2-announcements-and-updates/ You will be looking for "2" or whatever number is there (it changes per forum since every forum has a unique ID). Get the image you want to set as a forum icon (NOTE: The image must be 32x32, no larger). In your FTP client, navigate to /public/style_images/Your_Skin/forum_images. Upload the image you want to set as a forum icon to this directory. In this case, we would need to name the file "2.png" because the forum ID is 2. The picture must be in PNG format and the name must be whatever number the forum ID is (number). You're done. Refresh the page to see the icon. If the icon does not show up immediately, do a hard refresh or clear your cache. The instructions for this vary by what browser you're using. If you have any questions, concerns, or need some help, please make a post in this topic. Please note that this code has NOT been adapted for the IPB mobile skin, and never will be adapted for the mobile skin. Please see my post for more info.
    1 point
  2. I've had an iPhone since 2009, my very first iPhone the 3g. I then upgraded from the 3g to the 3gs, then from the 3gs to the 4s, 5, 5s. I have only ever smashed my iPhone once, which was my iPhone 5 while skating. Other than that, I haven't ever had a problem with smashing my iPhone, but I keep really good care of my own items. I don't like using screen protectors, and ideally didn't want a case, but i've got a clear rubber/jelly case that just sits around the edges and back of the iPhone as a bumper which really does help... @Jrock, both me, my dad and my brother have an iPhone 5s. Me and my brother haven't had any problems with the finger print scanner however my dad has although he has got chubby fingers so the button isn't big enough to scan the full surface area so occasionally has to relocate his finger on the scanner.
    1 point
  3. Closed upon request by the user due to creating a Website Review. This request has been filled. The topic has been closed and moved. If you have further requests please open another topic, thank you.
    1 point
  4. Replace your userinfopane with this one, <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"> <if test="postCount:|:$author['member_id']"> <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> </if> </div> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='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> </ul> </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']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> </div>
    1 point
  5. Guest

    Hi

    Hello Webflake staff & users..
    1 point
  6. Hi there, Go straight to the AdminCP and remove the skin. I wouldn't use anything that's been edited with links etc. -Moderator Snip-/forum/admin/
    1 point
  7. The iPhone 5S is excellent, I love mine. It is a little different in design, but you will soon get used to it, like Mortiferr said. The overall performance is much better as well in my opinion. I have been a long-customer of Apple, and it has not yet failed to exceed my expectations. So if you can afford it, I would get the 5S.
    1 point
  8. Seems you have an issue with one of your hooks produced by teraßyte. Do you recall installing any hooks with a (TB) prefix to the name? Such as Group Format or Custom Name Style, etc.
    1 point
  9. F*ck the Iphone... My phone's is run android...
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...