Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   Open the tracker for guest and tracker (http://www.bvlist.com/showthread.php?t=8121)

ibanez 8th July 2012 21:31

Open the tracker for guest and crawler
 
Hi,

As you know open tracker isn't verry open, it show only a login box for guest and crawler, and that is verry bad for SEO.


to open your open tracker :wild:

go to library/Main.php

and find and comment the following lines :

PHP Code:

   if (USER_ID) {
            if (
$this->data['url']['application'] == "news" || $this->data['url']['application'] == "admin")
                
$tpl->loadFile("template_sidebar.php");
            else
                
$tpl->loadFile("template.php");
        }
        if (!
USER_ID && !$this->isAllowed())
            
header("location: " page("user""login"));

        if (!
USER_ID && $this->isAllowed()) {
            
$tpl->loadFile("login.php");
        } 


add after


PHP Code:

if ($this->data['url']['application'] == "news" || $this->data['url']['application'] == "admin")
                
$tpl->loadFile("template_sidebar.php");
            else
                
$tpl->loadFile("template.php");
        } 


hope that an option will be in future verssion of our favorite tracker script.

enjoy

GuldlocK 11th August 2012 21:51

pls
 
screens pls


All times are GMT +2. The time now is 16:50.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.