Forums / Cotonti / Support / {USERS_ROW_NAME} without the link

pieter
#1 2012-07-06 08:58

If I use {USERS_ROW_NAME} in users.tpl it will display the name, but with a link to the profile.
I don't want the link. How can I change this?

Same for : {USERS_ROW_MAINGRP}

Thx.

 

... can we help you ...
GHengeveld
#2 2012-07-06 09:07

{USERS_ROW_NICKNAME} and {USERS_ROW_MAINGRPNAME}

You can find all of them in cot_generate_usertags() in functions.php around line 1870.

pieter
#3 2012-07-06 10:54

USERS_ROW_MAINGRPNAME seems not to exist

... can we help you ...
GHengeveld
#4 2012-07-06 22:24

That one was added in edd60eb7. That means it'll be included in v0.9.11.

kriptograff
#5 2016-10-10 14:55

Подскажите как {USERS_ROW_MAINGRPNAME} в файле users.details.tpl сделать ссылкой на всех пользователей в группе?

Добавлено 11 минут спустя:

разобрался, ставим  <p><span>Состоит в группе:</span> {USERS_DETAILS_MAINGRP}</p>

This post was edited by kriptograff (2016-10-10 15:06, 7 years ago)