UBB.Dev
Ok.. when a User logs out, it gose to this screen
" FYI
Thank you, you are now logged off.
ยป Please use your browser's back button to return. "

The line above it says
"You are not logged in. Login or Register "

I wand to know what cgi file these are in, i want to change the link for the register link...

Im just asking this to save me some time..

thanx in advance
In your wordlets I would believe.
umm..
nope.. thats not it...

i dont want to change the text...
I want to change were the link gose....
Try public_common.pl. Otherwise, I got no clue.

---Skorpion
Yep, it's in public_common.pl.
Code
code:
trying to do this but it did not work for me.
Removed similar code - I'm version 6.01

here's my code

$show_logout = qq~


When I removed this code everything disappeared.

What can I do to remove this entire logon box from all pages?

to see my BB
click here

thanks very much
If you just want to change the registration link, modify the '$vars_config{CGIURL}/ultimatebb.cgi?ubb=agree' part.

If you totally want to remove it, don't forget to remove until the next ; (like ~; or ~ unless ($vars_registration{DisplayRegistration} ne "YES"); or whatever it is in 6.01).

I can't help you anymore, so if it doesn't help, send me the buggy public_common.pl and post here what you want to do.
© UBB.Developers