The Official vBulletin Modifications Site.
is there a way to have the homepage link be the link to the user’s profile for new registers? instead of just being blank?
What home page link and what do you mean by being blank? A link to this page and a better explanation would help.
Former vBulletin.org Staff Member
Try a search before posting for help. Many users won’t, and don’t, help if the question has been answered several times before.
W3Schools — Online vBulletin Manual
If I post some CSS and don’t say where it goes, put it in the additional.css template.
I will NOT help via PM (you will be directed to post in the forums for help.)
sorry, i thought that was self explanatory.
i meant on the user profiles where it says under contact: Home Page! the link there is usually by default blank, i was wondering if it was possible to set that to their profile link, by default.
There isn’t something to set in vb that would do that. You’d have to write some plugin that hooks into a location during the registration process. It would have to be one that occurs after a userid is assigned but before the end of the registration process. Then you’d have to insert the link there — member.php?u=$userid . And, you’d have to run a query to do this for all your current users also.
Where do you plan to have users ‘see’ this homepage link? You could just change it in the templates —
Former vBulletin.org Staff Member
Try a search before posting for help. Many users won’t, and don’t, help if the question has been answered several times before.
W3Schools — Online vBulletin Manual
If I post some CSS and don’t say where it goes, put it in the additional.css template.
I will NOT help via PM (you will be directed to post in the forums for help.)