English: English
Terug naar de Forum Lijst
>>
Terug naar de Lijst Onderwerpen
Re: Characters removed from URLs and 39; in fields
Ingezonden zaterdag, 20 maart 2010 door Scott
Thanks for fixing the 's.
Found another part of my feed which supplies the ' as ' instead of '
The & and the # are being removed as part of the line in feedsql.php
$string= strtr($string,"'/-:&\"?_+#","` ");
To correct I have added a line just before this
$string= str_replace("'","`",$string);
For the other problem I had I did the following as you suggested
1) Increased Select4 size in the database to 500
2) Checked to see if I was updating select4 at line 52 to the following
if ( isset ( $item["menu_$i"] ) ) {
if ($i==4)
select_value["Select$i"]=prepare_for_sql(trim($item["menu_$i"]));
else
$select_value["Select$i"]=prepare_for_sql_url(ucfirst($item["menu_$i"]));
}
Thanks
Subscribe to this Thread |
Keyword filter on affiliate 2 rss
Ingezonden vrijdag, 02 april 2010 door Paul MacLennan
Is there a way to specify a keyword (such as venue/product number ect) so that the rss feed is more likely to have the content I want first time?
Thnx,
Paul
Subscribe to this Thread |
callback function
Ingezonden vrijdag, 28 mei 2010 door oidi
First, Many thanks for the great work.. :)
I would like to know how to use callback functions,
I would like to import just the categories i need from the feed not all.. i Have mapped the affiliate network cathegories in the Select3 and i have the list of categories that i need in another table..
could i import just cathegorie from the feed wich are in the other table..
I hope I was clear.. i apologize for my english, I'm frensh. :) thank you
Subscribe to this Thread |
English documentation under development
Ingezonden zaterdag, 17 oktober 2009 door Bram
Aangepast: zondag, 08 november 2009
The english documentation is under construction. Feel free to email or chat for help.
The installation pack supports the english language.
Quick start quide:
Subscribe to this Thread |
Affilinet feeds
Ingezonden zaterdag, 05 december 2009 door Timo
hi, can someone give me a hint how tu use affiliate feeds with affilinet product data?
i have some torurble importing feeds.
is there a simple how to use documentation?
thanks in advance.
Subscribe to this Thread |
First character selection
Ingezonden donderdag, 18 maart 2010 door Bram
Aangepast: maandag, 19 april 2010
how do i get alphabet wise search option like in output i've to show a,b,c,d,e,f..z when we click any alphabet we have to get respected items.
Subscribe to this Thread |
Characters removed from URLs and 39; in fields
Ingezonden vrijdag, 19 maart 2010 door Scott
In my data feed, I have a thumb nail image and a full sized image. I have assigned the thumb nail image to the field 'Image' and want to store the URL of the full sized image somewhere else so I can use lightbox to display it when a users clicks on the thumb nail.
I have assigned the full sized image to 'select 4' but when I download the data, the URLs appear as 'http www.abc.com' instead of 'http://www.abc.com'
How do I stop the characters being removed?
Another problem I have is that a lot of the columns in my feed contain '&39;' in them, but when I download the data these are being changed to ' 39;'. How do I removed the '&39;' completely?
Thanks
Subscribe to this Thread |
Combine name and date to be product title
Ingezonden donderdag, 01 april 2010 door Paul MacLennan
Hi Bram,
Thanks for this awesome tool. I would like to combine the product name and product date to be the title.
I'm using the rss feed method with the product feed. My coding skills are almost 0 :D
The products are concert tickets and only for a particular venue, so the amount of articles should be quite small.
Thanks for any help
Paul
Subscribe to this Thread |
datafeeds2rss + K2
Ingezonden vrijdag, 09 april 2010 door Paul MacLennan
Hi,
Just wondering if anyone has found a way to import their rss to the k2 component. Ideally I would like to put the individual "items" into seperate fields.
Subscribe to this Thread |
Weird Product Feed
Ingezonden maandag, 03 mei 2010 door Paul MacLennan
Hi Bram,
I'm using datafeeds on yet another site (yes it's that good). I have a problem with one of my datafeeds. The datafeed is from ticketmaster (buy.at). Instead of using normal information in their categories such as City>London, Paris, Rome. They use numbers such as Cite>19324, 12356, 12345.
As you can imagine this doesn't look good. On a seperate feed they supply what the numbers mean 19325=London ect. Is there a way I can convert all this to look normal? If I can make it look normal then I can place it with another Datafeed (cleafs) to display my Event tickets correctly.
I hope that makes sense :)
Paul
Subscribe to this Thread |