Quote:
Originally Posted by Gnoll
Hello thanks for update  just a little problem and still looking for how to share my glossary database to others
|
admincp -> manage entries
There you can import and export.
And yes, just change the rewrite rules to:
Code:
'^vbglossar\.php\?do=toc$' => 'glossary/toc/'
'^vbglossar\.php\?do=showentry&item=(.+)' => 'glossary/tag/$1/'
'^vbglossar\.php\?do=showentry&id=(\d+)&title=(.*)&catid=(\d+)&cattitle=(.*)'=>'glossary/$3-$4/$1-$2.html'
'^vbglossar\.php\?do=(.*)&id=(\d+)&title=(.*)&catid=(\d+)&cattitle=(.*)'=>'glossary/$2-$3/$1-$5-$4/'
'^vbglossar\.php\?do=showcat&catid=(\d+)&cattitle=(.*)'=>'glossary/$1-$2/'
'^vbglossar\.php'=>'glossary/'
Quote:
Originally Posted by Gnoll
whats wrong with it ?
|
The phrases in the turkish translation are not updated, that's why this weird stuff appears.