vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Global Login (https://vborg.vbsupport.ru/showthread.php?t=48820)

mmaler 02-11-2003 11:27 PM

Global Login
 
1 Attachment(s)
Scenario:

I purchased vBulletin because there was not an affordable "out of the box" Cold Fusion message board. The only section of my site that is in PHP is my message board. I need to create a global login page where user's can login from anywhere on the site.

Problem:

My site's sell point is it's organization and visual appeal. The login form itself is contained within a iFrame. I installed the external login hack BUT I need to modify the login code so that if the login was successful it displays login successful rather than redirecting the user.

I have attached a screenshot. Any help if much appreciated.

Martin64 02-11-2003 11:58 PM

What's the external login hack you're using? This one?

https://vborg.vbsupport.ru/showthrea...threadid=37134

Let us know all the details to make it easier for us to help. :)

mmaler 02-12-2003 01:50 AM

1 Attachment(s)
No that isnt the one. I have attached the one that I downloaded.

Dpcows 02-14-2003 08:35 PM

that hack still uses the normal login way.
so that is member.php

find in member.php under login section:
PHP Code:

    eval("standardredirect(\"".gettemplate("redirect_login")."\",\"index.php?s=$session[dbsessionhash]\");"); 

and change that to a custom made template.
i think that is a solution. but if you have any other login points, those will get the custom template too. so it might conflict.

tell me if you have multiple login points and i'll find a better way.


All times are GMT. The time now is 10:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01170 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete