[RSS Feed/News] navigationSetup

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have a small addon that should show if someone new follows you.


function navigationSetup
asks for tab in navigation
public static function navigationSetup(\XF\Pub\App $app, array &$navigationFlat, array &$navigationTree) { if (isset($navigationFlat['faves'])) {

fetch session data
set array

$session = $app->session(); $sessionFollower = array_replace([ 'count' => 0, 'lastUpdate' => 0...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom