Favorite dicsussions error

I have the favorites of author discussion block on my site but it does not show the {display_name}.

Nor sure if this is a bug or something on my end. Tried with three different browsers.  Please see attached image.

image_transcoder.php?o=bx_froala_image&h=3078&dpx=1&t=1583712629

  • 981
  • More
Replies (7)
    • Seems to work with me...

      image_transcoder.php?o=bx_froala_image&h=3079&dpx=1&t=1583714200

      • Aha, you placed this block on the forum home page in this case I have the same result, I am not sure but I wonder if this block is not intended for the profile only. in any case on the profile it works.

        image_transcoder.php?o=bx_froala_image&h=3080&dpx=1&t=1583714983

        • I think it should be working on the discussions home page as when I go to the discussions I would want to see my favorites right away - I did not try it on profile but will now.  Still it needs to work regardless of where it is placed - do you agree? 😀 

          • I don't know, if I do the same experiment with the same block for "post" the result is the same. It may have been designed to show others what you have done, not yourself. Case to follow :-)

            image_transcoder.php?o=bx_froala_image&h=3083&dpx=1&t=1583719752

              • Hello Molosser Dogs !

                This block has been created to be shown on the profile page and depends from the argument {profile_id}. YOu may see the following code for this block in Developer:

                array (

                  'module' => 'bx_forum',

                  'method' => 'browse_favorite',

                  'params' => 

                  array (

                    0 => '{profile_id}',

                  ),

                The bold line shows the mentioned part. So it will require the code changes.

                • LeonidS Thank you.  I will remove it from the page.

                  I may be strange but I think blocks should work everywhere and be page agnostic. That would be so cool. I think Modzz has a mod for this on Dolphin..

                  Login or Join to comment.