The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    what could be the script or code used in this welcome sreen, when logging in?

    ~@dikz~
    ~@dikz~
    Forumember


    Male Posts : 363
    Reputation : 4
    Language : English & Tagalog
    Location : Legazpi, Philippines - Bicol University

    Solved what could be the script or code used in this welcome sreen, when logging in?

    Post by ~@dikz~ Sun 22 Apr 2012, 17:09

    what could be the script or code used in this welcome sreen, when logging in? like in

    http://www.symbianize.com

    what could be the script or code used in this welcome sreen, when logging in? Screen12

    ~@dikz~
    ~@dikz~
    Forumember


    Male Posts : 363
    Reputation : 4
    Language : English & Tagalog
    Location : Legazpi, Philippines - Bicol University

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by ~@dikz~ Wed 25 Apr 2012, 10:06

    ..can you help me with that alternative sir..
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 19:37

    could u create an HTML page that activates after u login, and make the page redirect to forum after 3 seconds? or no, if possible do u think u can make a code
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 23:30

    doesnt work, im on phpbb2, is that the issue?
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 23:33

    yes its on
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 23:37

    i log in and the forum shows up, is it because i have a log out popup too?
    Here's my logout popup

    Code:
    $(document).ready(function() {
    var x = document.getElementById('logout');
    $(x).click(function(cLogout) {
    var y = confirm("Are you sure you want to logout?");
    if (y == true) {
    return true;
    } else { cLogout.preventDefault(); }
    });
    });


    Last edited by ReBoRNz on Wed 25 Apr 2012, 23:38; edited 1 time in total
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 23:39

    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: what could be the script or code used in this welcome sreen, when logging in?

    Post by +Fusion- Wed 25 Apr 2012, 23:43

    thanks it works now Smile solved, this should be solved, also is there anyway to change the ok button text, to say proceed

      Current date/time is Thu 14 Nov 2024, 12:24