Jump to content

Xontero

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

Everything posted by Xontero

  1. @by_ix it works perfectly on last version thanks for your help
  2. I tried these three plugins. But none of them worked....! Click to Mention.xml Insert Nickname.xml Easy mention 1.0.0.xml Click to Mention.xml Insert Nickname.xml Easy mention 1.0.0.xml
  3. not works on last version
  4. Let me to try these
  5. @the.bunin I have not plugin. All mention plugins don't work on 4.6 I'm looking a new free version or ready code
  6. can someone do this without using plugin? I mean with coding
  7. @by_ix can you find that?
  8. hi @Respected new version of IPS Can not be downloaded!! https://ipbmafia.ru/ips4releases/
  9. hi. can someone give me a code or plugin to add this feature on 4.6?
  10. Xontero posted пост в теме in Invision Community 4 Support
    hi how can I add a mention button to posts without using plugin?
  11. I finally solved the problem. solution: we should disable "files must be approved" in file category What's the point in that ********************************** thanks to @tophacker and @Zero108
  12. I did but still I got that message
  13. Both are unrestricted My admin group permissions is full.
  14. Thanks to reply But this way did not solve the problem
  15. Hi. I'm admin and I have a full accesses and permissions but when I want to update a file I got this message " Your content will need to be approved by a moderator " What's the problem? my admin group setting: my file setting:
  16. hi @Respected in 4.6.1 version the Datastore folder is not exist can I manual create that?
  17. Xontero posted пост в теме in Invision Community 4 Support
    @Desti thanks to reply. my problem solved. this topic can be closed!
  18. Xontero posted пост в теме in Invision Community 4 Support
    @Respected please help me
  19. hi everybody How can I change default Breadcrumb style like this? Thanks in advance
  20. Xontero posted пост в теме in Invision Community 4 Support
    what do you mean? can you help me?
  21. Xontero posted пост в теме in Invision Community 4 Support
    hi I add this codes to show my custom statistics and every thing good works {{$stats = array();}} {{$stats['total_posts'] = \IPS\Db::i()->select( "COUNT(*)", 'forums_posts', array( 'queued = ?', 0 ) )->first();}} {{if \IPS\Settings::i()->archive_on }} {{$stats['total_posts'] += \IPS\forums\Topic\ArchivedPost::db()->select( 'COUNT(*)', 'forums_archive_posts', array( 'archive_queued = ?', 0 ) )->first();}} {{endif}} {{$stats['total_topics'] = \IPS\Db::i()->select( "COUNT(*)", 'forums_topics', array( 'approved = ?', 1 ) )->first();}} {{$where = array( 'name<>? AND email<>?', '', '' );}} {{$stats['member_count'] = \IPS\Db::i()->select( 'COUNT(*)', 'core_members', $where )->first();}} {{$count = \IPS\Db::i()->select( 'COUNT(*)', 'core_sessions', array( 'login_type<>? and running_time > ?', \IPS\Session\Front::LOGIN_TYPE_SPIDER, \IPS\DateTime::create()->sub( new \DateInterval( 'PT30M' ) )->getTimeStamp() ) )->first();}} {{if $count > $mostOnline['count'] }} {{$mostOnline = array( 'count' => $count, 'time' => time() );}} {{\IPS\Db::i()->update( 'core_sys_conf_settings', array( 'conf_value' => json_encode( $mostOnline ) ), array( 'conf_key=?', 'most_online' ) );}} {{unset( \IPS\Data\Store::i()->settings );}} {{endif}} {{$stats['most_online'] = $mostOnline;}} {{$exclude = array();}} {{$where = array( "name IS NOT NULL AND name != '' AND temp_ban != -1 AND email != ''" );}} {{foreach \IPS\Member\Group::groups() as $id => $group}} {{if $group->g_hide_online_list}} {{$exclude[] = $group->g_id;}} {{endif}} {{endforeach}} {{if count( $exclude )}} {{$where[] = '( ! ( ' . \IPS\Db::i()->in( 'member_group_id', $exclude ) . ' ) )';}} {{endif}} {{$where[] = '( ! ' . \IPS\Db::i()->bitwiseWhere( \IPS\Member::$bitOptions['members_bitoptions'], 'bw_is_spammer' ) . ' )';}} {{$where[] = 'core_validating.new_reg IS NULL';}} {{$stats['last_registered'] = \IPS\Member::constructFromData( \IPS\Db::i()->select( 'core_members.*, core_validating.new_reg', 'core_members', array( implode( ' AND ', $where ) ), 'core_members.member_id DESC', array( 0, 1 ) )->join( 'core_validating', "core_validating.member_id=core_members.member_id" )->first() );}} <h3 class = 'ipsType_reset ipsWidget_title ipsType_center' > <span class = 'ips_stat' > {lang="total_topics"} <span class = 'ips_static' > {number="$stats['total_topics']"} </span></span> <span class = 'ips_stat' > {lang="total_posts"} <span class = 'ips_static' > {number="$stats['total_posts']"} </span></span> <span class = 'ips_stat' > {lang="stats_total_members"} <span class = 'ips_static' > {number="$stats['member_count']"} </span></span> <span class = 'ips_stat' > {lang="stats_newest_member"} <span class = 'ips_static' > {$stats['last_registered']->link()|raw} </span></span> <span class = 'ips_stat' > {lang="stats_most_online"} <span class = 'ips_static' data-ipsTooltip title = '{datetime="$stats[' most_online '][' time ']" norelative="true"}' > {number="$stats['most_online']['count']"} </span></span> </h3> but I want to display totalfiles but after adding, it returns 0 result. <span class = 'ips_stat' > {lang="totalfiles"} <span class = 'ips_static' > {number="$stats['totalfiles']"} </span></span> I think $stats variable need please help me!
  22. hi how can I change my default menu style display like blow theme? https://ipb.stylesfactory.pl/
  23. hi guys how can I remove or change (BIM) chatbox free copyright?
  24. Xontero posted пост в теме in Interface
    updated to new version