Jump to content
WebFlake
  • 0

(TB) Ticket System 2


Oturo

Question

2 answers to this question

Recommended Posts

  • 0

It is not working because the system is reporting guests as bots. Why I don't know.

 

File

adminapplications_addonotherticketssourcesclasseslibrary.phpCheck

 

function

public function checkViewPermissions()    {        /* Guest? */        if ( !$this->memberData['member_id'] || $this->member->is_not_human )        {            $this->showError( 'ts_no_guests', 1000 );        }

 

If you want change this

$this->showError( 'ts_no_guests', 1000 );

to this

// $this->showError( 'ts_no_guests', 1000 );
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...