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

Recent

Welcome to TinyPortal. Please login or sign up.

May 15, 2024, 01:05:45 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,188
  • Total Topics: 21,220
  • Online today: 183
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 55
  • Total: 55

Having issues with front panel displaying AFTER content

Started by helphook, March 30, 2009, 11:14:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

helphook

#10
that worked thanks a lot zarprime

i actually had already tried that same thing with bottom panels, didn't realize there was a lower panel lol

ZarPrime

Excellent.  I'll go ahead and mark this one solved then. :up:

ZarPrime

sibling chris

#12
I had this exact problem

the link to the fix going into the next release of TP (earlier in thread) wasn't the issue but it put me on to where to look to sort this out

So I made an additional (and very similar) change, so I do not need the workaround suggested

in TPortal.template.php at line 280
change this

// are frontblocks shown at the end?
if($context['TPortal']['front_type']=='frontblock' && ($context['TPortal']['frontblock_type']=='last' && isset($context['TPortal']['is_frontpage']) && $context['TPortal']['is_frontpage']==true))


to this...

// are frontblocks shown at the end?
if($context['TPortal']['front_type']=='frontblock' || ($context['TPortal']['frontblock_type']=='last' && isset($context['TPortal']['is_frontpage']) && $context['TPortal']['is_frontpage']==true))


HTH
sc



sibling chris

hi thought you would like to know this issue is still in TP 1.0 beta 4
I had to apply the same fix to line 349 of tthe saem file in beta 4

Zetan

Quote from: sibling chris on May 26, 2009, 01:08:29 PM
hi thought you would like to know this issue is still in TP 1.0 beta 4
I had to apply the same fix to line 349 of tthe saem file in beta 4

Please post this in the Bugtracker and link to this topic:
http://www.tinyportal.net/index.php?action=bugtracker

sibling chris