PDA

View Full Version : Nick Change Real Name in the Articles of CMS


WDS
10-25-2011, 05:50 PM
this is another question I have, should I change to the Articles of CMS aparesca actual user name instead of your nick?

Thanks

WDS
10-28-2011, 10:41 AM
What should I edit to make this change?

WDS
11-12-2011, 02:48 PM
Help please.

Lynne
11-12-2011, 03:42 PM
I don't understand the question, so I can't really answer.

Is this nickname you mention a profile field or what?

WDS
11-14-2011, 05:21 AM
Hi Lynne
and mean what is this:

http://www.webpagescreenshot.info/img/112921-1114201191951am.png

in that part want it to appear real name of the Person.

Thanks.

Lynne
11-14-2011, 08:15 PM
But where in the database is the real name defined?

WDS
11-15-2011, 01:43 PM
No, I created a user field called real name.

Lynne
11-15-2011, 05:36 PM
Then you need to include that field in the query for that article so that it may be used.

WDS
01-06-2012, 05:40 AM
Then you need to include that field in the query for that article so that it may be used.

And I include?.
thanks

Lynne
01-06-2012, 04:48 PM
Whatever the field is that contains the real name.

WDS
01-08-2012, 01:02 PM
Sorry Lynne, but do not understand.

A template that and I wear?
The "field9" which represents the real name in the order I have?.

Lynne
01-08-2012, 04:25 PM
If the real name is stored in userfield.field9, then you need to do JOIN in the query to the userfield table and grab field9. Then you will probably have to assign that to a variable name and then register it for use in the template. Then you will be able to use it.