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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 110
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 73
  • Total: 73

impact of upgrading to SMF1.1 Release Candidate 2 on TP

Started by RAH, December 31, 2005, 07:32:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RAH

Are there any? a bit of a n00b and don't want to ruin the set up upgrading... anythign we should keep in mind?

bloc

Well, with TP 0.75 you will not be able to install it again..so I would hold off a little while. TPv0.8 support 1.1RC2 and will be out shortly.

RAH


borgBOB


scotsnutta

thought i let ya know i upgraded from RC1 to SMF RC2 with TP still installed via manual install forum here www.ford-scotland.com

WebMasterZ

Hey Scotsnutta,
nice site Amber theme compliments it really well

scotsnutta

i thought so myself love the amber theme and tinyportal goes well with it  ;D

but for manaul install

in load.php

search for

// Build up the linktree.
$context['linktree'] = array_merge(
$context['linktree'],
array(array(
'url' => $scripturl . '#' . $board_info['cat']['id'],
'name' => $board_info['cat']['name']
)),


and just  take out the ,  and replace with below

  // Build up the linktree (adding TPortal forum index)
                $context['linktree'] = array_merge(
                        $context['linktree'],
                        array(array(
                                'url' => $scripturl . '?action=forum#' . $board_info['cat']['id'],
                                'name' => $board_info['cat']['name']
                        ))



like so

thats how i got TP to work with SMF RC2  and amber theme RC1


JDMhustle

Quote from: scotsnutta on January 01, 2006, 08:21:20 PM
i thought so myself love the amber theme and tinyportal goes well with it  ;D

but for manaul install

in load.php

search for

// Build up the linktree.
$context['linktree'] = array_merge(
$context['linktree'],
array(array(
'url' => $scripturl . '#' . $board_info['cat']['id'],
'name' => $board_info['cat']['name']
)),


and just  take out the ,  and replace with below

  // Build up the linktree (adding TPortal forum index)
                $context['linktree'] = array_merge(
                        $context['linktree'],
                        array(array(
                                'url' => $scripturl . '?action=forum#' . $board_info['cat']['id'],
                                'name' => $board_info['cat']['name']
                        ))



like so

thats how i got TP to work with SMF RC2  and amber theme RC1



This is one of the simplest write ups i've ever seen.
I've been struggling with upgrading SMF 10.5 with TP 0.65b to SMF 1.1RC1 with TP for quite a while now and now i got it finnaly to work on my test forum :o
http://rpm.teamvtec.nl/index.php?action=forum

Now to get it to work on my real forum :coolsmiley:
Thanks scotsnutta

scotsnutta


This website is proudly hosted on Crocweb Cloud Website Hosting.