TinyPortal

Development => Support => Topic started by: ontap on April 17, 2005, 06:11:19 AM

Title: TinyPortal help
Post by: ontap on April 17, 2005, 06:11:19 AM

great job on the TinyPortal  ;D

i recently installed it on my smf forums and had no problems, but it only shows the left/right menus on the SMF Default Theme but i want it in the Oxygen theme aswell....

can someone post up excatly what i must change in the Oxygen index.template.php file to get it working?
Title: Re: TinyPortal help
Post by: Nokonium on April 17, 2005, 08:59:19 AM
From what you say, it appears that you have the Oxygen them for the forum. You need to install the Oxygen_TP theme for TinyPortal

http://www.tinyportal.net/smf/index.php?topic=199.msg1447#msg1447
Title: Re: TinyPortal help
Post by: ontap on April 17, 2005, 04:53:18 PM
thanks, got that theme installed.

just left with a 2 errors in the admin logÃÆ'ââ,¬Å¡Ãƒâ€šÃ,  ???



for the admin this error
8: Undefined index: mystart
File: ...\Forums\Themes\default\TPortal.template.php (eval?)
Line: 62

all members have this error
File: ...\Forums\Themes\default\TPortalBlocks.template.php (eval?)
Line: 15

Title: Re: TinyPortal help
Post by: Bjørn on April 17, 2005, 05:44:40 PM
You are using beta4. This has been fixed in beta 5-6 , but its only available to beta-testers for the time being.
Title: Re: TinyPortal help
Post by: ontap on April 24, 2005, 01:17:27 AM
Quote from: Bloc on April 17, 2005, 05:44:40 PM
but its only available to beta-testers for the time being.

how do i become a bet-tester  ;)
Title: Re: TinyPortal help
Post by: IchBin on April 24, 2005, 05:08:24 AM
You ask in the beta tester topic.
Title: Re: TinyPortal help
Post by: jazz on May 08, 2005, 10:09:25 PM
Is there any way to add articles in table format with columns?  Neither <table> nor
work.

Thanks!
Title: Re: TinyPortal help
Post by: Bjørn on May 08, 2005, 10:20:21 PM
If you use the "toggle view" link on the editor, regular html work. But not BBC codes.
Title: Re: TinyPortal help
Post by: jazz on May 09, 2005, 08:50:15 AM
I'm currently playing around with this, but my server has gone done and I'm unable to test it.  Do php commands like if ($context['user']['is_guest']) work in the articles of TP?
Title: Re: TinyPortal help
Post by: Bjørn on May 09, 2005, 09:41:33 AM
No, not in articles..they are just html. You could escape to php, but I am not sure if it will work.
Title: Re: TinyPortal help
Post by: jazz on May 09, 2005, 09:50:41 AM
What I'd like to do is make it so that guests will see a different article than a member will see when they are logged in.  Is this something that is possible, or is it something planned for upcoming releases?
Title: Re: TinyPortal help
Post by: Bjørn on May 09, 2005, 11:00:27 AM
I will most likely add permissions to both articles and menu items, so that in your case you could add 2 menu items pointing to 2 articles, one will show for guests only , and the other for members only.