|
Edwin Reedijk
|
|
Posted on: 2004-08-04 12:08:53
|
|
|
|
User info Registred user
Groups: Members
Posts: 5
Member No.3306
Joined: 28.07.2004
|
Hi,
The Site is becoming to go live now, only what i would like to know is how to activate the Supratrack. I installed the sql script _tracker.sql into the sitesupra database. Only if i open the website on another computer, then Sitesupra does not add a record to the table.
Regards.
|
|
Vaidas Zilionis
|
|
Posted on: 2004-08-04 12:21:24
|
|
|
|
User info Solution Provider
Groups: Trusted Developers
Posts: 579
Member No.25
Joined: 20.01.2003
|
if you installed db. Check is good it's name. If your language in .htsupra is 'en', when must by tables: tracks_en, paths_en. if you have more "languages" for that site, create tables tracks_LANG, paths_LANGS.
Second step.
configure .htsupra
$suMODULES=Array ( 'track' =>Array ( 'dir' =>'track', 'mode' =>1, ), );
configure .htedit
$suUSERMENU=Array ( 'track'=>Array ( 'dialog'=>'#track/track', 'icon'=>'track.gif', 'title'=>'SupraTrack', 'key'=>'CTRL+SHIFT+T', ),
);
It must work. -- Yours respectfully ,
Vaidas Zilionis aka Why2liz
Email: info@sitesupra-tools.net
Website: www.SiteSupra-Tools.net
|
|
Edwin Reedijk
|
|
Posted on: 2004-08-04 14:48:43
|
|
|
|
User info Registred user
Groups: Members
Posts: 5
Member No.3306
Joined: 28.07.2004
|
Hi Vaidas.
Checked all and looks ok, stil no records found in track_en , paths_en
.htsupra
$suLANG = Array ( 'langs' =>Array ( 'en'=>Array ( 'id' =>1, 'code' =>1252, 'charset' =>'windows-1252', 'name' =>'English', ), ), // 'cookie' =>'supraLang', );
$suMODULES=Array ( /*'users' => array ( 'dir' =>'users', 'mode' =>1|2 ), 'track' =>Array ( 'dir' =>'track', 'mode' =>1, // 1 public, 2 edit ),*/ );
.htedit
$suUSERMENU=Array ( 'track'=>Array ( 'dialog'=>'#track/track', 'icon'=>'track.gif', 'title'=>'SupraTrack', 'key'=>'CTRL+SHIFT+T', ), 'users'=>Array ( 'dialog'=>'#users/um', 'icon'=>'users.gif', 'title'=>'User Manager', 'key'=>'CTRL+SHIFT+U', ), );
Thanks for any reply and solution
|
|
Dmitry Poltaryonok
|
|
Posted on: 2004-08-04 15:13:06
|
|
|
|
User info Registred user
Groups: SiteSupra Team
Posts: 311
Member No.703
Joined: 07.01.2004
|
Uncomment lines with 'track'.
| QUOTE |
.htsupra
$suMODULES=Array ( /*'users' => array ( 'dir' =>'users', 'mode' =>1|2 ), 'track' =>Array ( 'dir' =>'track', 'mode' =>1, // 1 public, 2 edit ),*/ );
|
Should be
.htsupra
| CODE |
$suMODULES=Array ( /*'users' => array ( 'dir' =>'users', 'mode' =>1|2 ),*/ 'track' =>Array ( 'dir' =>'track', 'mode' =>1, // 1 public, 2 edit ), );
| -- SiteSupra Customer Support
phone: +371 7840060
fax: +371 7840061
SiteSupra - revolutional visual content management system.
|
|
Edwin Reedijk
|
|
Posted on: 2004-08-04 16:25:23
|
|
|
|
User info Registred user
Groups: Members
Posts: 5
Member No.3306
Joined: 28.07.2004
|

Now i feel like a complete idiot, sorry did not see the commented lines.
Think i need some glasses 
|
|
Are Haugsdal
|
|
Posted on: 2005-11-16 14:49:15
|
|
|
|
User info Solution Provider Hosting Partner
Groups: Members
Posts: 35
Member No.368
Joined: 21.11.2005
|
In previos version I had supra track, but now it doesn´t show up in menu. I have the correct values as described in this thread.
I have the track table with the _en at the end, and the table is filled with data.
|
|