Jump to content

Featured Replies

У кого есть обновленный код для регистрации в postContainer

{{$days =  floor(($now - $joined)/(60*60*24));}}
Регистрация:
datetime="$comment->author()->joined" dateonly="true"}

этот почему то не отображается дату регистрации на русском языке :bw:
             
        
          

@by_ix

Можешь скинуть для версии 4.4/4.5 код для PostContainer

от Регистрации и Дней с нами?

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/
Share on other sites
{{$days = floor((strtotime("now")-strtotime("{$comment->author->joined}"))/86400);}}
{number="$days"}

{datetime="$comment->author->joined" dateonly="true"}

 

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180254
Share on other sites
1 минуту назад, by_ix сказал:
{{$days = floor((strtotime("now")-strtotime("{$comment->author->joined}"))/86400);}}
{number="$days"}

{datetime="$comment->author->joined" dateonly="true"}

 

Спасибо еще с нами дней можно )

Edited by Dusty

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180255
Share on other sites
4 минуты назад, Dusty сказал:

Спасибо еще с нами дней можно )

первые две строки - дней.
последняя - рег.

Edited by by_ix

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180257
Share on other sites
6 минут назад, by_ix сказал:

первые две строки - дней.
последняя - рег.

Ммм на анг языке норм а вот для русской локализации не показывает число от регистрации хмм

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180258
Share on other sites
15 минут назад, Dusty сказал:

Ммм на анг языке норм а вот для русской локализации не показывает число от регистрации хмм

если не сложно еще можешь кинуть подписчики )

17 минут назад, Dusty сказал:

Ммм на анг языке норм а вот для русской локализации не показывает число от регистрации хмм

Может перевод не правильный на русской локализации? где это можно проверить ?

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180260
Share on other sites

For 4.6 it's just:

{datetime="$comment->author()->joined" dateonly="true"}

It show like this:

261866875_CapturadeTela2022-04-19as13_53_35.png.43fd858a6cb2acb9f8c14cef0e1c0875.png

 

So, I set up like this:
 <span style="color:black"><br/> <strong>Registro:</strong></span> {datetime="$comment->author()->joined" dateonly="true"}

1664731331_CapturadeTela2022-04-19as13_55_31.png.ebe9e508faa6ce0599e4e13d40f96de6.png

 

 

Edited by newload

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180261
Share on other sites
1 минуту назад, newload сказал:

For 4.6 it's just:

 

It show like this:

261866875_CapturadeTela2022-04-19as13_53_35.png.43fd858a6cb2acb9f8c14cef0e1c0875.png

 

So, I set up like this:
 

   

1664731331_CapturadeTela2022-04-19as13_55_31.png.ebe9e508faa6ce0599e4e13d40f96de6.png

 

 

In English, it also works fine for me, but in Russian it just doesn't)

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180262
Share on other sites

Dusty 

{{$follow = (int) \IPS\Db::i()->select( 'COUNT(*)', 'core_follow', array( 'follow_rel_id=?', $author->member_id ) )->first();}}
{number="$follow"}

не уверен, если ли глобальный запрос для них.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180269
Share on other sites
2 минуты назад, by_ix сказал:

Dusty 

{{$follow = (int) \IPS\Db::i()->select( 'COUNT(*)', 'core_follow', array( 'follow_rel_id=?', $author->member_id ) )->first();}}
{number="$follow"}

не уверен, если ли глобальный запрос для них.

Не Отображает кол-во подписчиков хмм

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180271
Share on other sites

Dusty для 4.4 нужно?

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180272
Share on other sites
2 минуты назад, by_ix сказал:

Dusty для 4.4 нужно?

Да

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180273
Share on other sites

Dusty 

<span class='aupTitle'><i class="fa fa-calendar-o fa-lg" aria-hidden="true"></i> {lang="joined"}</span><br/>
<strong><span class='aupContent'>{datetime="$comment->author()->joined" dateonly="true"}</span></strong><br/>
{{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}}
{lang="На сайте"} <strong><span class='aupTitle'>{$date_joined} дней</span></strong>

лишнее в коде сам можешь убрать

7678.png.2f089a1eb9f54266d80a6f80e7200240.png

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180274
Share on other sites

SlawkA я то же самое скинул. :ay:

Dusty по базе смотреть надо, мб таблицы по-другому там назывались.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180276
Share on other sites
2 минуты назад, by_ix сказал:

я то же самое скинул. :ay:

только на {$date_joined} дней

нужно прюлализацию нужно делать. что было: день, дней, дня и тд)))

а мне лень. постконтейнер собирал еще на версии 4.1

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180277
Share on other sites

SlawkA пишешь дн. и нет проблем.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180278
Share on other sites
1 минуту назад, by_ix сказал:

SlawkA пишешь дн. и нет проблем.

тоже как вариант. но когда работает дней, дня, день то так выглядит лучше)))

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180279
Share on other sites
23 минуты назад, SlawkA сказал:

Dusty 

<span class='aupTitle'><i class="fa fa-calendar-o fa-lg" aria-hidden="true"></i> {lang="joined"}</span><br/>
<strong><span class='aupContent'>{datetime="$comment->author()->joined" dateonly="true"}</span></strong><br/>
{{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}}
{lang="На сайте"} <strong><span class='aupTitle'>{$date_joined} дней</span></strong>

лишнее в коде сам можешь убрать

7678.png.2f089a1eb9f54266d80a6f80e7200240.png

а для фоловеров нету?

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180281
Share on other sites
3 минуты назад, Dusty сказал:

а для фоловеров нету?

делал вот такое. без аватарок и ников. просто количество фоловеров у юзвера.

5445.png.528a1f8ee193992f9e4df0f281c84149.png

<span class='aupTitle'><i class="fa fa-line-chart fa-lg" aria-hidden="true"></i> Читателей</span><br/>
<strong><span class='aupTitle'>{$stats['follower']}</span></strong>
Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180282
Share on other sites
4 минуты назад, SlawkA сказал:
{$stats['follower']}

что за переменная $stats? явно от какого-то плагина.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180284
Share on other sites
1 минуту назад, by_ix сказал:

что за переменная $stats? явно от какого-то плагина.

давно собирал. не помню. но собирал коды без всяких плагинов. то есть коды не привязаны ни к каким плагинам.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180285
Share on other sites

SlawkA значит перед ней ещё что-то.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180286
Share on other sites
1 минуту назад, by_ix сказал:

SlawkA значит перед ней ещё что-то.

код должен быть без которого он не выдает кол-во ибо оно так не работает у меня

27 минут назад, by_ix сказал:

SlawkA я то же самое скинул. :ay:

Dusty по базе смотреть надо, мб таблицы по-другому там назывались.

а какие таблицы надо посмотреть?

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180288
Share on other sites
2 минуты назад, by_ix сказал:

SlawkA значит перед ней ещё что-то.

1 минуту назад, Dusty сказал:

код должен быть без которого он не выдает кол-во ибо оно так не работает у меня

вспомнил. это в самый верх постконтейнера)))

{{$stats['follower'] = (int) \IPS\Db::i()->select( 'COUNT(*)', 'core_follow', array( 'follow_rel_id=?', $comment->author()->member_id ) )->first();}}

 

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180289
Share on other sites

Dusty core_follow.
возможно, таблица и столбы те же, но у таблицы есть префикс.

Link to comment
https://ipbmafia.ru/topic/24351-postcontainer/?&do=findComment&comment=180291
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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.