Jump to content

pet9948

Rookie
  • Posts

    13
  • Joined

  • Last visited

About pet9948

  • Birthday 03/05/1995

Profile Information

  • Language
    Russian
  • Software
    Invision
  • Version
    4.4.6

Contact Methods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pet9948's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. More optimized code with update date and reputation. No background blinking on reputation. Edit -> Pages -> Templates -> RecordRow P.S. Make sure you change field_29 to your field ID for your status {{$rowIds = array();}} {{foreach $rows as $row}} {{$idField = $row::$databaseColumnId;}} {{$rowIds[] = $row->$idField;}} {{endforeach}} {{$iposted = ( $table AND method_exists( $table, 'container' ) AND $table->container() !== NULL ) ? $table->container()->contentPostedIn( null, $rowIds ) : array();}} {{foreach $rows as $row}} {{$idField = $row::$databaseColumnId;}} <li class="{{if $row->fieldValues()['field_29'] == '4'}}ipsFaded{{endif}} ipsSpacer_bottom c4StatusRow ipsAreaBackground_light ipsPad" data-rowID='{$row->$idField}'> <div class="ipsColumns ipsColumns_collapsePhone"> <a href='#' class='ipsType_blendLinks ipsColumn ipsColumn_fluid {{if $row->hidden()}}ipsModerated{{endif}}' data-ipsDialog data-ipsDialog-title="{$row->_title}" data-ipsDialog-size='medium' data-ipsDialog-content='#el4StatusInfo_{$row->$idField}_main'> <h4 class='ipsType_sectionHead ipsType_break'> <strong>{{if $row->_title}}{$row->_title}{{else}}<em class="ipsType_light">{lang="content_deleted"}</em>{{endif}}</strong> </h4> {{if $row->isFutureDate() || $row->mapped('pinned') || $row->mapped('featured') || $row->hidden() === -1 || $row->hidden() === 1}} <span> {{if $row->isFutureDate()}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$row->futureDateBlurb()}'><i class='fa fa-clock-o'></i></span> {{elseif $row->hidden() === -1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$row->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span> {{elseif $row->hidden() === 1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span> {{endif}} {{if $row->mapped('pinned')}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span> {{endif}} {{if $row->mapped('featured')}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span> {{endif}} </span> {{endif}} <div class='ipsType_normal ipsType_break'> {$row->customFieldDisplayByKey('summary', 'listing')|raw} </div> </a> <div class='ipsColumn ipsColumn_medium'> <a href='#' class='ipsType_blendLinks {{if $row->hidden()}}ipsModerated{{endif}}' data-ipsDialog data-ipsDialog-title="{$row->_title}" data-ipsDialog-size='medium' data-ipsDialog-content='#el4StatusInfo_{$row->$idField}_status'> {$row->customFieldDisplayByKey('status2', 'listing')|raw} <ul class="ipsType_center ipsBreadcrumb"> {datetime="$row->__get( $row::$databaseColumnMap['updated'] )"} </ul> </a> {{if $row instanceof \IPS\Content\Reputation and settings.reputation_enabled}} <div class='ipsSpacer_top ipsSpacer_half ipsType_center'> {template="reputationMini" app="core" group="global" params="$row->reputation(), $row->canGiveReputation( 1 ), $row->canGiveReputation( -1 ), $row->url('showRep'), $row->url('rep')"} </div> {{endif}} </div> </div> {{if $table->container()->can('add')}} <div class='ipsType_center'> <ul class="ipsToolList ipsFollow ipsClearfix"> <a class="ipsFollow ipsButton ipsButton_light ipsButton_verySmall" href='{$row->url()}&do=edit'>Изменить</a> </ul> </div> {{endif}} <div id='el4StatusInfo_{$row->$idField}_main' class='ipsHide'> <div class='ipsPad ipsType_normal ipsType_break ipsType_contained ipsType_richText'> {$row->content()|raw} </div> </div> <div id='el4StatusInfo_{$row->$idField}_status' class='ipsHide'> <div class='ipsPad ipsType_normal ipsType_break ipsType_contained ipsType_richText'> {$row->content()|raw} </div> </div> <div class='ipsToolList ipsClearfix'> {{if \IPS\IPS::classUsesTrait( $row, 'IPS\Content\Reactable' ) and settings.reputation_enabled}} {template="reputation" app="core" group="global" params="$row"} {{endif}} </div> </li> {{endforeach}} Screen: Help: Can I add a delete button next to Edit?
  2. I'm working fine on 4.4.2 Fully working version for 4.4.2 Member Reputation in Userbar.xml
  3. My plugin Member Reputation in Userbar.xml
  4. Yes. IPS - 4.4.1 Chatbox - v4.0.0 Chatbox Extender - 1.0.16 FAQ System - 3.2
  5. Chatbox Extender raises an error (EX0) when you create a question in the FAQ
    Good style. But there are many questions about design, and compatibility with other plugins. Very naughty Theme.
  6. I downloaded - Member Reputation in Userbar - 1.0.5, And there is a problem. Not correctly sees member_id For some reason he makes it with a space. and go to the Profile tab is impossible. I checked the code Xml, but could not find anything.
  7. Where can I throw the log? There is protection here. Log
  8. pet9948

    ips4.4

    Ок. I'm Sorry
  9. pet9948

    ips4.4

    problem with posts in topics of 4.3. Record templates do not work.
×
×
  • Create New...