TinyPortal

Development => Support => Installation => Topic started by: Kerry on January 26, 2014, 09:04:16 PM

Title: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 26, 2014, 09:04:16 PM


Link to my forum: http://www.bigislandforum.org/forums/index.php
SMF version: 2.0.7
TP version: 1.104
Default Forum Language: English
Theme name and version: Core Theme
Browser Name and Version: IE10
Mods installed: Nice Tool Tips 1.8
Related Error messages: I believe the text "SMF 1.0.7" & "Tiny Portal 1.104" at the bottom of my home page (http://www.bigislandforum.org/forums/index.php) should be on two separate lines. (see attachment)

This happened several versions ago but I lost the instructions on how to fix it

Suggestion welcomed.

Thanks,

Kerry
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: lurkalot on January 26, 2014, 10:54:51 PM
I see you're still using TinyPortal 1.0 RC2  :o

That's a couple of versions behind, and I would strongly advise you to upgrade to Tinyportal 1.0 Final. http://www.tinyportal.net/index.php?action=tpmod;dl=item96

Hopefully it will fix your issue at the same time.  ;)
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 26, 2014, 11:13:53 PM
Hi Lurkalot,

Browse Packages > Modification Packages  I show I have
"4.    TinyPortal    1.104    [ Uninstall ] [ List Files ] [ Delete ]"

Where do you see that I'm using TinyPortal 1.0 RC2 ?

Kerry
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: lurkalot on January 26, 2014, 11:22:43 PM
Quote from: Kerry on January 26, 2014, 11:13:53 PM
Hi Lurkalot,

Browse Packages > Modification Packages  I show I have
"4.    TinyPortal    1.104    [ Uninstall ] [ List Files ] [ Delete ]"

Where do you see that I'm using TinyPortal 1.0 RC2 ?

Kerry

In the overlapping text you were asking about, click the copyright dates, should take you to the credits where it says, TinyPortal 1.0 RC2
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: IchBin on January 26, 2014, 11:24:43 PM
If you click on the date year for the TP copyright, it will show you the credits page which shows the version of TP you are using. Plus, having developed TP for the last couple of years, we know that the internal mod version for TP 1.0 is 1.107. Which means you are a couple of versions behind.

To fix the overlapping text you'll have to adjust the CSS.

In index.css find this section:
#footerarea ul li.copyright
{
display: block;
line-height: 0;
font-size: small;
padding: 1em;
}


Change the line-height to 1.
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 27, 2014, 01:55:33 AM
Hi  IchBin,

Thanks for the .css code.

I think I'll try upgrading TP from 1.0 RC2 to 1.0 first.

Could I do it using SMF's Package Manager > Download Packages > Package to Upload > Browse to the extracted folder named TinyPortal 1.0 located on my HDD?

Kerry
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 27, 2014, 02:27:25 AM
Correction, Uploaded zipped folder via Package Manager.

Worked.

Thanks muchly,

Kerry
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 27, 2014, 02:37:10 AM
The upgrade to 1.0 didn't fix the line height problem but your code fix did, Thanks. All's well.

To fix the overlapping text you'll have to adjust the CSS.

In index.css find this section:

Code: [Select]

#footerarea ul li.copyright
{
   display: block;
   line-height: 0;
   font-size: small;
   padding: 1em;
}


Change the line-height to 1.
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: IchBin on January 28, 2014, 10:52:34 PM
Glad things worked for you. Keep your eyes out for a small update to TP 1.1 in the coming weeks. :)
Title: Re: SMF & Tiny Portal fonts overriding each other
Post by: Kerry on January 28, 2014, 11:09:23 PM
Quote from: IchBin™ on January 28, 2014, 10:52:34 PM
Keep your eyes out for a small update to TP 1.1 in the coming weeks. :)
Will do.

Thanks,

Kerry