Jump to content

-Cookie-

Community Regular
  • Posts

    771
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by -Cookie-

  1. Replace your userPaneFeedback with this one <div style='margin-top:10px;'> <h3> <a href='{$member['fbLink']}'>User's Feedback</a> </h3> <ul class="ipsType_small fbkProfStat"> <div class='row2' style='padding:7px;'> <span class="value <if test="$member['feedb_percent'] > 99">positive<else /><if test="$member['feedb_percent'] < 0 ">neutral<else /><if test="$member['feedb_percent'] < 40 ">negative</if></if></if>"><if test="$member['feedb_percent']<0">N/A<else />{$member['feedb_percent']}%</if></span> <span class="value positive" data-tooltip="{$this->lang->words['totalpos']}">{$member['feedb_pos']}</span> <span class="value" data-tooltip="{$this->lang->words['totalneut']}">{$member['feedb_neu']}</span> <span class="value negative" data-tooltip="{$this->lang->words['totalneg']}">{$member['feedb_neg']}</span> </div> </ul> </div>
  2. Have you checked the settings correctly And in hooks > Disabled, enable this hook
  3. Do you want them hidden for everyone or just your moderators/staff If so go to System Settings > Warning and Moderation, find And select the groups that you don't want to receive warnings
  4. In Hooks makes sure Group Name Indicator Is Above Members Online Today, here look:
  5. Add the same code again <li> <a href='#YourLinkHere' title='Go to Clan Members'>Clan Members</a></li>above this
  6. -Cookie-

    IP.Metro

    Just noticed something about this skin, it doesn't have a nav bar
  7. Ok, you should of PM me i could of told you straight away
  8. That would require you on making another topic in the request section, not in support
  9. Hi kelcy95, Open up your cPanel and find Backups, , click it and inside Backups you will see this , well click on the Buttom Home Directory and wait for it to download, then click on Download a MySQL Database Backup download link once both are downloaded, go in to your new cPanel and go back in to the same Backups, now this time instead of clicking Home Directory button, click the Restore a Home Directory Backup Choose File Button and upload your Home Directory, then do the exact same for your SQL as well, once both have uploaded go to MySQL® Databases and you will see your SQL uploaded , now all you need to do is create a user, once created a user, go in to your FTP open up your conf_global.php and edit these to what it says in your MySQL® Databases
  10. Send me admin details VIA pm and i'll sort it for you
  11. Go to the custom profile fields and the ones you want to add to your userinfopane select and scroll down and find topic view format? and add this <dt>{title}:</dt><dd>{content}</dd>
  12. You'll have to change the CSS color and if your wanting stuff like this then you would have to install this install this for for joined date, but the template would need editing, if you require more assistance on this let me know by sending me a PM with admins detals and i'll sort it for you
  13. Replace yours 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>{$this->lang->words['m_posts']}</dt> <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</dd> </dl> </if> </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='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> </div>
  14. I think this is a really good idea, good job Davlin
  15. I like the skin, looks very clean and smart and all round nice site buddy
  16. Ok go to ACP > Look & Feel > Your Skin > Board Index > hookRecentTopics Find, {$r['topic_title']}Replace With This {parse expression="IPSText::truncate( $r['topic_title'], 30 )"}Changing the number 30 will either decrease or increase your topic titles, but i have set it has 30 has 30 is a decent number to be set
  17. Pretty simple for beginners, but nice tutorial buddy keep up the good work
  18. Give me admin permission again and i'll sort this for you and could you please link me to the site from your first image The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  19. That should be in already be in use, go look in your profile on your site and you should see this
  20. Change width to 130px and add a height to 150px Edit: Solved i sorted the problem, the width needed changing in system settings and the height needed to be added in .ipsUserPhoto_variable The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  21. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
  22. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
×
×
  • Create New...