PDA

View Full Version : Changing the link for Big logo(vBulletin_logo.gif)



netmastan
Wed 22nd Aug '01, 8:44am
hi, can anyone tell how can i change the link for big logo (vBulletin_logo.gif) to other links.

THanks

netmastan

Afterburner
Wed 22nd Aug '01, 9:36am
im CP

Styles --> Modify --> [fonts/colors/etc] --> Header:

and modify this code:

<a href="index.php?s=$session[sessionhash]"><img src="images/vBulletin_logo.gif" border="0" alt="$bbtitle"></a>

**** bug !!

<a href="index.php?s=$session[sessionhash]"><img src="{ titleimage }" border="0" alt="$bbtitle"></a>

without the spaces between the { }

netmastan
Wed 22nd Aug '01, 10:44am
Thanks man it's work and it was eay...........

Now i am getting a new problem.

I have ticked the "send passwords by email address"
But in the registration form, it is not sending passwords by email address. So anyone can use fake email address.

Any help. ?

Sorry moderator i guess i am in the wrong place. It is not hack requests..

mjames
Wed 22nd Aug '01, 3:44pm
Originally posted by netmastan
I have ticked the "send passwords by email address"
But in the registration form, it is not sending passwords by email address. So anyone can use fake email address.

Any help. ?
You can always change the settings so users have to verify their e-mail accounts - this will eliminate users from using invalid e-mails, but it could slow down the time from when someone registers to when they post.