Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
d02ccdac
Commit
d02ccdac
authored
Jan 16, 2018
by
Stefan Busemann
Browse files
[TASK] Add about me field
parent
6abbeaf0
Pipeline
#3168
passed with stages
in 4 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Resources/Private/Templates/UserProfile/Show.html
View file @
d02ccdac
{namespace userprofile=In2code\Userprofile\ViewHelpers}
<section
class=
"container"
>
<h1>
{user.name}
</h1>
<h1>
t3omy
{user.name}
</h1>
<ul>
<f:if
condition=
"{userprofile:isPropertyVisible(propertyName:'name', user:user)}"
>
<li>
Name: {user.name}
</li>
...
...
@@ -11,6 +11,9 @@
<f:if
condition=
"{userprofile:isPropertyVisible(propertyName:'about_me', user:user)}"
>
<li>
About me: {user.aboutMe}
</li>
</f:if>
<f:if
condition=
"{userprofile:isPropertyVisible(propertyName:'about_me', user:user)}"
>
<li>
About me: {user.aboutMe}
</li>
</f:if>
<f:if
condition=
"{isOwnProfile}"
>
<f:render
partial=
"ShowEdit"
arguments=
"{_all}"
/>
</f:if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment