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?
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
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
You are using beta4. This has been fixed in beta 5-6 , but its only available to beta-testers for the time being.
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 ;)
You ask in the beta tester topic.
Is there any way to add articles in table format with columns? Neither <table> nor
If you use the "toggle view" link on the editor, regular html work. But not BBC codes.
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?
No, not in articles..they are just html. You could escape to php, but I am not sure if it will work.
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?
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.