*

vidjii

  • ***
  • 59 posts
probleme with Reply to comment without title
« on: March 25, 2017, 10:19:20 PM »
hi :)

When you dont put title on review this review appear without username ( anonymous )

http://prntscr.com/eofna8

(The comments on my site are only available for logged user )

Do you have a solution to this problem?  Ty :)


*

MB Themes

Re: probleme with Reply to comment without title
« Reply #1 on: March 25, 2017, 10:45:47 PM »
@vidjii
It means from is the review, not to whom.
1 review above everything is correct.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: probleme with Reply to comment without title
« Reply #2 on: March 26, 2017, 01:59:09 PM »
hi frosticek


sorry, I do not understand your answer

*

MB Themes

Re: probleme with Reply to comment without title
« Reply #3 on: March 26, 2017, 08:05:38 PM »
@vidjii
When user without account without entering name place comment, then it's name will be "Anonymous".
Not sure why it should show comment has been posted by listing owner.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: probleme with Reply to comment without title
« Reply #4 on: March 27, 2017, 12:48:17 PM »
hi :)
You did not understand my problem

I am not talking about user without account im talking about user with account


im logged and in post 1 commentaire without title
http://prntscr.com/eozj9a

result
http://prntscr.com/eozkf7   my username is vidjii , not anonymous

*

MB Themes

Re: probleme with Reply to comment without title
« Reply #5 on: March 27, 2017, 01:09:22 PM »
Now I got you.
In item.php is bug. Replace:
Code: [Select]
<?php if(osc_comment_title() == '') { _e('Anonymous''veronika'); } else { echo osc_comment_author_name(); } ?>
With:
Code: [Select]
<?php if(osc_comment_author_name() == '') { _e('Anonymous''veronika'); } else { echo osc_comment_author_name(); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vidjii

  • ***
  • 59 posts
Re: probleme with Reply to comment without title
« Reply #6 on: March 27, 2017, 05:02:22 PM »
Yeahhh Thx  frosticek ;D