Jump to content

Xontero

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

Posts posted by Xontero

  1. ·

    Edited by LoveHate

    @avangcom

    you're from Iran!!!!!!!!

    follow this simple step:

    Go to ACP --> APPEARANCE --> Themes --> Your Theme --> Edit CSS and HTML --> Type  profileSubscription in Search Box. 

    Go to  profileSubscription template. 

    Find:

    <span  class = 'cProfileSubscription_text' ><i  class = "fa fa-certificate" ></i>  &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} </span> 

    Change to:

    <span  class = 'cProfileSubscription_text' > 
    <i  class = "fa fa-certificate" ></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}
    {{if $member->member_id == \IPS\Member::loggedIn()->member_id}}
     <br/> 
    {$subscription->currentBlurb()}
    {{endif}}
     </span> 

    output:

    Spoiler

    expires-subscription-date-in-profile-Invision-Community-Pecetowicz.png.bff69501bb039548c431a2ab25baa7e9.png.0a1eec942401a9b7bffca7e7a23b13ea.png

     

    good lock

    @avangcomyou're from Iran!!!!!!!!

    follow this simple step:

    Go to ACP --> APPEARANCE --> Themes --> Your Theme --> Edit CSS and HTML --> Type  profileSubscription in Search Box. 

    Go to  profileSubscription template. 

    Find:

    <span class='cProfileSubscription_text'><i class="fa fa-certificate"></i> &nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}</span>

    Change to:

    <span class='cProfileSubscription_text'>
    <i class="fa fa-certificate"></i>&nbsp;{lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}
    {{if $member->member_id == \IPS\Member::loggedIn()->member_id}}
    <br/>
    {$subscription->currentBlurb()}
    {{endif}}
    </span>

    output:

    Spoiler

    expires-subscription-date-in-profile-Invision-Community-Pecetowicz.png.bff69501bb039548c431a2ab25baa7e9.png.e1f86593e11c63c27d6957d5aca9c5e1.png

     

  2. Posted

    Integration with Vkontakte


    Приложение Интеграция с Вконтакте содержит в себе три набора функционала:

    1. VK.com Login Handler - авторизация пользователей в Invision Community с помощью социальной сети Вконтакте. Инструкция по настройке.

    2. VK.com Share Service - пользователи могут делиться любым контентом в сообществе с помощью одной кнопки. Подробнее.

    3. VK.com Content Promotion - продвижение контента в группу или страницу Вконтакте по расписанию. Подробнее о продвижение в Вконтакте.