Login System - Logged In User v2.1

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
madebyibloo
 
 
Posts: 371
Joined: Fri Mar 27, 2009 3:58 pm
Location: East Yorkshire, United Kingdom
Contact:

Login System - Logged In User v2.1

Post by madebyibloo »

Logged In User v2.1

ABOUT
A simple 'logged in' extention with Admin link for use with the Login System in WB6.

IMPORTANT INFO
Add this extention onto your protected page using the page extention .php

WHAT IT DOES
When a user logs in to the protected area it will show 'Welcome: *username'

NEW in v2.1
[NEW] The displayed Admin link is now next to the Admin name instead of underneath. (saves you space)
[NEW] You can now change the Font,Size & Color of the Admin name. (not currently available in v2)
[UPDATED] Cleaned up with easier Properties setup in order of appearance.

EXAMPLE: (This extention is text based, the picture you see is for example purposes only)

Image

Everything is now customisable (Fonts,Sizes,Colors & Admin Options):

Image

This is a FREE Extention available to all WB6 users, hope you enjoy it!

Thanks to Kees for help on this Extention!

More to come soon....please let me know your views and oppinions.

Download Extention
http://www.mediafire.com/?ginyrhejvvg

-----------------------------------------------------------------------------------
My other WB6 Login System Extentions:
Login System - Logged In User viewtopic.php?t=18419
Login System - Logged In User v2 viewtopic.php?t=18538
Login System - Total Members v1 viewtopic.php?t=18607
Login System - Newest Member v1 viewtopic.php?t=19182


Cheers,
SUB
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post by madjamonline »

Great extension!!!
:wink:
I think it would be even better if you made it so the message was only displayed if the user was logged in.
e.g

Code: Select all

<?php
if($_SESSION['username'])
{
etc...

Just for those pages where logged in users would be visiting.
Great work though! :wink:
User avatar
madebyibloo
 
 
Posts: 371
Joined: Fri Mar 27, 2009 3:58 pm
Location: East Yorkshire, United Kingdom
Contact:

Post by madebyibloo »

madjamonline wrote: I think it would be even better if you made it so the message was only displayed if the user was logged in.
e.g

Code: Select all

<?php
if($_SESSION['username'])
{
etc...

Just for those pages where logged in users would be visiting.
Hi, thanks for the opinion and input :)

This extention is exactly that what you described above :) it is to be put on the protected pages (logged in pages) and it only shows when the user is 'logged in'

It uses the session_start(); and the ($_SESSION['username']) coding for protected pages only, so only shows if users are logged in.


If Ive misunderstood you (sorry) and you mean....this extention will only show up if your logged in and NOT on protected pages etc, you would need to put a php code at the 'start of page'.......I will intergrate this into version 2.2 if anybody wants me to :)

Cheers,
SUB
:)
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post by madjamonline »

That would be excellent.
Your extensions have inspired me to use the Wb6 members system more and therefore I think I will develop some things based on it. I have some in mind... :roll:
User avatar
madebyibloo
 
 
Posts: 371
Joined: Fri Mar 27, 2009 3:58 pm
Location: East Yorkshire, United Kingdom
Contact:

Post by madebyibloo »

i'll get onto it asap :) .........that would be great if you could make some extentions for the login system, I only started doin them becuase nobody else was, so more the merrier! :)

If you got any plans in the pipeline that would be great, maybe you could see my post from the link below and any help with that would be great:

My post is on page 1

viewtopic.php?t=17570&start=0

Ive try'd to get my head round it but i've just been too busy lately, lemme know what you think and maybe we could wrap our heads around it and get it sorted.....

Cheers,
SUB
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post by madjamonline »

I am working on some extensions now.
I am not too sure about the guestbook one... :wink:
Post Reply