News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[SMF 2.0 RC4] Weird '''' shows up at Top header in topicq

Started by Rain Forest, November 20, 2010, 07:54:24 AM

Previous topic - Next topic

Kays

Maybe, I just noticed something which might mess things up

look for:


<div class="poster" style="text-align: center;>


And change it to


<div class="poster" style="text-align: center;">


Other than that your file is very similar to the default file. Except for the addition of your mods.

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

Quote from: Kays on November 21, 2010, 01:31:57 PM
Maybe, I just noticed something which might mess things up

look for:


<div class="poster" style="text-align: center;>


And change it to


<div class="poster" style="text-align: center;">


Other than that your file is very similar to the default file. Except for the addition of your mods.

Thanks for the help! :)

Rain Forest

Hmm, I updated it to RC5 and it seems to be it is back..


Kays

Try this copy. It looks like the encoding had changed to UTF-8.

It that still the same theme?

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

I'm using Zutzu's Soft Cartoon theme but it hasn't a Display.template.php.

I think a modification has caused the problem?

Thanks, it helped! :)
Which part was the problem?

Kays

The page it self was encoded as UTF-8 rather than ANSI. Not the same problem as earlier.

Which mods do you have installed?

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest




I have the feeling the problem is caused by the Member Color Link or the Hide Tag.
Every user also has this problem:

8: Undefined index: bbc_hide

Illori

please open a separate topic for that issue, that is not related to the rest of this thread, and since this thread is marked solved it will be ignored by support staff.

Kays

Hmm, it is related since I just asked for that info.

That's a few too many mods to be looking through. So lets hope it doesn't happen again.

As for that error, what's the entire error message? I can't see that string in your Display.template.php file so it would be nice to know the file and line number involved. But however, that's not what's causing causing the problem.

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

Ah, I see :)

Well, As an admin I'm allowed to see errors. S when I go to someone profile - clicking on their IP, this is the error I get on every user:




Kays

If you go into the error log in the Admin CP you should see more details. Just post the text, no need for a screenshot.

Can you also attach Post.php to a post as the error seems to be in that file.

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

8: Undefined index: bbc_hide
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/forum/Sources/Subs-Editor.php
Regel: 1732



Kays

Thanks for attaching Subs-Editor also.

Can't quite find the mod responsible. But to resolve the issue, add the following to Post.english.php.


$txt['bbc_hide'] = 'Hide';


Or if just using Dutch, you can ship the English and add the translation to the Post.dutch.php file

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

Quote from: Kays on March 17, 2011, 10:02:04 AM
Thanks for attaching Subs-Editor also.

Can't quite find the mod responsible. But to resolve the issue, add the following to Post.english.php.


$txt['bbc_hide'] = 'Hide';


Or if just using Dutch, you can ship the English and add the translation to the Post.dutch.php file

Thank you so much :)

Kays

You're welcome. :)

Just out of curiosity, are you using UTF-8 or not?

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest

Quote from: Kays on March 17, 2011, 10:13:51 AM
You're welcome. :)

Just out of curiosity, are you using UTF-8 or not?
No, just the default :)

Kays

Thanks, let's hope that the problem doesn't re-occurred. :)

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Rain Forest


Kays


If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

MPAparicio

I don't read the replies at this post; For resolved your probled you must open the files of your theme, and convert this at "ANSI", you should use a notepad++

Regards

Advertisement: