TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: PowerPyx on October 13, 2006, 11:35:31 PM

Title: [TP 0.96beta] bugreport - sorry if doublepost
Post by: PowerPyx on October 13, 2006, 11:35:31 PM

using 1.1rc3 with tp0.96beta (upgrade version) - standard theme, doesn't matter if english or german is used.

1) unable to turn of the right colum only in forum, if i choose this in the settings, also the right colum turns completly off - also in the frontpage, same to left and center

2) felblog needs to be uninstalled and reinstalled, otherwise it didn't work anymore (maybe a hint before installing the tp upgrade would be nice ;) )

3) the memberlist - i see there is a corespondending php file  but turning it on in in the module manager it still says not implemented ?

4) following errors :

http://www.rad-community.de/forum/index.php?action=tpadmin;sesc;blockoff=6
8: Undefined index: tp-last
Datei: /var/www/rad-community/htdocs/forum/Sources/TPortal.php
Zeile: 580


http://www.rad-community.de/forum/index.php?action=dlattach;attach=3921;type=avatar
8: Undefined index: tp-shouts
Datei: /var/www/rad-community/htdocs/forum/Sources/TPortal.php
Zeile: 580


http://www.rad-community.de/forum/index.php?action=tpadmin;sa=blocks
8: Undefined index: tp-tpadmin
Datei: /var/www/rad-community/htdocs/forum/Sources/TPortal.php
Zeile: 42
Title: Re: [TP 0.96beta] bugreport - sorry if doublepost
Post by: G6Cad on October 13, 2006, 11:41:53 PM
http://www.tinyportal.net/smf/index.php?topic=9563.msg79903#msg79903

Read there to atleast get one error fixed


Also the Gallery, Link and , Team page modules are not there, they are just Dummy links, they will not be precent in TP before TP V.1.0
Title: Re: [TP 0.96beta] bugreport - sorry if doublepost
Post by: PowerPyx on October 13, 2006, 11:49:02 PM
Ok thanks, the 1) is fixed with that ;)

now originialy the shoutbox at my side is normaly visible as a center box, only to see on the frontpage, but the only thing i get is that you see the titel not the shoutbox itself. (hope that was understandble -.- )

the error is that one :

http://www.rad-community.de/forum/index.php?action=viewErrorLog;desc
8: Undefined index: tp-shouts
Datei: /var/www/rad-community/htdocs/forum/Sources/TPortal.php
Zeile: 581

and this one :

8: Undefined index: tp-last
Datei: /var/www/rad-community/htdocs/forum/Sources/TPortal.php
Zeile: 581

---------------------------

I just logged out, cleared the cache and the cookies, relogged in but still the same.
Title: Re: [TP 0.96beta] bugreport - sorry if doublepost
Post by: GravuTrad on October 20, 2006, 07:14:33 AM
Sorry to say this, but for me, for the 1ÂÃ,°), i can't touch to these options without go modify them directly in the database, no choice is applied directly by the admin panel (it stay always the same), in the "options"....
Title: Re: [TP 0.96beta] bugreport - sorry if doublepost
Post by: JPDeni on October 20, 2006, 02:34:31 PM
PowerPyx, the problem you're seeing has to do with languages. Open the TPortal.english.php file and find the text at the bottom of the file. It should be


// 0.9.6
$txt['tp-last'] = 'Last';
$txt['tp-shouts'] = 'Shouts:';
$txt['tp-dladmin'] = 'DL Admin';
$txt['tp-tpadmin'] = 'TP Admin';
$txt['tp-wysiwygchoice'] = 'Choose editor';


Copy that code and then go to the TPortal language files for your other installed languages. If they don't have the new text in them, either paste the English in or translate them. You might be able to get the translations in the download area.