• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:      1 2  » printview
    Author
    Message
    webSPELL friend
    674 Posts
    28.11.2009, 16:06 email offline quote 

    About:
    More stylish login. When logging instead of redirecting to checklogin.php you get a nice little message if it was successful or not.
    Tutorial from bitrepository.com
    Uses javascript framework MooTools

    Version:
    4.2.1 - Currently tested on latest clan version.

    Known bugs:
    None yet

    ToDo:
    Language switch

    Download:
    Download from weSEO.de (After it gets checked by admin)

    Screens:
    http://weseo.de/images/files-screens/27.jpg

    Still working on it. But I don't know how do I add language switch in javascript.

    www.kode-designs.com
    How much wood would a woodchuck chuck if a woodchuck could chuck wood?
    webSPELL user
    379 Posts
    28.11.2009, 16:14 email offline quote 

    Pretty simple, just generate the output message with php instead of with javascript, then you can use language switch within the php file, and since you are requesting a file with your javascript anyway, it is a simple task.

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    <?php

    //this is the requested file

    //do login check session etc.


    if(login is successful) echo 'green text you are logged in';

    else echo 'red text (or w/e) you failed epicly';

    ?>


    like that zwinkern
    webSPELL lover
    1214 Posts
    28.11.2009, 16:49 email offline quote 

    many other addons are using jquery. why do u use mootools ( because of the conflict between jquery and mootools ) ?
    webSPELL god
    Member of webSPELL e.V.
    7824 Posts
    28.11.2009, 17:00 email offline quote 

    kayyy wrote:

    many other addons are using jquery. why do u use mootools ( because of the conflict between jquery and mootools ) ?

    the better question would be why to use any external js framework at all ;-) webspell includes all necessary ajax function for such a simple purpose.

    eggzy wrote:

    ...But I don't know how do I add language switch in javascript.

    have a look how it is done at the existing webspell language features within the bbcode.js (for example the bbcode-checker).
    webSPELL hero
    1783 Posts
    28.11.2009, 17:25 offline quote 

    kayyy wrote:

    many other addons are using jquery. why do u use mootools ( because of the conflict between jquery and mootools ) ?

    perhaps because of the tut ?! zunge raus
    webSPELL friend
    674 Posts
    28.11.2009, 17:44 email offline quote 

    I suck at javascript and ajax so I was just trying some things amüsiert

    -MooTools is because of tutorial amüsiert

    k3rmit wrote:

    the better question would be why to use any external js framework at all ;-) webspell includes all necessary ajax function for such a simple purpose.

    didn't know that, but as I said I'm new to JS

    www.kode-designs.com
    How much wood would a woodchuck chuck if a woodchuck could chuck wood?
    webSPELL hero
    1783 Posts
    28.11.2009, 17:49 offline quote 

    if you can write php scripts it´s easy to learn js zunge raus
    webSPELL user
    379 Posts
    28.11.2009, 23:44 email offline quote 

    k3rmit wrote:


    have a look how it is done at the existing webspell language features within the bbcode.js (for example the bbcode-checker).


    i would let php do the work for me, but i see webspell calls the language switch anyway so you could just as well use that. depending on what you want most of, php or js, I wonder what is the best solution generally, not only webspell related?
    webSPELL god
    Member of webSPELL e.V.
    7824 Posts
    29.11.2009, 00:45 email offline quote 

    F1skr wrote:

    ...i would let php do the work for me...

    you really should have a look at the code i mentioned zwinkern bbcode.js is not parsed by webspell, cause it is no template file, therefor no language variables in there like in the template filess. that's why there is used a combination of php and js for outputting language strings in javascript. php generates a javascript language array, js functions are using this array for the translations.
    webSPELL user
    379 Posts
    29.11.2009, 02:52 email offline quote 

    k3rmit wrote:

    F1skr wrote:

    ...i would let php do the work for me...

    you really should have a look at the code i mentioned zwinkern bbcode.js is not parsed by webspell, cause it is no template file, therefor no language variables in there like in the template filess. that's why there is used a combination of php and js for outputting language strings in javascript. php generates a javascript language array, js functions are using this array for the translations.


    I totally understand what the bbcode.js does, you don't get what i ment, and i don't blame you zwinkern


    can't figure out how to explain it right now tho :X









    Sort:      1 2  » printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    20.05.2013 - 11:28 - 4 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: SoKl1900
    Board: DE - Suche
    20.05.2013 - 11:28
    20.05.2013 - 11:20 - 2 Replies
    » login startseite
    login startseite
    Last post: Fr34k4z01d
    Board: DE - Technischer Support
    20.05.2013 - 11:20
    20.05.2013 - 10:52 - 3 Replies
    » [S] Tester für neuen Foru...
    [S] Tester für neuen ForumMod
    Last post: Ki1Lu
    Board: DE - Anfragen
    20.05.2013 - 10:52
    20.05.2013 - 04:06 - 3 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    20.05.2013 - 04:06
    20.05.2013 - 00:07 - 0 Replies
    » [S] Suche Programmierer
    [S] Suche Programmierer
    Last post: phoenix762
    Board: DE - Suche
    20.05.2013 - 00:07
    19.05.2013 - 03:55 - 8 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    19.05.2013 - 03:55
    18.05.2013 - 19:58 - 36 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: liQweb
    Board: DE - Biete
    18.05.2013 - 19:58
    18.05.2013 - 12:21 - 1 Replies
    » Query failed
    Query failed
    Last post: LoRd
    Board: DE - Allgemeiner Support
    18.05.2013 - 12:21
    18.05.2013 - 09:36 - 3 Replies
    » benötige hilfe bei paar k...
    benötige hilfe bei paar kleinigkeiten
    Last post: immostar
    Board: DE - Technischer Support
    18.05.2013 - 09:36
    18.05.2013 - 03:33 - 4 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    18.05.2013 - 03:33
    18.05.2013 - 00:32 - 6 Replies
    » Hide BBCODE Echo
    Hide BBCODE Echo
    Last post: dado2106
    Board: EN - Technical support
    18.05.2013 - 00:32
    17.05.2013 - 21:42 - 0 Replies
    » website help
    website help
    Last post: envy0024
    Board: EN - Technical support
    17.05.2013 - 21:42
    17.05.2013 - 21:03 - 1 Replies
    » Need Coder!
    Need Coder!
    Last post: iG.ShAdOw
    Board: EN - Requests
    17.05.2013 - 21:03
    17.05.2013 - 20:44 - 9 Replies
    » Query failed!
    Query failed!
    Last post: LoRd
    Board: DE - Allgemeiner Support
    17.05.2013 - 20:44
    17.05.2013 - 18:08 - 0 Replies
    » [4 SALE] Layouts (Gaming,...
    [4 SALE] Layouts (Gaming, Portfolio and more)
    Last post: Freestyler92
    Board: EN - Offers
    17.05.2013 - 18:08
    17.05.2013 - 18:06 - 0 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    17.05.2013 - 18:06
    17.05.2013 - 10:56 - 6 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    17.05.2013 - 10:56
    17.05.2013 - 10:41 - 7 Replies
    » register captcha
    register captcha
    Last post: nappel.ger
    Board: DE - Allgemeiner Support
    17.05.2013 - 10:41
    17.05.2013 - 00:13 - 0 Replies
    » News
    News
    Last post: dado2106
    Board: EN - Modifications
    17.05.2013 - 00:13
    16.05.2013 - 15:04 - 2 Replies
    » [V] mehrere Webspell Temp...
    [V] mehrere Webspell Templates und Designs
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    16.05.2013 - 15:04
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers