PDA


View Full Version : How to replace vbs default web site


teksigns
09-07-2004, 01:28 PM
i notice that my user all have the option when registering to type there
web site . so most of them are not adding there links to the links directory .

i would like to remove this option from the registration process....


and where the user web page is usually displayed in the postbit
i would like there link details link if they have a link in the links directory ....

if not then i would like it not to appear at all ....



is this possible

Brian
09-07-2004, 01:46 PM
Just edit your 'modifyprofile' template and remove the text box from there.

teksigns
09-07-2004, 08:04 PM
but how do i make the postbit web link for the members point to the
members link in VBA Links instead of the default vb one ?

Brian
09-07-2004, 10:40 PM
Well a farily simple way (and without hacking any of the files) would be to edit the template and replace the link with this:

http://yoursite.com/links/browselinks.php?do=member&linkuserid=$post[userid]

Polo
01-27-2005, 10:46 AM
Well a farily simple way (and without hacking any of the files) would be to edit the template and replace the link with this:

http://yoursite.com/links/browselinks.php?do=member&linkuserid=$post[userid]
I might try this