Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Feb 2009 at 19:44 UTC
Updated:
22 Jun 2010 at 16:10 UTC
I have the following content type link/url field output in my XML view using Views Datasource XML:
http://sitename/featured_project_1
How do I set the URLs to target to the same browser window? When a user clicks the READ MORE link that's fed content via this XML doc, the URL opens in a new window.
Any suggestions?
Would this tweak be made in the "views-view-xml.tpl.php" file?
-backdrifting
Comments
Comment #1
allisterbeharry commentedCould you describe your situation some more - where is the READ MORE link coming from - are you feeding the XML into something else? The XML output is raw without any HTML tags.
Comment #2
allisterbeharry commentedComment #3
allisterbeharry commentedIn the 6.x-1.0-beta release you can override the default view templates. Although a simple XML document that is viewed in a browser doesn't have any facility to control how links open and such. It would have to be in a format the browser recognizes as HTML - like XHTML.