Jump to content

The.Reaper

Members
  • Posts

    134
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by The.Reaper

  1. What an amazing application, the fact it's free is amazing, one issue i am having though is the ip addresses are not showing correctly, they are showing the ip addresses associated with the account not the ip addresses of the people trying to hack the accounts.

  2. On 03/05/2016 at 6:26 AM, newbie LAC said:

    Hello,

    You can change css selector. See example "Show icons above avatar" https://invisionpower.com/forums/topic/416464-nb40-secondary-group-icons/?do=findComment&comment=2594222

     

    I wasn't able to get this working, this is my postcontainer code.

    {{$idField = $comment::$databaseColumnId;}}
    {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
    {{if $comment->isIgnored()}}
    	<div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
    		{lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
    		<ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
    			<li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
    			<li class='ipsMenu_sep ipsJS_show'><hr></li>
    			<li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
    			<li class='ipsMenu_item'><a href='{url="app=core&module=members&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
    		</ul>
    	</div>
    {{endif}}
    
    <a id='comment-{$comment->$idField}'></a>
    <article itemscope {{if $item->isQuestion() && !$comment->new_topic}}itemprop="suggestedAnswer {{if $comment->post_bwoptions['best_answer']}}acceptedAnswer{{endif}}" itemtype="http://schema.org/Answer"{{else}}itemtype="http://schema.org/Comment"{{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if settings.reputation_highlight and $comment->reputation() >= settings.reputation_highlight}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden()}}ipsModerated{{endif}}'>
    	{{if $item->isQuestion() and !$comment->new_topic}}
    		{template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
    	{{endif}}
      
      
    	<aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium'>
    
    		<ul class='cAuthorPane_info ipsList_reset'>
              			<li class='cAuthorPane_photo'>
    				{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
    			</li>
              <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break borderbot' itemprop="creator" itemscope itemtype="http://schema.org/Person">
            <strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong> 
            <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span>
            </h3>
    			{{if $comment->author()->member_title && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone ipsType_break borderbot'>{$comment->author()->member_title}</li>
    			{{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone ipsType_break borderbot'>{$comment->author()->rank['title']}</li>
    			{{endif}}
    
    
              <li class='left borderbot'>Group: <span class='right'>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</span></li>
    			{{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }}
    				<li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li>
    			{{endif}}
    			{{if $comment->author()->member_id}}
              <li class='ipsResponsive_hidePhone left borderbot'>Reputation: <span class='right'>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></li>
              <li class='left borderbot'>Posts: <span class='right'>{$comment->author()->member_posts}</span></li>
    				{{if $comment->author()->reputationImage()}}
    					<li class='ipsPad_half ipsResponsive_hidePhone borderbot'>
    						<img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
    					</li>
    				{{endif}}      
                        {{$joinDate = $comment->author()->get_joined()->format('M-Y');}}
              <li class='left borderbot'>{lang="joined"}: <span class='right'>$joinDate</span></li>
              {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}         
              {{endif}}
    		</ul>
    	</aside>
    	<div class='ipsColumn ipsColumn_fluid'>
    		{template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
    	</div>
    </article>

  3. 14 hours ago, Mike John said:

    I can provide edits to change this manually if needed. But I am working on the next version due soon and an option to change this will be included in settings.

    Thanks for the reply @Mike John, If you wouldn't mind giving me the edit that would be great, i am currently implementing this system into a way of tracking guild mates activity over the months. 

×
×
  • Create New...