Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Then it must be in the topic view or code because I did not see it in the userinfopane.
  2. You are welcome. Sorry never installed it. Just uploaded the images and zipped them for you.
  3. Be nice.. You need to get your host to increase the php-fpm time for input and process for these bigger files. Here is a link just for you. http://www8.zippyshare.com/v/69730523/file.html
  4. Ok haven't tested since I don't use it but try this <li> <ul class="ipsType_small fbkProfStat uP"> <li> <div class="ipsBadge" style="background:#282828;"><a href='{$member['fbLink']}'>User's Feedbacks</a></div> </li> <li> <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> </li> </ul> </li> On the other I am not sure about your skin but in the globaltemplate look for <!-- ::: BRANDING STRIP: Logo and search box ::: --> <div id='branding'> <div class='main_width'> to add a background picture behind the logo you can change the main-width and add background url like this <div id='branding'> style="background-image: url({$this->settings['img_url']}/test-background.gif); height: 100%; width: 100%; "> Change the width and pic name to match your skin. Or you can add it in the css for branding. (ipb_styles.css)
  5. admin panel > Member Groups > Manage Member Groups Forums Restrictions posts per 24 hrs MAX 10
  6. Compare the 2 templates called topic view > post from each skin (default and novus) for this section <div class='post_wrap' <if test="isNotIgnoring:|:$post['post']['_ignored'] == 1 || $post['post']['_repignored'] == 1">style='display: none'</if>> <if test="postMid:|:$post['author']['member_id']"> <h3 class='row2'> <else /> <h3 class='guest row2'> </if>
  7. Change this setting 1440 = 24hours System Settings > Forums > Topics, Posts and Polls Merge member's concurrent posts : 1440
  8. I would suggest not adding it in the css unless you want a different css for every member and an if checking for it. I suggest in the userinfopane find this <div itemscope itemtype="http://schema.org/Person" class='user_details'> change it to this with as many if statement as you want for the groups you want custom backgrounds. <div itemscope itemtype="http://schema.org/Person" class='user_details' style='width: 155px; float: left; font-size: 12px; text-align: center; <if test="$author['member_group_id']==4">background: url(http://www.katagon.com/forums/public/style_extra/userbg/fmod_bg.png)</if> <if test="$author['member_group_id']==6">background: url(http://webflake.sx/uploads/profile/photo-29622.png)</if> no-repeat; min-height: 394px;'>
  9. I am using it on 3.46 with no problems. 
  10. you can put it in between this if <if test="!isset($this->request['app']) || $this->request['act']=='idx'"> <br>Im am on board index<br> (your code) </if>
  11. <hookextras_css> <css> <css_updated>1313640849</css_updated> <css_group>psnAvatars</css_group> <css_content>.fixed_inner { overflow-y:scroll; height:445px; } #navigation_popup_inner { height:500px; }</css_content> In the hook_extras section ..
  12. in the adminpanel > Look&feel > your skin > global template > globaltemplate find <div id="empty"> </div> And just remove that part then save the template.
  13. In manage member groups make sure option below is no. Hide this group from member list? No
  14. Edit the file conf_global.php and add this after the last $info line and before the ?> if there is one. $INFO['status_sidebar_show_x'] = 5;
  15. If you click the calendar tab it displays a full page calendar when you use ip.calendar.. see it here http://community.invisionpower.com/calendar/
×
×
  • Create New...