TinyPortal

Development => Feedback => Topic started by: ontap on January 13, 2006, 01:30:58 PM

Title: Info Block
Post by: ontap on January 13, 2006, 01:30:58 PM
Bloc,

something i noticed a few days ago but havent had much time to come online!  >:(

On the Info block...

Total Topics: 16959
Total Posts: 1840

It should be the other way around....  theres more topics than posts :P
Title: Re: Info Block
Post by: IchBin on January 13, 2006, 02:33:56 PM
Is it still showing that way? I use Blue101 and it does not. What theme are you using?
Title: Re: Info Block
Post by: ontap on January 13, 2006, 04:10:41 PM
it still shows up on this site wrong, (if the info block is enabled)
ive changed it on my own forums.

[attachment deleted by admin]
Title: Re: Info Block
Post by: feline on January 13, 2006, 04:19:43 PM
I think, the text Total Topics and Total Posts are swapped  :coolsmiley:

Fel
Title: Re: Info Block
Post by: bloc on January 13, 2006, 05:40:04 PM
ah, the Bloczone4 theme. I am updating it now, so it will be good later on today.
Title: Re: Info Block
Post by: ontap on January 13, 2006, 06:43:11 PM
Quote from: Bloc on January 13, 2006, 05:40:04 PM
ah, the Bloczone4 theme

would'nt think its the themes?,
i changed it in TPortalBlocks.template.... its the block itself.


<a href="'.$scripturl.'?action=stats"><b>'.$txt['tp-stats'].'</b></a>
<br />'.$bullet.$txt[490].': '.$modSettings['totalMessages']. '
<br />'.$bullet. $txt[489].': '.$modSettings['totalTopics']. '


Changed it to...

<a href="'.$scripturl.'?action=stats"><b>'.$txt['tp-stats'].'</b></a>
<br />'.$bullet.$txt[490].': '.$modSettings['totalTopics']. '
<br />'.$bullet. $txt[489].': '.$modSettings['totalMessages']. '

Title: Re: Info Block
Post by: bloc on January 13, 2006, 07:03:28 PM
I was thinking of this site..Bloczone4 theme is not updated with that bug yet. And yes, I suspect its in the TP archive as well.