I have a view which displays multiple nodes in full view including the comments. I want to redirect the users who comment using my view back to the view and not to the article.
At the same time if the user comments on the node and does NOT use MY VIEW they should not be redirected. In other words the redirect to be used only on my view.
My below code works well but unfortunately all the the sites comments form start to redirect. I only want to redirect users who are using my panel view on the path /newvc to get redirected.
Alright. I have looked all over for this and have yet to find anything significant or actually consisting of what I am wanting to achieve. I also hope that this is where I should be posting this.
What I'm looking to do.
I want drupal(through any means) to be able to handle a custom html tag.
To handle the tag I want it to run a series of Xquery functions or equivalent php scripts to replace the tag with a neat link.