Jump to content

Leaderboard

  1. Head Guru

    Head Guru

    Vortex


    • Points

      1

    • Posts

      497


  2. emrek

    emrek

    Newbie


    • Points

      1

    • Posts

      1


  3. DicDal

    DicDal

    Enthusiast


    • Points

      1

    • Posts

      249


  4. Jeffrey

    Jeffrey

    Rising Star


    • Points

      1

    • Posts

      927


Popular Content

Showing content with the highest reputation on 04/16/2020 in all areas

  1. Version 4.4.6

    145 downloads

    Info's: Translation status: %95 Content: System - %99 Forums - %99 Commerce - %97 Pages - %97 Downloads - %100 Calendar - %100 Gallery - %100 Blogs - %100 Converter - %97 Owner : Emre KOCAOĞLU
    1 point
  2. Version 1.0.0

    192 downloads

    Simple plugin to modify background settings in profile name and group on profile view. Compatible with IPS 4.2/4.3/4.4
    1 point
  3. First, I would like to say thank you for posting code you want edited. Most users ask for us to edit code we do not know/have access to. Here is your edited code: {{if !empty( $comments ) }} <h3 class='ipsType_reset ipsWidget_title'>{$title}</h3> {{if $orientation == 'vertical'}} <div class='ipsWidget_inner ipsPad_half'> <ul class='ipsDataList ipsDataList_reducedSpacing'> {{foreach $comments as $comment}} <li class='ipsDataItem'> <div class='ipsDataItem_icon ipsPos_top'> {template="userPhoto" group="global" app="core" params="$comment->author(), 'tiny'"} </div> <div class='ipsDataItem_main'> <div class='ipsType_break ipsContained'><a href="{$comment->url()}" title='{lang="view_this_topic" sprintf="$comment->item()->title"}' class='ipsType_medium ipsTruncate ipsTruncate_line'>{$comment->item()->title}</a></div> <p class='ipsType_reset ipsType_light ipsType_medium ipsType_blendLinks'>{lang="byline_nodate" htmlsprintf="$comment->author()->link()"} · <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' class='ipsType_blendLinks'>{$comment->dateLine()|raw}</a></p> </div> </li> {{endforeach}} </ul> </div> {{else}} <div class='ipsWidget_inner'> <ul class='ipsDataList'> {{foreach $comments as $comment}} <li class='ipsDataItem ipsClearfix'> <div class='ipsComment_header ipsPhotoPanel ipsPhotoPanel_mini'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'mini', $comment->warningRef()"} <div> <p class='ipsPos_right ipsType_reset'> {{if $comment->canReportOrRevoke() === TRUE}} <a href='{$comment->url('report')}' data-ipsDialog data-ipsDialog-remoteSubmit data-ipsDialog-size='medium' data-ipsDialog-flashMessage='{lang="report_submit_success"}' data-ipsDialog-title="{lang="report"}" data-action='reportComment' title='{lang="report_content"}'>{lang="report"}</a> · {{endif}} <a class='ipsType_blendLinks' href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' data-ipsTooltip title='{lang="share_this_comment"}' data-ipsMenu data-ipsMenu-closeOnClick='false' id='elShareComment_{$comment->pid}' data-role='shareComment'><i class='fa fa-share-alt'></i></a> </p> <h3 class='ipsComment_author ipsType_blendLinks'> <strong class='ipsType_normal'>{template="userLink" app="core" group="global" params="$comment->author(), $comment->warningRef()"}</strong> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </h3> <p class='ipsComment_meta ipsType_light ipsType_medium'> <a href='{$comment->item()->url()->setQueryString( array( 'do' => 'findComment', 'comment' => $comment->pid ) )}' class='ipsType_blendLinks'>{$comment->dateLine()|raw}</a> {{if $comment->editLine()}} ({lang="edited_lc"}) {{endif}} {{if $comment->hidden()}} · {$comment->hiddenBlurb()} {{endif}} </p> {{if member.modPermission('mod_see_warn') and $comment->warning}} {template="commentWarned" group="global" app="core" params="$comment"} {{endif}} </div> </div> <div class='ipsPad ipsClearfix'> <div class='ipsType_break ipsContained'><a href="{$comment->url()}" title='{lang="view_this_topic" sprintf="$comment->item()->title"}' class='ipsDataItem_title ipsTruncate ipsTruncate_line'>{wordbreak="$comment->item()->title"}</a></div> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsContained' data-controller='core.front.core.lightboxedImages'> {{if $comment->hidden() === 1 && $comment->author()->member_id == \IPS\Member::loggedIn()->member_id}} <strong class='ipsType_medium ipsType_warning'><i class='fa fa-info-circle'></i> {lang="comment_awaiting_approval"}</strong> {{endif}} </div> {{if $comment->hidden() !== 1 && \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) and settings.reputation_enabled}} <div class='ipsItemControls'> {template="reputation" group="global" app="core" params="$comment"} </div> {{endif}} </div> </li> {{endforeach}} </ul> </div> {{endif}} {{endif}} Using the existing code, it will show everything that you have asked for.
    1 point
  4. The new code to add to your custom.css file to remove the upgrade notice is as follows: Note: I got this from another site. It is not my own code, but added to my site and it works.
    1 point
  5. Version 1.0.0

    288 downloads

    Getting permission error? Original Post: https://invisioncommunity.com/files/file/7465-bim42-chatbox/ This is very simple chat system with the basic features: Ajax chat, auto update. Display as IPS widgets, so you can place it in sidebar or top page. Sound notification. User can toggle on/off. Admins/Moderators can block users. Users can ignore some chatters they don't want to see. Load more messages when scrolling end (or top). Announcement (on Top or Tab). Supports emoticons, URL, Image URL (gif, png, jpg) Supports GIPHY plugin. Supports youtube. @mention by clicking on usernames. Flood control. Bad word filters. Time format. Display newer messages in top or bottom. Permissions for viewing, chatting & management. Edit/Delete messages.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...