Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 18:47 UTC
Updated:
21 Oct 2011 at 04:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rickmanelius commentedCould definitely use this. I'm in a bit of a pinch! :)
Comment #2
Anonymous (not verified) commentedHi all
This is the solution
Cause i could cross content betwen sites, in my case, i want to publicity next concerts, but wan't them to get out off my "view" by date, the concert date.
Best regards
ArchGalileu
www.gasparsantos.eu
www.quartetodouro.eu
www.cameratanovnorte.eu
Comment #3
paranojik commentedI've ported the module to D7. I also added the enclosure tag support (the code is a bit messy but it works). The geolocation part is untested.
Comment #4
Anonymous (not verified) commentedHi paranojik
Thanks for the patch, i allready apply but something not correct (i applyed manually)
I wait a little bit for build in GIT
I installed rss_formaters that was fast and accurate
Still want to have more details and so... views_rss
Best regards
ArchGalileu
Comment #5
Anonymous (not verified) commentedDummy thing, one of the patched files i didn't saved
I try today, after sleep
Sorry
Best regards
ArchGalileu
Comment #6
rwohlebsubscribe
Comment #7
paranojik commentedFixed Undefined:$view:$row_index notice. This should now be almost complete.
Comment #8
jonasdowney commentedsubscribe
Comment #9
sachbearbeiter commentedsubscribe
Comment #10
BenK commentedSubscribing
Comment #11
merilainen commented+1
I can't get the patch to apply. I tried
git apply -v drupal_7_port-1119948-7.patchbut it gives me errors such as:I tried against beta5 and dev versions.
Comment #12
enkore commentedsubscribing
Comment #13
Anders Hansen commentedAfter applying the path I can select the option RSS Feed - Fields in Views Feed, but nothing happens the activity wheel just spins and spins, anyone else experienced this ?
Comment #14
crymzyn commentedI have a similar issue as Anders Hansen has... It doesn't keep spinning, but it does not actually make the change from RSS Feed to RSS Feed - Fields. Any ideas?
Comment #15
peteruithoven commentedSubscribing
Comment #16
ccshannon commentedsubscribe
Comment #17
nancydru+2 (two customers)
Comment #18
mefisto75 commentedtracking
Comment #19
sorensong commentedThis is driving me insane.
Comment #20
DeadSuperHero commentedCan't get the patch to apply, same problem here as with #11.
Has anyone gotten the patched files, and gotten them to work yet?
Comment #21
paranojik commentedApply against 6.x-1.x-dev. Not sure why the previous patch didn't work for you. This one is essentially the same, but reapplied just to be sure.
Comment #22
DeadSuperHero commentedTried applying to 6.x-1.x-dev, used git apply -v drupal_7_port-1119948-21.patch from my views_rss directory.
Resulting output is:
error: while searching for:
name = "Views RSS"
description = "Provides views plugin for that allows RSS Feeds from Views to be use fields"
package = "Views Bonus Pack"
dependencies[] = views
core = "6.x"
error: patch failed: views_rss.info:1
error: views_rss.info: patch does not apply
Checking patch views_rss.module...
Am I doing something wrong here?
Comment #23
xjmComment #24
jody lynnI cleaned up the patch to fix spacing issues and remove CVS tags and package-manager-related stuff.
Didn't test functionality.
Comment #25
JJSON commentedsub
Comment #26
audealexandre commentedI tried to apply the patch#24 to 6.x-1.x-dev, used cygdrive "patch -p0 view_rss-1119948.patch from my views_rss directory, but I am getting the following error:
"The next patch would delete the file a/views/view-rss-fields-item.tpl.php, which does not exist! Assume "
When I answer no and apply anyway, I then get the following message:
"can't find file to patch at input line 6" Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
----------------------------------
|diff --git a/views/views-view-views-rss-fields.tpl.php b/views/views-view-views-rss-fields.tpl.php
|deleted file mode 100644
|index 47ca842..0000000
|--- a/views/views-rss-fields-item.tpl.php
|+++ /dev/null
Am I doing something wrong ?
Many thanks for your help...
Comment #27
xjmTry using -p1 instead of -p0.
Comment #28
MGParisi commentedsubscribe
Edit - Updated with #24 patch, can not get the format to change
Edit 2 - Updated with #21 patch, could not get the format to change, cleared cache TWICE and it worked:)
Edit 3 - Adding an Image to the LINK field doesnt work (it puts the tag in HTML Encoding):( As far as I know there is no path to the Image tag:(
Comment #29
DeadSuperHero commentedStill having issues with applying the patch. The output is as follows after trying to do a "git apply -v [patchname]" for #24
Any ideas on what to do?
Comment #30
ParisLiakos commentedHmm i applied the patch succesfully,i installed and enabled the module.but inside the Views UI if i change the format to
RSS Feed - Fields
nothing happens:/
btw i attached the patched version for thos that have trouble applying the patch
Comment #31
MGParisi commentedrootatwc... Try flushing the views cache TWICE...
Comment #32
maciej.zgadzaj commentedI have just committed initial D7 release based on patch from #21 by paranojik.
Tried it first with path from #24, but it was "cleaned up" too much, removing all files[] definitions from .info file - that's why changing feed format to "RSS Feed - Fields" did not work (actually, was not being saved).
Will be available as soon as drupal.org publishes the node (within next 12 hours, as per http://drupal.org/node/1068944).
Comment #33
ParisLiakos commentedActually files[] is only for OOP classes.
No need to put .module, .tpl.php and others there.
Check the files[] section here: http://drupal.org/node/542202
Comment #34
maciej.zgadzaj commentedTrue, thanks for pointing that out rootatwc, took all of them from the patch. Removed now.
Comment #35
EndEd commentedHi I'm getting this error using PHP fields in a Views with RSS Feed - Fields. The error shows after seeing a feed page (taxonomy/term/%/feed) and then returning to the normal site (front page for example). It also shows when editing the VIEWS display.
EDIT: Wow, this was driving me mad. The problem was that you have to use the Value code and not the Output code to set values... sorry about that :)