By wburke on
I have been adding content to my new site, and btw loving drupal. But am I missing a setting that will auto parse the urls I put in stories, forums etc? So I don't have to manually type out
Thanks in advance W
I have been adding content to my new site, and btw loving drupal. But am I missing a setting that will auto parse the urls I put in stories, forums etc? So I don't have to manually type out
Thanks in advance W
Comments
do you mean the url path for
do you mean the url path for the new story does not come out like you want it? If so, try the pathauto module - it generates url paths based on your selection of attributes, for example category/title, and should do what you want.
hth
I think he means a function
I think he means a function to automaticlly convert adresses to hyperlinks: http://example.com -->
<a href="http://example.com">http://example.com</a>Apparently it occurs on this forum as well.
ahhh. This filter
ahhh. This filter http://drupal.org/project/urlfilter will do the trick
You'll need the urlfilter
You'll need the urlfilter for that.
http://drupal.org/project/urlfilter
--
http://www.porttalbotchat.co.uk
-------------------------------------------------
Our mission is to discuss issues and topics of residents of Port Talbot. We provide info on events, issues, concerns and discussions of our local area.
The BBcode module will do
The BBcode module will do the trick as well.
Hey thanks guys, appreciate
Hey thanks guys, appreciate the help. I am going to give that a go right now.
Cheers,
W