history_row

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

history_row

Post by InfinCZ »

Hello,
where I find in phpbb forum files array "history_row".
Where is php file to template ucp_pm_history.html.
For example:

$msg_data = array(
'RANK_TITLE' => $user_info['rank_title'],
'RANK_IMG' => $user_info['rank_image'],
'AUTHOR_AVATAR' => (isset($user_info['avatar'])) ? $user_info['avatar'] : '',
'AUTHOR_JOINED' => $user->format_date($user_info['user_regdate']),
'AUTHOR_POSTS' => (int) $user_info['user_posts'],
);
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: history_row

Post by InfinCZ »

?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: history_row

Post by david63 »

InfinCZ wrote: Sun Aug 13, 2017 6:34 pm where I find in phpbb forum files array "history_row".
Using a search files application you will find it in includes\functions_privmsgs.php
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: history_row

Post by InfinCZ »

Thank you, very much.

Return to “phpBB Custom Coding”