Posted by ambientdrup on February 26, 2009 at 7:44pm
Jump to:
| Project: | Views Datasource |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | allisterbeharry |
| Status: | closed (fixed) |
Issue Summary
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
#1
Could 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.
#2
#3
In 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.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.