Posted 16 марта, 20222 yr comment_178798 Hello I want the expiration date of the VIP user to be specified in the user's post on which date the subscription will be deactivated. Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/ Share on other sites Больше вариантов
16 марта, 20222 yr comment_178799 Пиши на русском. Есть google-переводчик. Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178799 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178800 17 минут назад, Zero108 сказал: Пиши на русском. Есть google-переводчик. 🙂 Спойлер Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178800 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178801 Example: Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178801 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178804 avangcom {{$membersub = \IPS\nexus\Subscription::loadActiveByMember($comment->author());}} {{if $membersub->expire > time()}} {datetime="$membersub->expire" dateonly="true"} {{endif}} Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178804 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178805 Куда мне добавить эти предметы? Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178805 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178806 в шаблон postcontainer в редакторе темы. Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178806 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178807 Thanx Tested ok Пожалуйста, измените код, чтобы изменить его, как показано ниже. Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178807 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178809 {{$membersub = \IPS\nexus\Subscription::loadActiveByMember($comment->author());}} {{if $membersub->expire > time()}} <span style="color:red;">Expaire vip:</span> {datetime="$membersub->expire" dateonly="true"} {{endif}} Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178809 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178810 by_ix Please Check Thanx Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178810 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178828 Пожалуйста, покажите, как добавить окончание подписки, как показано ниже Куда мне добавить эти предметы? by_ix Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178828 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178830 в шаблон profileSubscription: <span style="color:red;">Expaire vip:</span> {datetime="$subscription->expire" dateonly="true"} Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178830 Share on other sites Больше вариантов
16 марта, 20222 yr Author comment_178832 Как поставить посередине??? Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178832 Share on other sites Больше вариантов
16 марта, 20222 yr comment_178833 <span style="color:red; align:center;">Expaire vip:</span> {datetime="$subscription->expire" dateonly="true"} Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178833 Share on other sites Больше вариантов
17 марта, 20222 yr Author comment_178835 Zero108 Он не работает и все еще слева by_ix please help Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178835 Share on other sites Больше вариантов
17 марта, 20222 yr comment_178836 avangcom замени всё: {{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> {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}} Edited 17 марта, 20222 yr by by_ix Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178836 Share on other sites Больше вариантов
17 марта, 20222 yr comment_178849 @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> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} </span> Change to: <span class = 'cProfileSubscription_text' > <i class = "fa fa-certificate" ></i> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} {{if $member->member_id == \IPS\Member::loggedIn()->member_id}} <br/> {$subscription->currentBlurb()} {{endif}} </span> output: Spoiler 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> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"}</span> Change to: <span class='cProfileSubscription_text'> <i class="fa fa-certificate"></i> {lang="nexus_subs_subscriber" sprintf="$subscription->package->_title"} {{if $member->member_id == \IPS\Member::loggedIn()->member_id}} <br/> {$subscription->currentBlurb()} {{endif}} </span> output: Spoiler Edited 17 марта, 20222 yr by LoveHate Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178849 Share on other sites Больше вариантов
17 марта, 20222 yr comment_178851 2 часа назад, LoveHate сказал: you're from Iran!!!!!!!! мой Отец Иранец Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178851 Share on other sites Больше вариантов
17 марта, 20222 yr comment_178852 1 hour ago, SlawkA said: my father is Iranian Действительно? Откуда ты? Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178852 Share on other sites Больше вариантов
17 марта, 20222 yr comment_178853 2 минуты назад, LoveHate сказал: Действительно? Откуда ты? это долгая история)) и не по теме здесь, но я Русский Иранец это точно Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=178853 Share on other sites Больше вариантов
28 марта, 20222 yr comment_179138 В 18.03.2022 в 02:06, LoveHate сказал: Действительно? Откуда ты? земляки встретились Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=179138 Share on other sites Больше вариантов
1 марта, 20231 yr comment_190582 On 3/17/2022 at 11:38 AM, by_ix said: avangcom замени всё: @by_ix Этот код показывает неправильную дату для меня. В чем проблема? https://ibb.co/Wp2P0Sh Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=190582 Share on other sites Больше вариантов
1 марта, 20231 yr Author comment_190586 4 hours ago, turk said: @by_ix Этот код показывает неправильную дату для меня. В чем проблема? https://ibb.co/Wp2P0Sh Время и дата сервера установлены? Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=190586 Share on other sites Больше вариантов
4 марта, 20231 yr comment_190660 On 3/1/2023 at 9:17 PM, avangcom said: Server time and date set? yes Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=190660 Share on other sites Больше вариантов
4 марта, 20231 yr Author comment_190669 clear cache Link to comment https://ipbmafia.ru/topic/24206-put-the-expiration-date-of-the-vip-user-in-the-postbit/?&do=findComment&comment=190669 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.