How to enable Polyhierarchical or Multiple Broader Term Relationships
When multiple broader relationships (Polyhierarchy) was enable, one term may be present in more than one location in the vocabulary hierarchy, reflecting the term’s logical association to more than one broader concept.
- To allow more than one broader term for a thesaurus term, must enable polyhierarchy in the config vocabulary form.
- Login as admin and go to Administrator menu -> click in the vocabulary title -> go to the Polyhierarchy configuration in the config form and set YES. Then, TemaTres is going to be enable multiple BTs for any term.
- Multiple broader term relationships use only existing valid thesaurus terms.
Comments (0) 18.02.2008. 13:01
How to update from TemaTres 0.95 to TemaTres 0.97
To update from TemaTres 0.95 to TemaTres 0.97 (or 0.96) , please login as admin and go to http://"yourhost/tematres"/update.php where "yourhost/tematres" is your HTTP location for your TemaTres, for example: http://localhost/tematres/.
And follow the detailed instructions ...
Comments (0) 14.02.2008. 15:23
How to install TemaTres in XAMMP
by Patrice Chalon- Install XAMPP from http://www.apachefriends.org/en/xampp.html XAMPP provides Apache MySQL and PHP. XAMPP is available for Windows, Linux and MacOSX. It is for development purpose, not for production.
- Unzip tematres install file available from http://www.r020.com.ar/tematres/download.php
- Copy the unzipped file into the folder XAMPP/htdocs/
- Rename folder 'tematres'
- Within phpmyadmin ( http://127.0.0.1/phpmyadmin), create the database (name = 'tematres097')
- Within phpmyadmin ( http://127.0.0.1/phpmyadmin), create the tables for the tematres database
tab IMPORT: browse to xampp/htdocs/tematres/tematres097.sql
the following tables are created
* lc_config
* lc_indice
* lc_notas
* lc_tabla_rel
* lc_tema
* lc_usuario
- Go to 127.0.0.1/tematres and choose your language
- Login into MyAccount
Administrator login = admin@r020.com.ar password= admin
Editor login = info@r020.com.ar password= demo
- Change the login and password of the admin and editor accounts
Comments (0) 14.02.2008. 15:18