Could this module have integration with the link module? This way a user could create a node and add links using the link cck and have that link output as a short url?
Possibly use the Custom Formatters module?
Could this module have integration with the link module? This way a user could create a node and add links using the link cck and have that link output as a short url?
Possibly use the Custom Formatters module?
Comments
Comment #1
aalireza commentedsubscript
Comment #2
dqdThe link module is a Drupal link field module, it is made for giving link input. Shurly module is made for generating URLs, it generates URLs. If you want to make happen, that the shurly URL goes "automaticly" into another link field, you need another module, which is made for this kind of function. This is the "Drupal" way. Otherwise all modules on Drupal.org would be too feature-blown and too heavy to host all corner-cases compared to the standart use-cases.
What you are looking for is generally called a way to "prepopulate". Look for this on Drupal.org and you will find a solution. :-)