TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,982
  • Total Topics: 21,320
  • Online today: 844
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 299
  • Total: 299

First release of 0.6beta

Started by Lesmond, March 30, 2005, 12:10:10 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Phalin

#50
I did a clean install of SMF 1.0.3.   Then installed  TP beta .6 .   

I installed  the  Helios_TP theme and it works fine.   I then installed the Cerberus_TP theme and when I activate the theme I only get the the header and the very top of the graphics right under it. 

eric

What I had to do:

I had to remove any mods that were previously downloaded, then install 0.6beta. It is now ruuning just fine on my test site and my regular site......The more you play with it and understand it the better.

but thanks to all that helped me get to that point!!!

http://www.michigantrunktracking.vze.com/phpBB2

ontap


i installed beta6 and had no big problems only from php test or html test in the Blocks,

On my forums the members that where on index.php?action=forum used to say "Unknown Action" in the who's online section

so i added this to Themes\default\languages\Modifications.english.php

$txt['whoall_forum'] = 'Viewing The Board Index Of <a href="' . $scripturl . '">' . $context['forum_name'] . '</a>';

great work




redone

lol.. probably should be in a smf folder! Oh well, I am sure only those involved with SMF see the irony there.

insert.. smiley


Treviño

Upgraded to SMF 1.0.3, modified tinyportal (I've edited tp to be indipendent by the forum, basically the home page called portal.php uses a theme in wich there's installed tinyportal, while the forum uses the same theme without TP, so I've no lateral bars in the forum, and I can customize my homepage :))

Bjørn

Quote from: TreviÃÆ'ƒÂÃ,±o on April 28, 2005, 04:12:30 PM
Upgraded to SMF 1.0.3, modified tinyportal (I've edited tp to be indipendent by the forum, basically the home page called portal.php uses a theme in wich there's installed tinyportal, while the forum uses the same theme without TP, so I've no lateral bars in the forum, and I can customize my homepage :))

That sounds interesting.. :) do you have a link to it?

Treviño

#57
Hello, I've found a bug of TinyPortal. It isn't so great, but it's always a bug :)

If you try to open your homepage via wap, wap2 or imode you'll get error:
try:
http://www.tinyportal.net/smf/index.php?imode
http://www.tinyportal.net/smf/index.php?wap
http://www.tinyportal.net/smf/index.php?wap2

In my installation (but it's modded, ^^^), I've fixed it (or better, I've bypassed it) by editing my portal.php like this:
SEARCH FOR

if (WIRELESS)
{
define('WIRELESS_PROTOCOL', isset($_REQUEST['wap']) ? 'wap' : (isset($_REQUEST['wap2']) ? 'wap2' : (isset($_REQUEST['imode']) ? 'imode' : '')));

// Some cellphones can't handle output compression...
$modSettings['enableCompressedOutput'] = '0';
$modSettings['defaultMaxMessages'] = 5;
$modSettings['defaultMaxTopics'] = 9;

// Wireless protocol header.
if (WIRELESS_PROTOCOL == 'wap')
header('Content-Type: text/vnd.wap.wml');
}


REPLACE WITH

if (WIRELESS)
{
define('WIRELESS_PROTOCOL', isset($_REQUEST['wap']) ? 'wap' : (isset($_REQUEST['wap2']) ? 'wap2' : (isset($_REQUEST['imode']) ? 'imode' : '')));
header('Location: ' . $boardurl . '/index.php?action=forum;' . WIRELESS_PROTOCOL);
}

So if an user goes to my homepage using a wireless protocol, I redirect him to the forum showing it as a wireless page.

But this works only in my script, you should do a similar thing by redirecting the users who goes to your index.php to index.php??action=forum;[WIRELESS_PROTOCOL]

Quote from: Bloc on April 28, 2005, 04:43:45 PM
Quote from: TreviÃÆ'ƒÂÃ,±o on April 28, 2005, 04:12:30 PM
Upgraded to SMF 1.0.3, modified tinyportal (I've edited tp to be indipendent by the forum, basically the home page called portal.php uses a theme in wich there's installed tinyportal, while the forum uses the same theme without TP, so I've no lateral bars in the forum, and I can customize my homepage :))
I've it in local... Maybe I'll upload it soon to make you see it, but it has a little problem: you should know the theme ID that you want use in the portal and in the forum... My version isn't dinamical.

Treviño

Ok... I've made it :)

Here you are the stand-alone version: http://italy.copybase.ch/SMF/

Look, that the one I've in my PC has a different theme (this one I made it now in 10 minutes  8)) and has also an integration with PaFileDB (only graphical...), and yo can see it in this screen shot.

[attachment deleted by admin]

mennou

I am not lucky at all..   it shut  down my entire  site...  how can i get them back??  i was just trying to upgrade to v0.6  can  anyone help me out/

This website is proudly hosted on Crocweb Cloud Website Hosting.