Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to disable: "Please wait while we transfer you..."

Locked Asked Modified Viewed 3,257 times
S
stranded
S
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
asked
Member

Hi!

It's annoying that this screen comes up after logging in. I would like to disable it completly on my page, is there any way I can do that?
Edited by stranded on 12-09-2009 14:56,
0 replies

6 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Please use the mods site for such queries

http://www.phpfusion-mods.com/
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

To disable log-out message:
find:
echo "<strong>".$locale['global_192'].$userdata['user_name']."</strong><br /><br />\n";

after that add:
header('Location: '.$settings['opening_page']);


To disable log-in successful message:
find:
echo "<strong>".$locale['global_193'].$_GET['user']."</strong><br /><br />\n";

after that add:
header('Location: '.$settings['opening_page']);

Visitors will still be able to read error messages.
Edited by bite on 12-09-2009 18:35,
0 replies
S
stranded
S
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
answered
Member

Thanks a lot bite!

I will just add that those lines are in the setuser.php file.
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

yes, that's setuser.php file.
0 replies
A
Acert
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums
answered
Member

i was looking for this too
its Perfect, thanks bite
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Thought a polite request would do it!

locked
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

S
S
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 53 threads in the forums
  • Started this discussions
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
B
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
A
A
Acert 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 13 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet