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

hershel’s picture

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 )

bioshock’s picture

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

hershel’s picture

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.