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

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 05:01:32 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 190
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

TinyPortal 1.0 Final ~ Install Questions

Started by Kerry, April 02, 2012, 03:41:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

Ah yes... I did muff that up. Sorry about that. It needs to be this code instead:


Code (find) Select
if(loadLanguage('TPdladmin') == false)
loadLanguage('TPdladmin', 'english');
if(loadLanguage('TPmodules') == false)
loadLanguage('TPmodules', 'english');
if(loadLanguage('TPortalAdmin') == false)
loadLanguage('TPortalAdmin', 'english');


Code (replace with) Select
loadTemplate('TPdladmin');
if(loadLanguage('TPmodules') == false)
loadLanguage('TPmodules', 'english');
if(loadLanguage('TPortalAdmin') == false)
loadLanguage('TPortalAdmin', 'english');


Also, further down in the file you need to make this change.
Code (find) Select

if(loadLanguage('TPdlmanager') == false)
loadLanguage('TPdlmanager', 'english');
if(loadLanguage('TPmodules') == false)
loadLanguage('TPmodules', 'english');
if(loadLanguage('TPortalAdmin') == false)
loadLanguage('TPortalAdmin', 'english');


Code (replace with) Select
loadTemplate('TPdlmanager');
if(loadLanguage('TPmodules') == false)
loadLanguage('TPmodules', 'english');
if(loadLanguage('TPortalAdmin') == false)
loadLanguage('TPortalAdmin', 'english');

jarska

Thank you, now its working. :)
Sorry about my bad explanation.

keyrocks

Quote from: Lesmond Ƹ̴Ӂ̴Ʒ on April 02, 2012, 08:15:47 PM
TinyPortal doesn't affect your themes, only the core theme.
Yes you can safely use the uninstall option, the new internal version number for TP is 1.107

Update:
I received a warning message when trying to use the uninstall option so aborted it.
I used the "Download New Packages" panel >  Upload a Package
- browsed to the TinyPortal_1.zip where I had it on my hard drive.
- Clicked UPLOAD - Message - "Uploaded Successfully"
- Clicked "Intall Mod" link to the right.
  Notice - the following actions will be performed:
   1.    Extract Tree    ./Themes    
   2.    Extract Tree    ./Themes    
   3.    Extract Tree    ./Sources    
   4.    Extract Tree    ./tp-downloads    
   5.    Extract Tree    ./tp-images    
   6.    Extract Tree    ./tp-files    
   7.    Execute Code    SMF2/do_hooks.php
- Clicked Install Now.
   Message:
   "The package was installed successfully.
   You should now be able to use whatever functionality it adds or changes; or not be able to use functionality it removes."

Quote from: IchBinâ,,¢ on April 04, 2012, 03:14:17 PM
Ah yes... I did muff that up. Sorry about that. It needs to be this code instead:
(snipped)

I assumed IchBin's patches were necessary so applied them after completed the install sequence.
All appears to be working fine so far.
Thanks again.