php forum
php mysql forum
php mysql smarty
 
Topic Options
#241621 - 03/27/03 02:46 PM "Multiple Display Names" for Admins.....
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
I just realized how functional this would be for my board, if as an admin, I could switch between several display names.......And yes, I do realize I can make a new display name, but that changes it everywhere.... I'd like to be able to post under several different display names and not have to log in and log out for the various names....<br /><br />Any chance of making this happen?<br /><br />-peter

Top
#241622 - 03/27/03 04:12 PM Re: [Re: adrienne48]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Hmmmm ...<br /><br />When you make a post, only your user number is stored with the post, not your display name. When the post is viewed, the display name corresponding to that user number is fetched and displayed.<br /><br />When you say post under several different display names, do you mean post under completely different profiles? (different total post counts, different titles, different email addresses, etc.)
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#241623 - 03/27/03 07:24 PM Re: [Re: joeuser]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
I guess I'm not attached to having different profiles, etc.... The various display names are all I'm really after...

Top
#241624 - 03/27/03 07:26 PM Re: [Re: adrienne48]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
I really just try to separate the various identities I have on the board.... Some of the announcements are more authoritarian for example, and I wouldn't want those posts directly identified with the account I regularly post with.... Now, most people know about it, but I think it's nice to keep things separate...That's a little of the story behind this idea...<br /><br />-peter

Top
#241625 - 03/27/03 07:38 PM Re: [Re: adrienne48]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Without making any changes, the only way to do this, as you're aware, is to login/logout. A variation on this would be to write a hack that makes it easier to switch from one profile to another, sort of a "become my other profile" function.<br /><br />Another approach would be to add a column to the Posts table B_AdminPost (values 0 and 1). When that column is set, the post could somehow be tagged to indicate that it's an offical post. A checkbox could be added when an admin posts for setting this column.
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#241626 - 03/27/03 10:40 PM Re: [Re: joeuser]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
I like the sound of an easy toggle to "become my other profile" function.... I know eons ago when I first started, EZboard had this option....Probably the only thing I liked about that damn thing. <img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />

Top
#241627 - 03/28/03 07:24 AM "Multiple Display Names" for Admins..... [Re: joeuser]
Gardener Offline
Addict

Registered: 05/11/99
Posts: 1966
Loc: Sweden, Stockholm
How about using B_AnonName for this? And have a third value for B_Reged that says to just use the anonname instead of the display name.<br /><br />I might want something similar to allow users to have extra display names to be used in special forums. I don't think I have the time to fix this at the moment though.
_________________________
/Gardener | Complete list of my mods

Top
#241628 - 03/28/03 07:39 AM Re: [Re: c0bra]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Hmmmm .... maybe. Doing tricky things with the existing columns can cause maintenance problems, though.
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#241629 - 03/28/03 07:43 AM Re: [Re: joeuser]
Gardener Offline
Addict

Registered: 05/11/99
Posts: 1966
Loc: Sweden, Stockholm
But that's the fun part! =]<br /><br />OK, if a new field for the special display name is added, no extra field is needed as that field is used if it exists, and only admins can add something to it. Then just add a new field to the posting page that is shown to admins and make sure it is only saved if the user is an admin.
_________________________
/Gardener | Complete list of my mods

Top
#241630 - 03/31/03 10:13 PM Re: "Multiple Display Names" for Admins..... [Re: adrienne48]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
Until someone does the hack, you can accomplish this with using 3 or 4 different browsers. Each browser logged into a different persona. It could easily look like they are all on at the same time if it's important to have the appearance of truly seperate people. Using the different browsers also makes it easier to keep your different personalities straight. <img src="/forum/images/graemlins/laugh.gif" alt="" /> IE, Netscape, Mozilla, Opera, etc., all use different cookies and thus can all log in as seperate people. Just a thought. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
[:"red"]Lisa[/]

Top
#241631 - 04/01/03 12:00 AM Re: [Re: JacquiL]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
That's not a bad idea, the various browsers.....<br /><br />Still though <img src="/forum/images/graemlins/wink.gif" alt="" /> And, I was really just tossing the idea out there... It's not a demand or anything. Just wanted to see what people thought or if it was possible....<br /><br />-peter

Top
#241632 - 04/06/03 09:17 AM Re: [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I saw someone who had that on an old version of threads. It used different user names (thus different profiles) rather than display names.<br /><br />It alloed moderators to post as a "Generic Moderator" whitout having to logout. I think they had a pull down when they posted.<br /><br />With the user number thing, that would be fairly easy. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#241633 - 04/06/03 12:43 PM Re: [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
That's almost exactly what I was thinking Josh!<br /><br />-peter

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks