Author Topic: [developing] Notifications & User Activity v0.1  (Read 33248 times)

0 Members and 1 Guest are viewing this topic.

Offline MrAndrew

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Aviation PhotoBase
Re: [developing] Notifications & User Activity v0.1
« Reply #30 on: December 19, 2011, 05:16:32 PM »
Thanks, really work! Need to be in the first post!  :wink:

Offline TRAKTOR_WEB

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [developing] Notifications & User Activity v0.1
« Reply #31 on: April 29, 2013, 09:52:01 AM »

a - fix comment formatting (bbcode etc).
open notifications.php and find:

Code: [Select]
"content" => $content,

replace with:
Code: [Select]
"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),




Заменить на...
Code: [Select]
"content" => format_text($notify_row['content'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),