TinyPortal

Development => Support => Topic started by: agent47 on December 28, 2010, 10:29:04 PM

Title:   issue
Post by: agent47 on December 28, 2010, 10:29:04 PM
Hey guys kinda going through something really weird. As you guys know I moved to a new hosting and ever since I restored the site back and used   function on php or html blocks, it keeps displaying a question mark (?) instead of actually leaving space like it should.  I noticed even this site (Tinyportal) had this issue a couple of days back right next to the search button and now I see someone has managed to fix the issue.
So I thought maybe you guys would like to share the solution ? :)

(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F915297%2Fquestion_mark.jpg&hash=f334c3fff69cf8baacecea508a159e523325a54c)
Title: Re: &nbsp issue
Post by: IchBin on December 28, 2010, 10:34:34 PM
I simply removed the space. It wasn't the html entitie   though, it was just an white space character from Crips theme. I'm not sure I understand how you are getting that. It's my understanding that usually this is when a utf8 character is trying to be displayed on a non-utf8 page. Are you getting this by simply adding a space?
Title: Re: &nbsp issue
Post by: agent47 on December 28, 2010, 10:38:46 PM
The   is auto-generated to this question mark symbol. Very weird.
Here's the html side of it:

(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F915297%2Fhtml.png&hash=9d50dd8ac164612e2444bb9532f7da22d67e5e82)
Title: Re:   issue
Post by: IchBin on December 28, 2010, 10:47:54 PM
Is it auto generated when you enter certain text or anything? I can't get it to do it here.  What language are you using? English or English-utf8 ?

Are you copy/pasting code when it does this?
Title: Re:   issue
Post by: agent47 on December 28, 2010, 10:51:22 PM
I'm using English-utf8
That question symbol is generated when the   function is typed into the TP block.
And no I'm not copy pasting the code, exactly how it looks is how it is. Once I type in   , save the block and open it again, it turn into this symbol. :s
Title: Re:   issue
Post by: IchBin on December 29, 2010, 12:01:15 AM
Looks like a utf8 issue. To work around the issue just type the   right into the editor instead of the HTML view.
Title: HTML tags showing on downloads page
Post by: agent47 on December 29, 2010, 11:37:49 AM
Quote from: IchBin on December 29, 2010, 12:01:15 AM
Looks like a utf8 issue. To work around the issue just type the   right into the editor instead of the HTML view.
That didn't work either mate. Still kept showing the symbol. Anyways I found a temp. fix, I simply changed it's color to the sites' background to blend or camouflage along with it.

Sort of experiencing another issue, felt odd opening up a new topic for it.
The html tags seem to be displaying on the downloads page which makes the download unappealing. Wondering if this is just me or......?
Here's what I mean:
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F915297%2Fdownloads%2520showing%2520html.png&hash=1892fbdd161568418b1e8950adf9b931cbd523c8)

Is it because it's displaying only a "part" of the complete description and that's what is causing this? If so; can I increase the amount of characters to preview ?
Title: Re:   issue
Post by: ZarPrime on December 29, 2010, 01:31:18 PM
agent47,

I'm guessing that this last issue you mention has been fixed for the next version of TinyPortal.  See this link --> http://www.tinyportal.net/index.php?issue=45.0

ZarPrime
Title: Re:   issue
Post by: IchBin on December 29, 2010, 07:29:08 PM
Sources/TPortalAdmin.php

Find this line:(about line #337)
global $context,$txt,$settings,$boardurl,$scripturl,$boarddir,$user_info,$db_prefix;

Change to:
global $context,$txt,$settings,$boardurl,$scripturl,$boarddir,$user_info,$db_prefix, $modSettings;

Find this line:(about line #469)
$context['TPortal']['blockedit']['body'] = html_entity_decode($row['body'], ENT_NOQUOTES);


Change to:
$context['TPortal']['blockedit']['body'] = html_entity_decode($row['body'], ENT_NOQUOTES, $modSettings['global_character_set']);


That should fix the weird character issue.

As for the downloads, yes that issue is fixed in the next release.
Title: Re:   issue
Post by: agent47 on December 29, 2010, 08:15:56 PM
@IchBin: that didn't fix it either mate. But it's all cool man. My temp. solution seems ok. Thank for trying buddy. :)
So by next release, you guys mean Tiny Portal for SMF RC4 right?
Title: Re:   issue
Post by: IchBin on December 29, 2010, 09:03:21 PM
TP already works for SMF2RC4. The next release is just bug fixes to make TP1 RC2. After that, if no major bugs are found it should be TP 1 final.

The fix above should have worked. Did you get any errors in your log or anything?
Title: Re:   issue
Post by: agent47 on December 29, 2010, 09:30:34 PM
Quote from: IchBin on December 29, 2010, 09:03:21 PM
TP already works for SMF2RC4. The next release is just bug fixes to make TP1 RC2. After that, if no major bugs are found it should be TP 1 final.

The fix above should have worked. Did you get any errors in your log or anything?
Checked error log. None. :S
Very weird. Do I uninstall TinyPortal 1.0 RC1 before installing TP1 RC 2?
Edit: I don't see TP1 RC 2 in the download section. Mind linking me, sir?
Title: Re:   issue
Post by: Lesmond on December 29, 2010, 09:38:25 PM
Quote from: agent47 on December 29, 2010, 09:30:34 PM

Very weird. Do I uninstall TinyPortal 1.0 RC1 before installing TP1 RC 2?
Edit: I don't see TP1 RC 2 in the download section. Mind linking me, sir?

No TP1.0 RC2 in the downloads, we don't have one! Just this one (http://www.tinyportal.net/index.php?action=tpmod;dl=item65) and its TP 1.0 RC1 too 8)