@bjsteiger: I’ve never used the {exp:rss:feed /} tag, I always just use the {exp:weblog:entries /} tag in a RSS template. Would that not work? Since it seems that the rss tag just outputs the top content anyways, I’m not sure there would be anything to limit on anyways.
@mark - Hey! You know what I was playing with this morning and you are correct - it does work. I was trying to put the custom tag on the feed portion vs the weblog:entries portion. Thank you for the idea!
Technical response: the “=” means perform an exact match, without the “=” in quotes the generated sql would be LIKE “%%” which would match everything. Placing the “=” there makes the sql =”” which is what you’re looking for.
{entry_date format="%j%S of %M"} at {related_entries id="v2_gigs_venue"}{title}{/related_entries} {if v2_gigs_tour != ""}on the {v2_gigs_tour}{/if}<br />
{/exp:weblog:entries}
Which gives me nothing when there is a valid segment 3.
Now ideally I need to check segment 3 against all of the below custom fields.
I’m basically trying to show a list of gigs that a band has played. Now the band can appear in any of the custom_fields because they may not always be on the same level of the bill. In a small venue they may headline (v2_gigs_band1) and in a large venue they may be an opener (v2_gigs_band5) or anywhere in between.
Thanks in advance for the help
DJ
—-//—-
HOLD FIRE on this one I’m trying to do it with reverse related entries and it might just be working
I never did manage to get it working with the extension and a mySQL regexp to fetch a certain set of entries (it would be great if there was an option to match only from the start of the contents of a field), but now I’ve got another little task that I am hoping that it might be able to help me with.
I am trying to do a sort of webring through EE, and one feature I need is next site & previous site. The way I had thought of doing this is having a ‘Next’ and a ‘Previous’ template that is setup to serve up a specific site depending on what is in the third segment. The third segment will hold the contents of the custom field called ‘ID’. So, if the third segment reads ‘4’ and you’re visiting the ‘Next’ template, the template should display the site where the ID is ‘5’. And if it was the ‘Previous’ template, it should display the site with ID ‘3’.
Is it possible to use the extension in such a way that you tell it to look in the custom field ‘ID’ for segment_3 + 1 or segment_3 - 1?
I was scratching my head (and a little banging) tyring to get this working for weeks, but then found this forum and the mods that needed to be made to mods.weblog.php. Saved the day as our client presentation is tomorrow.
So is it possible to perhaps put the instructions or at least the need for the mods inside the extension so when it is viewed in the Extension Manager it shows up under “Documentation” or “Settings?”
Figured out how to use the extension to get me custom field value +/- 1: the greater than/lesser than option and a limit of 1. So easy. This really is a great extension.
Would it be possible, btw, to have an option to match the pattern against the start of the custom field value only? I think that’d solve my issue with selecting a range that starts with, for example, 2.1., and not getting 2.2.1. as well.
You may want to try using the orderby= attribute and the sort= attribute depending on if you’re using greater than or less than. can you give some examples of what you’ve tried as a segment to get ‘7’