Text symbols not working?

Forum
Last Post
Threads / Messages

tahbikat

Member
Member
Joined
Feb 11, 2014
Messages
408
Points
16
Age
30
Location
Louisiana
Mysidian Dollar
32,360
This problem started yesterday and though it's definitely not a serious issue, it's something that I noticed.


Things like the copyright symbol and the arrows for the next and previous page links have turned into this: �

How do I fix? :< They show fine in the php code, but when rendered on the site they turn into that.
 
Mmn... could be a character encoding problem (though this shouldn't happen suddenly?) - in your template's header, try adding a meta tag (not sure which one, but... probably UTF-8) you can read up on it?
 
Nope, doesn't work. :/
Would removing the .htaccess cause it you think? HoF had to remove it yesterday for a different problem. That's the only thing I can think about that got removed recently.

HTML:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{$browser_title}</title>
{$header->loadFavicon("{$home}favicon.ico")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/style-city.css")}
{$header->loadStyle("{$home}{$temp}{$theme}/media/menu.css")}
{$header->loadAdditionalStyle()}
<!--[if lte IE 6]>
{$header->loadStyle("{$home}{$css}/media/dropdown_ie.css")}
<![endif]-->
</head>
 
He probably updated it, rather than removing it. If you can access it, you could try adding this line to it:
Code:
AddDefaultCharset utf-8
 
I can't find them anywhere. :<
They show up in the list of results when I search ".htaccess" in the file manager, but once I click them from the search results they're not there. Only one I see is in the forum folder and it's named a bit differently.

I also noticed things like the hand pointer when clicking buttons has reverted back to just the regular pointer, even though I've specifically set it in the CSS files to display the hand.

Like I said not a major issue, just confuzzling me why this is happening all of a sudden.
 
:hmmm: . . . you definitely need access to your own copy of an .htaccess file. While HoF can technically keep a master copy in a higher directory, it'll be difficult to manually override it to make changes... (and I have a ton of edits in mine because I've changed how urls look in several places). It's quite possible that your copy exists but can't be seen with whatever file management program he's using. Some FTP programs will also auto-hide .htaccess files (which is more unhelpful than not). So I wonder if yours is really there or not?

In any case, I've done what I can, the rest will be up to HoF for him to puzzle over.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,278
Messages
33,127
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top