Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2802

phpBB Custom Coding • Re: [SOLVED] viewtopic-body.html - IF user is viewing own post

$
0
0
In viewtopic_body.html, find:

Code:

<!-- IF not S_IS_BOT and .postrow.contact --><dd class="profile-contact">
Replace with:

Code:

{% if S_REGISTERED_USER and S_DISPLAY_PM and (postrow.POST_AUTHOR_FULL is same as(CURRENT_USERNAME_FULL)) %}<dd class="profile-pm-inbox"><a href="{{ U_PRIVATEMSGS }}"><span>{{ lang('PRIVATE_MESSAGES') }}</span>{% if PRIVATE_MESSAGE_COUNT %} <strong class="badge">{{ PRIVATE_MESSAGE_COUNT }}</strong>{% endif %}</a></dd>{% elseif not S_IS_BOT and postrow.contact %}<dd class="profile-contact">
Add at the end of colours.css and adjust to suit your needs:

Code:

.profile-pm-inbox .badge {color: #fff;float: none;font-weight: bold;margin: 0.2em 0;padding: 2px 4px;top: auto;}

Statistics: Posted by cabot — Wed Dec 18, 2024 9:18 am



Viewing all articles
Browse latest Browse all 2802

Trending Articles