Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
As it's a textarea field it doesn't allow HTML so you'd have to do a linebreak of \n\r or you can change the second field to a editor field and use a <br>.Small followup, as it is it jams everything together, how would I put in a carriage return in there to keep each entry a separate line on the 2nd field? I tried making a field titled carriage return set as custom html with a simple <br> in it and adding it to the action, but that just prints the <br> as text...
You'd need to include the user parameter in your substitution. So for example [cb:userdata field="username" user="#me" /]. See the below substitution tutorial for details.Also, what would I use to have it display the username of the mod who entered the text, as [username] puts in the name of the user whos profile is being noted in.. (I added a date and time stamp to the action already. the goal is to show: (date) (time) (moderator noting) (note), then skip a line so the next entry isnt right on top of the prior)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.