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,993
  • Total Topics: 21,324
  • Online today: 247
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 298
  • Total: 298

Installing TP 75 on SMF 1.1 RC2

Started by kildjean, January 05, 2006, 10:19:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kildjean

Ok this is what I have done:

1. I installed SMF on my host, normal install all went well.
2. I copied the tp_install_manual.php file (or however is written), the one in tp 75
3. I "ran" the php file and it created the tables on my smf db.
4. I went into the packages part on smf and I tried to upload the tp 75 files only, when I did this, I got an error that the files were corrupted or didnt work.
5. I uploaded successfully the TP 75 full package.
6. When I go to install the TinyPortal 75 by clicking Apply Mod I get the following error:

The package you are trying to download or install is either corrupt or not compatible with this version of SMF.

So I am stuck.  I need TP in order to use a theme I want to use which is made for TP.  Can someone explain to me on a moron-proof base how I get to do this?  Ichbin has been helping me but I dont want to burden him with all this.  so if there is anymore peeps interested in helping me i'd appreciate it.

I am not new to forums, just to SMF and TP itself.  Ive been away from coding since im moviong from one country to another and been busy with other things, but i would like to get this done...

thanks;

Kil

IchBin

Have you tried uploading the TP files with an FTP program? That is the best way to do it IMO.

kildjean

Quote from: IchBinâââ,¬Å¾Ã,¢ on January 05, 2006, 10:21:18 PM
Have you tried uploading the TP files with an FTP program? That is the best way to do it IMO.

No I have not tried... where do this files go? like right onthe root of the forums?

IchBin

Yes you just upload each folder into the root of your SMF.

kildjean

Quote from: IchBinâââ,¬Å¾Ã,¢ on January 05, 2006, 10:24:10 PM
Yes you just upload each folder into the root of your SMF.

ok I uploaded them all

Now what?

IchBin

If you ran the install.php file and uploaded all the Files TP should be installed. Although, I'm not so sure it will work on RC2 as stated before.

kildjean

Quote from: IchBinâââ,¬Å¾Ã,¢ on January 05, 2006, 10:37:09 PM
If you ran the install.php file and uploaded all the Files TP should be installed. Although, I'm not so sure it will work on RC2 as stated before.

The files are uploaded but TP is not working still.  I have not uploaded any modified files yet because im having trouble fixing some of them.  Can I e-mail you a file with the ones im having trouble fixing maybe you can fix em for me?

kildjean

ok like for example:

Quote

<img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" border="0" />';


When I look for this file, i cannot file the entire line in index.template.php, so i cannot change it.

another example is this other line:

Quote
', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ', $context['common_stats']['total_topics'], ' ', $txt[64], ' ', $txt[525], ' <span style="white-space: nowrap;">', $context['common_stats']['total_members'], ' ', $txt[19], '</span>

                     ', $txt[656], ': ', $context['common_stats']['latest_member']['link'], '
                  </div>
               </div>';

This line i just cannot find it anywhere...

I guess ill just take a break of all this til the next beta release gets "released" and try this  again... tired of this not working...

Kil


Rasyr

#8
Quote from: kildjean on January 05, 2006, 10:50:09 PM
ok like for example:

Quote

<img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" border="0" />';


When I look for this file, i cannot file the entire line in index.template.php, so i cannot change it.


index.template.php, line 181


<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';


Quote from: kildjean on January 05, 2006, 10:50:09 PM
another example is this other line:

Quote
', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ', $context['common_stats']['total_topics'], ' ', $txt[64], ' ', $txt[525], ' <span style="white-space: nowrap;">', $context['common_stats']['total_members'], ' ', $txt[19], '</span>

                     ', $txt[656], ': ', $context['common_stats']['latest_member']['link'], '
                  </div>
               </div>';

This line i just cannot find it anywhere...

I guess ill just take a break of all this til the next beta release gets "released" and try this  again... tired of this not working...


try boardIndex.template.php, round about line 15 (this seems to be just about the same thing as what you posted (or at least it produces a similar result).

echo '
', $txt[19], ': ', $context['common_stats']['total_members'], ' &nbsp;ââ,¬Â¢&nbsp; ', $txt[95], ': ', $context['common_stats']['total_posts'], ' &nbsp;ââ,¬Â¢&nbsp; ', $txt[64], ': ', $context['common_stats']['total_topics'], '
', ($settings['show_latest_member'] ? '<br />' . $txt[201] . ' <b>' . $context['common_stats']['latest_member']['link'] . '</b>' . $txt[581] : '');



A lot of code in SMF changed between  version 1.1 RC1 and 1.1 RC2, so for changes to actual files, you will end up having to search around a bit, and not always in the same files that the ver 0.75 mod file tells you to.

TinyPortal ver 0.8, due to be released any time now, will actually install into 1.1 RC2, or at least it is supposed to... :)



This website is proudly hosted on Crocweb Cloud Website Hosting.