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,965
  • Latest: boruko
Stats
  • Total Posts: 195,980
  • Total Topics: 21,320
  • Online today: 281
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 301
  • Total: 301

Navigation tabs

Started by Nolt, June 27, 2011, 09:24:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nolt

Link to my site: http://www.smf.pl
SMF version: SMF 2.0
TP version: TP 1.0 RC2
Default Forum Language: Polish
Theme name and version: Inferno modyfied by Me
Browser Name and Version: All
Mods installed: TP, Karma Log
Related Error messages:

When we click on tab forum we are redirecting to forum and tab is highlighed, but when I go to message index no matter which board, tab is back again to home page and it not forum. How to fix this ?

IchBin

Subs.php

Code (find) Select
elseif ($context['current_action'] == 'groups' && $context['allow_moderation_center'])
$current_action = 'moderate';


Code (add after) Select
elseif (isset($_GET['topic']) || isset($_GET['board']))
$current_action = 'forum';


I think that should fix it.


Lum-chan

Ow! I was thinking it was SMF related so I didn't search for a solution first, but now I am reading this and it fixed. Thanks for sharing.
Will this and other solutions found in 'Support' be included in a next release of TP?

IchBin

Quote from: Lum-chan on July 01, 2011, 05:40:33 PM
Will this and other solutions found in 'Support' be included in a next release of TP?

Most certainly! The only reason a fix wouldn't be put in, is because I forgot to add it. :)

Lum-chan


This website is proudly hosted on Crocweb Cloud Website Hosting.