PDA

View Full Version : Userfield -> URL


exportforce
07-07-2016, 01:25 PM
It's quite some time I have worked on VBulletin and the last one was VB4, so I am a bit rusty, sorry.

How can I, and in which template, add some extra infos to the entered text. So I can have something like "Google me" entered "This is a Test" which then leads to https://www.google.de/search?num=50&newwindow=1&site=&source=hp&q=This%20is%20a%20Test

Thanks :)

noypiscripter
07-08-2016, 04:34 PM
That will require a template hook to change the custom field value to a link in Profile > About page but not in User Settings > Profile page.

Editing existing templates directly is not recommended as your custom changes may have merge conflicts that you have to resolve every time you upgrade.