mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
b7c5e6c49f
2 changed files with 15 additions and 1 deletions
|
@ -2942,6 +2942,20 @@ viewtopic_body_contact_fields_before
|
||||||
* Purpose: Add data before the contact fields on the user profile when viewing
|
* Purpose: Add data before the contact fields on the user profile when viewing
|
||||||
a post
|
a post
|
||||||
|
|
||||||
|
viewtopic_body_contact_icon_append
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.2.10-RC1
|
||||||
|
* Purpose: Add content directly after the contact field icons in post user miniprofiles
|
||||||
|
|
||||||
|
viewtopic_body_contact_icon_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.2.10-RC1
|
||||||
|
* Purpose: Add content directly before the contact field icons in post user miniprofiles
|
||||||
|
|
||||||
viewtopic_body_footer_before
|
viewtopic_body_footer_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -192,7 +192,7 @@
|
||||||
<div>
|
<div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
|
<a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
|
||||||
<span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>
|
{% EVENT viewtopic_body_contact_icon_prepend %}<span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>{% EVENT viewtopic_body_contact_icon_append %}
|
||||||
</a>
|
</a>
|
||||||
<!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->
|
<!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue