I am trying to get the nodes to link to the taxonomy term page using rewrite. I used custom url options and rewrote the field I set to match what I wanted.

See the attached image, it shows the options set and on the bottom right that the rewrite isn't being respected.

CommentFileSizeAuthor
#1 fullcalendar2.png7.41 KBnicxvan
fullcalendar.png65.41 KBnicxvan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nicxvan’s picture

FileSize
7.41 KB

If I try rewriting it with the following.

class-type/[field_course_type]
I get the following rewrite int he image.

nicxvan’s picture

If I rewrite output of the field rather than output as a link and use the pattern:
class-type/[field_course_type]

The token is ignored and all nodes are linked to
class-type/

tim.plunkett’s picture

Status: Active » Postponed (maintainer needs more info)

Can you paste (https://privatepaste.com) an export of your view?

nicxvan’s picture

kreynen’s picture

Title: Fullcalendar not respecting rewrite rules in views » Fullcalendar does not render rewrite rules when previewing views
Version: 7.x-2.0-rc1 » 7.x-2.0
Status: Postponed (maintainer needs more info) » Active

I just experienced this while troubleshooting #1864230: Link to CiviEvent doesn't work with latest FullCalendar. It's only an issue in the preview. In my case, after saving the view the rewrite works as expected. Not completely sure if that was @nicxvan's issue, but from the screenshots it looks like it may have been the same issue.