 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
February 9th, 2009, 04:56 AM
|
#1 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
| Extra Field #3 missing character
I have been seting up my classifieds using for some ads the Extra Field option
If I use this in Extra Field #3 Code: Content visible to verified customers only.
The last character allways get lost in the update.
and the word shows like this Code: Content visible to verified customers only.
If the word ends with this lettar it, it gets lost
__________________
Geiri
Last edited by Geiri; February 9th, 2009 at 05:18 AM.
|
| |
February 9th, 2009, 09:14 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
Do you have an example? test - PhotoPost Classifieds
I did a quick test and looks good.
|
| |
February 9th, 2009, 09:45 AM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
|
Try and go into your category again.
then update and take a look again. Mótorhjóli - Geirinn.is - Auglýsingar
I think it only hapens if you open the category in admin again??
__________________
Geiri
|
| |
February 9th, 2009, 10:09 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
Nope same thing views fine for me. Make sure your using the default current code.
If anything I show your extra 1 and extra 2 are missing the final character in your example.
|
| |
February 9th, 2009, 11:26 AM
|
#5 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
| Quote:
Originally Posted by Chuck S Nope same thing views fine for me. Make sure your using the default current code.
If anything I show your extra 1 and extra 2 are missing the final character in your example. | What do you mean by current code?
My english is not that strong
__________________
Geiri
|
| |
February 9th, 2009, 11:45 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
Are you using the latest downloaded code from the members area?
|
| |
February 9th, 2009, 12:05 PM
|
#7 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
|
I am using Current Version 3.04
Have there been any updates to the code?
__________________
Geiri
|
| |
February 9th, 2009, 12:12 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
My suggestion is to ensure your using the latest templates what exactly is missing? I am not really seeing anything missing in your example.
|
| |
February 9th, 2009, 12:32 PM
|
#9 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
|
I am upgrading to current code
Then I will test and report if problem Persists.
__________________
Geiri
|
| |
February 9th, 2009, 12:38 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
Not a problem your example does not even show what your trying to convey here which is why I am asking what the exact issue is.
Your trying to say the end > is missing off the bold tag your inputting into the extra field but the actual example shows it is not.
when upgrading make sure to not overwrite your config files as I see you have done that. replace original config files or edit the new ones and place the proper info for your site.
|
| |
February 9th, 2009, 04:30 PM
|
#11 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
|
Hi, Chuck
Sorry, I will try to show you with this screenshots
First is a scree of admin category
As you see I have filed in all the fields and saved the setup.
Second screen is of admin category
I click edit and you see how the letters ð go missing
Third screen is showproduct.php after I save with missing letters
you see there how Extrafield1 looks.
This has somthing to do with going in and out of category in admin.
__________________
Geiri
|
| |
February 9th, 2009, 05:13 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
I still dont see anything wrong but alas the current downloaded code which I showed shows the actual character listed so did you upload all new files. Could be a language database issue.
|
| |
February 9th, 2009, 06:27 PM
|
#13 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
| test - PhotoPost Classifieds
but your page is missing the ð at the end???
__________________
Geiri
|
| |
February 9th, 2009, 08:47 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
well what language are you using?
I can verify my database has it loaded with that character in the actual categories extra3 field but you know my site is in english and most likely it has to do with not being able to display that character. test - PhotoPost Classifieds
I change my charset to UTF-8 and it displays so this all has to do with you properly loading a charset to display those characters.
|
| |
February 10th, 2009, 08:24 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
The fix would be to change your iso-8859-1 to UTF-8 for the charset
iso-8859-1 is basically english
windows-1252 is what they use for like russian and arabic etc
the windows 1252 would probally work but as noted changing my charset to UTF-8 SOLVES ANYTHING AND DISPLAYS ANYTHING.
|
| |
February 10th, 2009, 11:25 AM
|
#17 (permalink)
| | Senior Member Verified Customer
Join Date: Nov 2002 Location: Reykjavik, Iceland
Posts: 727
|
I tried utf-8 uff the site was unreadable
Maby becouse the db is in iso-8859-1?
__________________
Geiri
|
| |
February 10th, 2009, 11:41 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
I guess it all depends we dont have an icelandic language etc so I am just stating from the english perspective what I did to make it show. utf-8 should make everything show across most languages
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:47 AM. | |