![]() |
Quote:
I think that PRF is a really nice piece of work and would like to use it in a site I am working on but do not have the skill to install and modify it properly myself. That being the case, I was wondering whether if I could hire you to do so? Sorry to go public but I wanted to make sure I reach you and the private message I sent has not been read yet. Thank you for your consideration. |
Quote:
That said, I do not not offer paid services of any sort -- everyone gets the same level of response for my mods. You can find many talented individuals in the vB.org market forums to hire out. |
Quote:
|
Don't laugh.
Everything is running fine. 10.000 products imported. Best mod ever ... but i have a "small" problem with xml import <description>ddddddddddddd</description> change to: https://vborg.vbsupport.ru/external/2014/05/76.png so every "d" changes to "dj" doesn't matter what i try. XML file is UTF8. Any idea? |
Hrm.
Does it happen on other strings with usual words (i.e. not just a sequence of letters) as well? Mind posting a few bits of the XML file up for me to try out? And I never laugh (unless it's at myself, lol). |
I changed encoding="UTF-8" to encoding="ISO-8859-1" ... but no changes. Convert the XML file with notepad++ to all variants ... no chance.
If i enter <description>DDDDDDDD</description> in big caracters it works. <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <productData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <product> <forumid>78</forumid> <title>BRIDGESTONE RD 623</title> <categoryid>1</categoryid> <short_desc>RD 623 von BRIDGESTONE</short_desc> <description>dddddddddd</description> <price>></price> <mfrg>BRIDGESTONE</mfrg> <upc>1000145563</upc> <url>http://www.cartomak.de/OttAttrSearch...BRIDGESTONE+RD 623</url> <mainphoto>http://www.cartomak.de/pictures/bridgestone/rd_623.jpg</mainphoto> <mainphoto_thumb>http://www.cartomak.de/pictures/bridgestone/rd_623.jpg</mainphoto_thumb> <mainphoto_small>http://www.cartomak.de/pictures/bridgestone/rd_623.jpg</mainphoto_small> </product> </productData> |
The XML importer uses some basic vBulletin libraries to clean up content and insure there's nothing bad in your file. Nothing else happens to the data so that's the only possible problem I can think of at a glance.
You can try disabling this by commenting out or removing line 1651 of admincp/productforums.php If this solves things, I'll write a custom cleaner for the mod. If not I'll PM you to get the full XML file and debug it. Code:
// $product->description = normalize_str($product->description); |
I did. Now it works fine
PHP Code:
|
Cool.
I'll get a patch out to do some filtering over the weekend so there's nothing malicious imported by accident. |
I had this mod installed but it turned out not to work in the way I needed without beaucoup extra work that was not in my budget. That said I had it uninstalled and now the default thread rating system is not working. Anyone else have this problem? Any suggestions as to how to attack it? Thank you very much.
|
All times are GMT. The time now is 01:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|