Resource icon

xF2 Add-on [XB] Fake Activity 1.5.6

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,150
Points
823

Reputation:

@lacidious Don't worry, I'll send it to you when it gets updated
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,150
Points
823

Reputation:

ENXF NET updated [XB] Fake Activity with a new update entry:

[XB] Fake Activity Update 1.5.6

Update includes:
  • Fixed error "Callback XenBulletins\FakeActivity\XF\Option\Settings::verifyOption is invalid (error_invalid_method). "
[XB] Fake Activity Update 1.5.5

Update Includes:

  1. Optimize code remove duplication
  2. Change branding location
  3. Remove extra queries calling from template
  4. use xf's cookie function
  5. Change the function names
  6. Optimize database queries

Read the rest of this update entry...
 

Monyo

Member
Registered
Joined
Mar 28, 2022
Messages
11
Points
13

Reputation:

When viewing who's online it shows:
Code:
ErrorException: [E_WARNING] array_rand(): Array is empty in src/addons/XenBulletins/FakeActivity/XF/Repository/SessionActivity.php at line 263

    XF::handlePhpError()
    array_rand() in src/addons/XenBulletins/FakeActivity/XF/Repository/SessionActivity.php at line 263
    XenBulletins\FakeActivity\XF\Repository\SessionActivity->setActivityUrl() in src/addons/XenBulletins/FakeActivity/XF/Repository/SessionActivity.php at line 65
    XenBulletins\FakeActivity\XF\Repository\SessionActivity->findForOnlineList() in src/XF/Pub/Controller/Online.php at line 27
    XF\Pub\Controller\Online->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
    XF\App->run() in src/XF.php at line 517
    XF::runApp() in index.php at line 20
 

Appmorn

Well-known member
Registered
Joined
Apr 26, 2020
Messages
91
Points
28

Reputation:

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

How to remove footer branding Some of the add-ons on this site are powered by XenConcept™ ©2017-2023 XenConcept Ltd. (Details)
Appmornwrong thread,

but search for src\addons\XenConcept\YOURADDON\Template\Callback\Copyright.php

find

PHP:
        $html = '<div>
            Some of the add-ons on this site are powered by  <a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com/products" target="_blank">XenConcept&#8482;</a>
            &copy;2017-' . date('Y') . ' <a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com" target="_blank">XenConcept Ltd. (<a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com/products/?products=' . implode(',', $branding) .'" target="_blank">Details</a>)</a>
        </div>';

replace with

PHP:
$html = '';
 
View previous replies…

Appmorn

Well-known member
Registered
Joined
Apr 26, 2020
Messages
91
Points
28

Reputation:

wrong thread,

but search for src\addons\XenConcept\YOURADDON\Template\Callback\Copyright.php

find

PHP:
        $html = '<div>
            Some of the add-ons on this site are powered by  <a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com/products" target="_blank">XenConcept&#8482;</a>
            &copy;2017-' . date('Y') . ' <a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com" target="_blank">XenConcept Ltd. (<a class="u-concealed" rel="nofollow noopener" href="https://www.xen-concept.com/products/?products=' . implode(',', $branding) .'" target="_blank">Details</a>)</a>
        </div>';

replace with

PHP:
$html = '';
SNap!There is no such folder/file in this addon
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,150
Points
823

Reputation:

Top