Is there anyway to know user's last login date?

Is there anyway to know user's last login date? I have just looked into the db, and I can see that there's this "last_activity" field in the xf_user table. But, I want to just know last login date of users, even if users didn't perform any activity after login.

Any help would be greatly appreciated!

Читать далее...

google adsense problem. deactivating account for no reason (or at least they dont tell me why)

This is already the second time my AdSense account has been deactivated without explaining the reason, saying that they can't disclose it due to privacy reasons. It might be because they think I'm telling users to click on the ads or that I'm clicking on the ads myself, which I have never done. The only thing I did was create a premium upgrade account that allows users to avoid seeing ads. Does anyone know how to avoid getting your Google AdSense account deactivated every month for a month...

Read more

Читать далее...

Приветствуем нового пользователя, zver1o7

@zver1o7, Добро пожаловать на наш форум! Территория возможностей 💥 😉

Зарегистрированный пользователь не может скачивать ресурсы ознакомившись с условиями на странице с повышениями групп или в личном профиле!


Описания платных групп:

[OzzModz] Thread Reply Whitelist [Paid]

Ozzy47 submitted a new resource:

[OzzModz] Thread Reply Whitelist - Ability to restrict replies in a thread to everyone except users with permission or a defined list o

Requirements:
XF 2.2

Ability to restrict replies in a thread to everyone except users with permission or a defined list of users

Features:



  • Permissions to manage reply whitelists in own thread or any thread
  • Permissions to ignore whitelists in own threads (for topic starter) or...
Click to expand...

Read more

Читать далее...

[OzzModz] Buy Tag [Paid]

Painbaker submitted a new resource:

[PB] Buy Tag - Hide paid content with BUY BB-code tag

Allows to hide content with BB-code for paid unlock.
Tag linked to unique hide identifier, what allows to use any amount of hidden fragments which needed to be unlocked separately.
Uses standard Payment Providers system for purchasing content.

Requirements:
XF 2.1.10+
[MMO] Hide Bb-Code Content System 2.1.12 and higher


Permissions:

View attachment 239099

Options:
View attachment 239090...
Click to expand...

Read more

Читать далее...

Приветствуем нового пользователя, danikkk

@danikkk, Добро пожаловать на наш форум! Территория возможностей 💥 😉

Зарегистрированный пользователь не может скачивать ресурсы ознакомившись с условиями на странице с повышениями групп или в личном профиле!


Описания платных групп:

Плагин xF2 [AndyB] Email subscription

Pokschubin разместил(а) новый ресурс:

[AndyB] Email subscription - Каждый день отправляет электронное письмо с самыми популярными темами.

Каждый день отправляет электронное письмо с самыми популярными темами.

Всем участникам и гостям, подписавшимся на рассылку по электронной почте, отправляется список самых популярных тем.

(Пример электронного письма для подписки)

Посмотреть вложение 10730

(Пример страницы настроек)

Посмотреть вложение 10731

(Пример ссылки на подписку по электронной почте в нижнем колонтитуле)

Посмотреть вложение 10732

(Пример наложения подписки / отказа от подписки, гостевой...

Посмотреть страницу этого ресурса...

Плагин xF2 [cXF] Widget Homepage

НетМеня обновил ресурс [cXF] Widget Homepage новой записью:

2.0.1

  • изменен код значка для совместимости с XF 2.3 во фразе навигации

2.0.0​


Эти изменения касаются только XenForo версии 2.3! Если вы используете XenForo 2.2, обновлять его не нужно (последняя версия этого дополнения — 1.6.8)

Изменения:
  • возможность загрузить пользовательский логотип (без добавления URL-адреса изображения вручную)
  • изменен код пользовательского логотипа на главной странице (добавлены настройки...

Посмотреть подробности об этом обновлении...

Akismet server / API problems?

Anybody getting lots of CURL errors due to the Akismet anti-spam service today? Like these (replaced my API key with [API KEY] below):
GuzzleHttp\Exception\ConnectException: Akismet HTTP error: cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to [API KEY].rest.akismet.com:443 (see libcurl - Error Codes) for https://[API KEY].rest.akismet.com/1.1/comment-check src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210
Click to expand...


Read more

Читать далее...

XenForo upgrade check failed: cURL error 35: error:0A00041A:SSL routines::tlsv1 alert decode error

Stack trace:
Code:

Код:
#0 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(158): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(110): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#2 src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47)...

Read more

Читать далее...

Which event manger/calendar for my needs?

In my forum we do collect public events by others that are interesting for the forum topic and do have a very small number of events that are organized by forum members for the forum as well (the latter like 3-4 per year)

We do have one "events-Thread" per year where the dates are collected in the start posting and new events are added by the forum members by posting to the thread. This is manual work, but we are talking about like maybe 40 events in total per year, so while not optimal...

Read more

Читать далее...

XFRM\Service\ResourceItem\Icon::updateIcon can fail with an internal server error instead of returning false

Previously updateIcon had a guard statement around if imageFromFile failed, but the added isOptimized check misses that.


PHP:

Код:
$baseImage = $imageManager->imageFromFile($this->fileName);
$isOptimized = $baseImage->getType() === IMAGETYPE_WEBP;
unset($baseImage);

if ($this->width != $targetSize || $this->height != $targetSize)
{
    $image = $imageManager->imageFromFile($this->fileName);
    if (!$image)
    {
        return false;
    }

This can result in an internal...

Read more

Читать далее...

XFRM\Service\ResourceItem\Icon::setImageFromExisting does not fail as expected if the icon is missing

PHP:

Код:
public function setImageFromExisting(): bool
{
    $path = $this->resource->getAbstractedIconPath();
    if (!$this->app->fs()->has($path))
    {
        new \InvalidArgumentException(
            "Resource does not have an icon ({$path})"
        );
    }
There is no throw on that new \InvalidArgumentException line

Читать далее...

There are scheduled jobs outstanding which have not run. Jobs may not be getting triggered when expected.

Upgraded yesterday. There is this warning in ACP. In tools->cron entries can see that most of entries have yesterday as next run date. Tried to run manually. Only few updated. But everyone had a message " Cron entry was run successfully. ".

Читать далее...

[OzzModz] Overlay Data Template Context

Ozzy47 submitted a new resource:

[OzzModz] Overlay Data Template Context - Adds template context data parameter to the overlay HTML

Requirements:
XF 2.2+


Description:

Adds template context data parameter to the overlay HTML (used for styling by our addons)

View attachment 281068
Click to expand...

Read more about this resource...

Читать далее...

View reported items as an administrator?

Hey guys,
its come to my attention that moderators have a "reports" tab at the very top of the forum, where they're able to view items that have been reported by the members. However as an administrator, I don't have this option, which is a bit concerning as it means I'm potentially missing problematic content in the community.

1729318238831.webp

How do I go about enabling this?

Cheers

Читать далее...

[OzzModz] Remove Last Post Avatars

Ozzy47 submitted a new resource:

[OzzModz] Remove Last Post Avatars - Removes the last post avatars from the forum thread list in XenForo 2.1

Removes the last post avatars from the forum thread list in XenForo 2.1.

Before install:
View attachment 297906

After install:
View attachment 297907
Click to expand...

Read more about this resource...

Читать далее...

Explore the Best Wooden Flooring Options in Bangalore.

Explore top-quality wooden flooring in Bangalore to enhance your home's interiors. From solid hardwood to engineered and laminate flooring, the city offers a variety of options that combine style, resilience, and cost-effectiveness. Find out how to select the ideal wooden flooring to complement Bangalore's climate and your design vision, while discovering leading suppliers and the latest trends to elevate your living space.

Читать далее...

How to update users email via API if you have only username?

Is there a method to update a user's email address via the API if I have only their username?

I see that I can POST and update to their email using their ID : /api/users/{{userid}}

But can I GET their userid from their username somehow?

What would be the method to make this work?

Thanks.

Читать далее...

Фильтровать

Назад
Верх Низ