Jump to content

avangcom

Актив
  • Регистрация

  • В сети

Posts posted by avangcom

  1. On 3/17/2022 at 11:38 AM, by_ix said:

    @avangacom samne all:

    {{if $subscription = \IPS\nexus\Subscription::loadActiveByMember( $member )}}
    	<div class='cProfileSidebarBlock ipsSpacer_bottom'><a href='{url="app=nexus&module=subscriptions&controller=subscriptions" seoTemplate="nexus_subscriptions"}'>
    			<div class='cProfileSubscription {{if $subscription->package->_image}}cProfileSubscription--with-image{{else}}cProfileSubscription--no-image{{endif}}' style='display:grid;align-items:center;padding:10px 0;'>
    				{{if $subscription->package->_image}}
    					<div class="cProfileSubscription_bg" style='background-image: url( "{expression="str_replace( array( '(', ')' ), array( '\(', '\)' ), $subscription->package->_image->url )"}" )'></div>
    					<div class='cProfileSubscription_gradient'></div>
    				{{endif}}
    				<span class='cProfileSubscription_text'><i class="fa fa-certificate"></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}</span>
    				<span class='cProfileSubscription_text' style='color:red;margin-top:-10px;'>Expaire vip: {datetime="$subscription->expire" dateonly="true"}</span>
    			</div></a>
    	</div>
    {{endif}}

     

    Hello

    How do I add these to the IC5 version???

    @by_ix

  2. 15 hours ago, Optinice said:

    Обнаружил такую проблему.

    Установлен плагин Hidden Conten 2.3.0, на всех остальных темах работает всё корректно

    Зона хайда белая не чего не видно.

    432.png

    На ползунки настроек цвета зоны hide не как не реагирует

    1.png

    Повторюсь на всех остальных темах всё работает стабильно.

    hello

    How did you install Hidden Content 2.3.0 on the ic5 version????

    Do you have the program???

    Because I have Hidden Content 2.3.0, it is a plugin

  3. On 11/21/2024 at 10:49 PM, Silence said:

    NOWPayments Gateway

    NOWPayments Gateway для коммерции Invision Community 5. Приложение было переписано и улучшено. 

    • Добавлена настройка режима отладки.

    • Добавлена настройка для выбора криптовалюты для оплаты.

    • Другие улучшения.

    Информация

    Submitter Silence

    Submitted 21.11.2024

    Category IC5 apps

    Просмотр файла

    1.thumb.jpg

    Hello

    It was installed on version 4.7.16 but no option was added to the payment method

    But in version 5 it will be added to the payment method

    Is there a way to use it in version 4 as well???

  4. 10 hours ago, Silence said:

    Перейти в ACP > Themes > Theme Designer: Templates > + Create new template:

    Name: PostContainerButtons

    TypeRequired: Hook

    Hook Application: Forums

    Hook Target: postUserReputation

    Hook Type: Hook Type

    Content:

    HTML

    <div class=" brc_padding">

    <div class="ipsList_reset ipsFlex ipsFlex-ai:center ipsGap:3 ipsGap_row:0">

    {{if ( \IPS\Member::loggedIn()->member_id and \IPS\Member::loggedIn()->member_id !== $comment->author()->member_id ) && !$member->members_disable_pm and !\IPS\Member::loggedIn()->members_disable_pm and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'messaging' ) )}}

    <a href='{url="app=core&module=messaging&controller=messenger&do=compose&to={$comment->author()->nmember_id}" seoTemplate="messenger_compose"}' data-ipsDialog data-ipsDialog-title='{lang="compose_new"}' data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="message_sent"}" data-ipsDialog-forceReload class='ipsButton ipsButton--share ipsButton--inherit' data-ipstooltip title="{lang="messagesend"}"><i class="fa fa-envelope" aria-hidden="true"></i></a>

    {{endif}}

    <a class="ipsButton ipsButton--share ipsButton--inherit" href="{url="app=core&module=members&controller=profile&do=content&id={$comment->author()->member_id}" base="front" seoTemplate="profile_content" seoTitle="$comment->author()->members_seo_name"}" data-ipstooltip title="{lang="findcontent"}"><i class="fa fa-book" aria-hidden="true"></i></a>

    {{if \IPS\Member::loggedIn()->member_id && $comment->author()->canBeIgnored() and \IPS\Member::loggedIn()->member_id !== $comment->author()->member_id }}

    <a class="ipsButton ipsButton--share ipsButton--inherit" href="{url="app=core&module=system&controller=ignore&id={$comment->author()->member_id}" seoTemplate="ignore"}" data-ipstooltip title="{lang="addignore"}"><i class="fa fa-user-times" aria-hidden="true"></i></a>

    {{endif}}

    </div></div>

    postC.png

    hello

    These changes are very simple

    How can we convert it like the image below??

    I have the code for this image for version 4, but it doesn't work on version 5

    Untitled.jpg