By bioshock on
sorry for my bad English
i have a website that offers downloads for users
the download files are hosted on different sites
I used computed field to create an input system for download link
i need to warp the outgoing link automatically like
http://example.com/go/Fe3d0s9ds
which will redirect to the original download link
any ideas
Comments
I'm not entirely certain what
I'm not entirely certain what it is you are doing, but it sounds like you could theme that computed field (see http://drupal.org/node/269319#comment-1184661 ) or theme that content type (see http://drupal.org/node/17565 )
i found something but how
thanks for reply i found a module
gotwo
its do exactly what i need but it doesn't work on computed fields
well what i am trying t is masking the download link which will work like a redirect
it will redirect to the original link after user clicks on link
Still not sure exactly what
Still not sure exactly what you need to do. But it seems you could still just theme your output (field or node type) and use a "<go href" tag instead of "<a href"
I can't tell unless you explain in more detail what value you have in your computed field, and what link you want to display.