Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
cbaa83d6
Commit
cbaa83d6
authored
May 09, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
399e094a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
admin/controllers/support/support.php
admin/controllers/support/support.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
...ework/apps/admin/views/defaultTheme/board/board_edit.html
+2
-0
No files found.
admin/controllers/support/support.php
View file @
cbaa83d6
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
View file @
cbaa83d6
...
...
@@ -135,7 +135,9 @@
<div
class=
"box-comment"
>
<!-- User image -->
<? if ($commentItem->user_profileImageUrl) { ?>
<img
class=
"img-circle img-sm"
src=
"<?= $commentItem->user_profileImageUrl ?>"
alt=
"User Image"
>
<? } ?>
<div
class=
"comment-text"
>
<span
class=
"username"
>
<a
href=
"<?=PLATYFRAMEWORK_APPURL?>/user/list/edit/?id=<?=$commentItem->userId?>"
>
<? if ($commentItem->user_enabled == 0) echo "<del>{$commentItem->user_nickName} (ID : {$commentItem->user_userId}</del>"; else echo "{$commentItem->user_nickName} (ID : {$commentItem->user_userId})"; ?>
</a>
...
...
Write
Preview
Markdown
is supported
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