View Single Post
  #1  
Old 25th May 2011, 13:13
Cyber14 Cyber14 is offline
Member
 
Join Date: May 2011
Netherlands
Posts: 7
Exclamation Make the Tracker Private?
Hello, my name is Cyber14 and new with Trackers.

I'm working with TT v2.06 and my question is: Can i make everything Private?

I want to have a private tracker for only friends and users that are been invited for my tracker.

Now i see the Blocks and other things sutch as the Index, Notice, News, and many more.

But i'm looking for something that only shows:
You are not logt in to this tracker.

Can somebody help me with this?

Greetings from The Netherlands,
Cyber14

It have been solved!

Index.php
Code:
require_once("backend/functions.php");
dbconn(true);
Add loggedinonly();
Code:
require_once("backend/functions.php");
dbconn(true);
loggedinonly();
This is the way that i have solved my question.
Reply With Quote
The Following User Says Thank You to Cyber14 For This Useful Post:
dandanch (26th March 2012)