We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

TK Page Title - Creates font titles as images (like SIFR)

Development and Programming

outline4's avatar
outline4
271 posts
15 years ago
outline4's avatar outline4
Hmm, see what you mean. I’m not sure if its changing the character, or actually cropping the dots off the top of the U. I think it’s the latter. There is another problem with the underlying html on the page - it’s not html entity encoding. Add to the fix-it list! 😊

thanks for adding this on your list here’s a title to illustrate what’s happening:

thanks for getting back so fast.. I have some server500 problems aswell, but I’m not shure if it’s related to your module.

cheers stefan

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles

Version 1.1.1

  • Added Latin-1 Supplement characters to the ones used in calculating character height accurately. This improves language support, displaying fonts more accurately (providing your font has the characters in its character set).

Fixed the “umlaut with some fonts thing”!

       
outline4's avatar
outline4
271 posts
15 years ago
outline4's avatar outline4
Version 1.1.1 * Added Latin-1 Supplement characters to the ones used in calculating character height accurately. This improves language support, displaying fonts more accurately (providing your font has the characters in its character set). Fixed the “umlaut with some fonts thing”!

thanks a lot! this is great! I’ve installed it on 2 sites and it’s working fine! even the BIG umlats! ÖÄÜ

although on one site I get random error like this:

[Thu Nov 05 13:45:24 2009] [warn] mod_fcgid: Read data error, fastcgi server has close connection
[Thu Nov 05 13:45:24 2009] [error] [client 89.217.207.210] Premature end of script headers: index.php, referer:

do you might know what could cause this… it’s a new hosting, and I guess it’s a thing on thier site.

well, thanks again. this is one of my must-have’s! go to hell sifr and facelift!

stefan

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles

hehe - glad you like.

I think it’s a hosting thing - certainly not anything I’ve seen before. A PHP error would be helpful!

Is it a windows box? Because if it is, I’m afraid that I can’t help much (no way/want of testing really)

😉

       
outline4's avatar
outline4
271 posts
15 years ago
outline4's avatar outline4
hehe - glad you like. I think it’s a hosting thing - certainly not anything I’ve seen before. A PHP error would be helpful! Is it a windows box? Because if it is, I’m afraid that I can’t help much (no way/want of testing really) 😉

I also guessed that it’s a hosters problem… it’s not a windows server… I would never install EE on windows… it would feel like running osx on PC… nooo

stupid noob question: where can I see php errors?

cheers stefan

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles

Um, you can turn them on in EE under system prefs > output / debugging

Failing that, you may be able to see errors in your servers php error log file, hidden somewhere on your server 😉

       
outline4's avatar
outline4
271 posts
15 years ago
outline4's avatar outline4
Um, you can turn them on in EE under system prefs > output / debugging Failing that, you may be able to see errors in your servers php error log file, hidden somewhere on your server 😉

hmm. I’m in the middle of clearing the server problems… thanks for the debugging tipps!

[Thu Nov 05 13:45:24 2009] [warn] mod_fcgid: Read data error, fastcgi server has close connection
[Thu Nov 05 13:45:24 2009] [error] [client 89.217.207.210] Premature end of script headers: index.php, referer: http://www.mydomain.ch/neuigkeiten/

sometimes when I edit another entry, the one that had an error will work again… it all seems very accidental… anyways, I let the server guys check it…

and I have a feature request 😉 could you incorporate some letter spacing functionality? this would be the booomb!

cheers stefan

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles
and I have a feature request 😉 could you incorporate some letter spacing functionality? this would be the booomb!

Yes, I’ve wanted to add this.

That would be great - need to look in to it though 😊

       
Mike Verbruggen's avatar
Mike Verbruggen
37 posts
15 years ago
Mike Verbruggen's avatar Mike Verbruggen

Is is a very useful add-on. Thnx.

I have a feature request. I call it “line break following background” See the attachment for a visual explanation.

Is this possible some were in the future?

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles

Hey, glad you like it!

Hmmmm… that certainly isn’t something I’ve thought of before. It would certainly be possible to calculate the bounding areas of the text and potentially use that to push out the bounding area. Only trouble is, that the module hasnt been built with this in mind, so potentially it’s quite a bit of work.

I’ll put it on the list 😉

       
TonyNibbles's avatar
TonyNibbles
98 posts
15 years ago
TonyNibbles's avatar TonyNibbles

Minor update 1.1.2

  • Fixed bug on Module CP index page where preview images wouldnt display on certain server setups.
  • Removed redundant code from global variable replacer.
  • Added name parameter to apply name attribute for anchors on outputted html code
  • Added upgrade script to correctly update version number during upgrade.
       
jonwrightmedia's avatar
jonwrightmedia
75 posts
15 years ago
jonwrightmedia's avatar jonwrightmedia

Great module, thanks for all the hard work.

Oh, and nice to see another Brightonian on the site too.

😊

       
NKT com's avatar
NKT com
124 posts
15 years ago
NKT com's avatar NKT com

I just upgraded from 1.0.8 to 1.1.2 and get the following error on any pages using it and the module page 😛

Module page

MySQL ERROR:

Error Number: 1054

Description: Unknown column 'tk_page_title_align' in 'field list'

Query: SELECT tk_page_title_name, tk_page_title_id, tk_page_title_align, tk_page_title_width, tk_page_title_fontsize, tk_page_title_fontfile, tk_page_title_gradientfile, tk_page_title_fontcol, tk_page_title_htmltag , tk_page_title_leading FROM exp_tk_page_title

Public site

MySQL ERROR:

Error Number: 1146

Description: Table 'festival_siteexp.exp_tk_page_title_settings' doesn't exist

Query: SELECT * FROM exp_tk_page_title_settings WHERE tkps_id = '1'

I uploaded the files twice just to be sure and it stayed broken. i’ve switched back to my old files and it’s fine again.

       
1 2 3

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.