Recent content by Pascal Martin

  1. Pascal Martin

    XF 2.1 Alert after admin POST a message

    Exactly, and the problem in this case is that all members come to read the news, every day. So the reminder in the form of an alert is not useful. Is it possible to disable the alert on this specific category? Thanks
  2. Pascal Martin

    XF 2.1 Alert after admin POST a message

    Hello, I have a category of my forum dedicated to news publishing, about 10 posts a day. Is it possible to disable Alerts, because all users receive 10 alerts, which in my case is not useful. Thank you PAscal
  3. Pascal Martin

    XF 2.0 Problem with cookie xf_user

    Hello, I have a problem with the cookie xf_user, for all of my new members, I have no result with $ _COOKIE ['xf_user'] on an external php script. But I have no problem with the members present during the migration of my old forum! What is the problem with my forum? Thanks for help. Pascal
  4. Pascal Martin

    XF 2.0 Add option in message-userDetails div

    Ok found in 'message_macros'. How to add option in profil member ?
  5. Pascal Martin

    XF 2.0 Add option in message-userDetails div

    Hi, I want to add a link to a page in the 'message-userDetails' div. What is the name of the template where is this part? What is the best method, so that my modification is not destroyed during an update of the theme? Thanks
  6. Pascal Martin

    Mass spam

    human I guess, the rule proposed by @alexD works, the messages remain pending approval.
  7. Pascal Martin

    Mass spam

    Yes, it's a forum that talks about 3D computer graphics. Despite the introduction of questions / answer, this morning some spam has passed. thank you all for your help
  8. Pascal Martin

    Mass spam

    Hello, Since my passage under XF2, my forum is victim of wave of spam. Every other day, I have about ten new members who post hundreds of messages in Chinese. What are the good methods to fight against this? I used ReCAPTCHA and Stopforumspam... Thank you in advance for your help and advice.
  9. Pascal Martin

    Post Content Find / Replace

    Solved, the problem was related to a deleted post.
  10. Pascal Martin

    Show Adblock users a message to (please) disable Adblock. (Update)

    In PAGE_CONTAINER after the <!--XF:EXTRA_OUTPUT--> tag.
  11. Pascal Martin

    XF 2.0 Internal and external link

    Hi, it's possible to consider a link on the same domain as an internal link ? Link to: forum.mydomain is an internal link opens in the same tab Link to: www.mydomain is an external link opens in another tab Link to: www.externaldomain is an external link opens in another tab In this example I...
  12. Pascal Martin

    XF 2.0 Config Cookie

    it's ok now, thanks
  13. Pascal Martin

    XF 2.0 Message creation and comment.

    Hi, I started under Xenforo following the migration of my old Forum to XF2. I have to write a function that post an excerpt of a news/article on the spécific forum, and posted under this news/article the thread commentary. Do you have any advice or any other source of information to help me...
  14. Pascal Martin

    Post Content Find / Replace

    Hi, I found 34 item with my regex, but after clic on button to save, i have this error : InvalidArgumentException: Attempted to convert NULL to string/binary [content_title] in src/XF/Mvc/Entity/Entity.php at line 685 XF\Mvc\Entity\Entity->_castValueToType() in src/XF/Mvc/Entity/Entity.php at...
Back
Top Bottom