TinyPortal

Development => Support => Topic started by: fak3 on July 16, 2009, 10:51:20 AM

Title: About articles and panels/blocks
Post by: fak3 on July 16, 2009, 10:51:20 AM
Hi, unfortunately I've two problems with TP articles...

1 - Letters like è, à... are displayed as ÃÆ'Ã,¨, ÃÆ'... (it just happens with TP articles, not inside the forum). Of course my forum is UTF-8.
2 - Panels inside articles are not displayed. Here's what I did: new category -> checked 'Display right panel', new article -> checked the category and the option "Use settings from category instead!".

To see these 2 issues, just look at my article: http://www.mysammy.it/index.php?page=2.

I'm using SMF 1.1.9 and TP 1.0 beta 3, hope you can help me. :( Thank you in advance.

EDIT
I forgot to ask why HTML tag doesn't work with BBC articles??
Title: Re: About articles and panels/blocks
Post by: G6Cad on July 16, 2009, 11:11:33 AM
Did you download and install the utf8 language package for the tp version you use ?
TP does not include utf8 strings until beta4
Title: Re: About articles and panels/blocks
Post by: fak3 on July 16, 2009, 11:18:09 AM
I just uploaded TP language files in Themes/default/languages. They are named TP*.italian-utf8.php.

What about the empty right panel inside article?
Title: Re: About articles and panels/blocks
Post by: G6Cad on July 16, 2009, 12:12:09 PM
What about it ?
Title: Re: About articles and panels/blocks
Post by: fak3 on July 16, 2009, 12:42:50 PM
Look at this http://www.mysammy.it/index.php?page=2 ...

EDIT
Nevermind, I found a solution. :) What about my other questions?
- What can I do to prevent letters like è, à... being displayed as ÃÆ'Ã,¨, ÃÆ'...
- How to use html tag in BBC articles?
[html]<img src="" />[/html]
Title: Re: About articles and panels/blocks
Post by: fak3 on July 16, 2009, 02:22:52 PM
Quote from: claudio_o on July 16, 2009, 12:42:50 PM
- What can I do to prevent letters like è, à being displayed as ÃÆ'Ã,¨, ÃÆ'?
I found it happens only when using BBC articles. There are no problems with HTML or PHP articles... what can I do?
Title: Re: About articles and panels/blocks
Post by: IchBin on July 16, 2009, 02:41:35 PM
You can put it in the bug tracker and let Bloc take a look at the problem. Thanks.
Title: Re: About articles and panels/blocks
Post by: fak3 on July 16, 2009, 04:07:54 PM
Mmm ok, I did like you suggested: http://www.tinyportal.net/index.php?action=bugtracker;sa=bug532.
Do you know why I can't use the HTML tag in BBC articles? [ html][ /html]
Title: Re: About articles and panels/blocks
Post by: IchBin on July 16, 2009, 06:30:48 PM
Perhaps because if you need to use html you can just created an html article. Other than that, I wouldn't know.
Title: Re: About articles and panels/blocks
Post by: bloc on July 19, 2009, 06:06:43 PM
In BBC forum posts some extra checking is done to see if you are an admin and then allow [ html ] tags accordingly. Those do not exist in TP's BBC articles, it only use the transformation routine for BBC->HTML.
Title: Re: About articles and panels/blocks
Post by: fak3 on July 20, 2009, 01:39:45 AM
Thank you for the explanation Bloc, will be this a future TP feature?