Print Page | Close Window

Is it possible to display user names

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=8108
Printed Date: 06 April 2026 at 9:13pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Is it possible to display user names
Posted By: marky
Subject: Is it possible to display user names
Date Posted: 15 December 2003 at 10:11am

In the forum, were it says Topic Starter,  is it possible to display the posters name (Instead if it saying Guest). (I know if you register it displays, but Is it possible if they are not reg users.




Replies:
Posted By: thekiwi
Date Posted: 15 December 2003 at 11:20am
Originally posted by marky marky wrote:

In the forum, were it says Topic Starter,  is it possible to display the posters name (Instead if it saying Guest). (I know if you register it displays, but Is it possible if they are not reg users.

It could ....

Basically when a "guest" posts, their posting name is stored in another table (GuestName).  Their message gets stored in the normal Topic and Thread tables but the AuthorID associated with it is "2", ie the GuestID.  Thus when the summary topic list is shown, currently it steps through 2 tables ... the topics and the associated Author table.

When you view a message, you will see the guests real name.  The same logic that displays it here, could be used to display it on the topics page ... but it would be very messy ... namely because for the topic list you are stepping through a record set ... which has already been created from a SQL query ... whereas the message, is in someway, a single dataset.

So net result is ... nope .. not worth doing.



-------------
Cheers
TheKiwi
http://www.infobahn.co.nz - Internet Infobahn - website design and hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net