2.5.x - 90% complete, want to beta it ? - Another Web Company
ArcadeDownloadsNewslettersForum MenuNavigationWhat AWC OffersWiki ToolsLogin or Create Account

Log in

You must have cookies enabled to log in to Main Site - Local.

 

2.5.x - 90% complete, want to beta it ?

From Another Web Company

You are viewing a single post from the thread title above
Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list

Click here for full thread
Gets Around
Wiki Edits: 24
Threads 21
Posts 160
Here is my Idear to fix it, on my wiki its going:

Change in awc_forum.php
    if(isset($whos_here->installed)){
        $whos_here->load_ses($WhoWhere);
        $out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
    }

to
    global $freggern_fix;
    if(isset($whos_here->installed) && $freggern_fix != true){
        $whos_here->load_ses($WhoWhere);
        $out->mBodytext .= '<br /><br /><br />' . awcs_forums_whos_here_skin_wiki($whos_here->whos_here) ;
        $freggern_fix = true;
    }


so the whos_here can't add more then one times
Freggers Wiki (German)


Whos here now: Members 0 Guests 0 Bots/Crawlers: 0


AWC's: 2.6.0 MediaWiki - Stand Alone Forum Extension
Forum theme style by: AWC