The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Hey.
So I thought I'd make the members a custom links block on the portal, where members can put their favourite links. I added a profile field, but that will only allow a single link, e.g. www.google.com without and won't allow for a descriptor. So I need something more advanced. Say the syntax of the profile field is a big text box. It could either be done like this: Code:
Link1 www.link.com Link2 www.link2.net Code:
Link with spaces 1; www.link.com Link with spaces 2; www.link2.net Code:
Link1 www.link.com Link 2 www.link2.net Anyhow, how they're entered is irrlevent, I need this one field to be broken up and turned into nice custom links. I did a little googling for string to individual process fields, but couldn't find any. ---- In conclusion: IN: Code:
Link1 www.link.com Link2 www.link.net Code:
<a href="www.link.com">Link1</a><br /> <a href="www.link.net">Link2</a><br /> ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|