Recent content by euge

  1. euge

    XF 2.2 Templates: show content only if a cookie is set

    Hi, I didn't know the cookie name must start with xf_, Where can I find documentation about this? Anyway, I tried to set via PHP a cookie whose name starts with xf_, while browsing the forum I can see the cookie with value "1" in my browser console but if in the template I add {{...
  2. euge

    XF 2.2 Templates: show content only if a cookie is set

    I also tried, to debug, to print out the value of the cookie {{ $xf.app.request.getCookie('cookie_name') }} but nothing is displayed. I can see the cookie is set from the browser console.
  3. euge

    XF 2.2 Templates: show content only if a cookie is set

    Hi, thanks for your answer. It's just a technical cookie I set for myself, not third party so I don't think I need consent. I need to show the content only when the cookie is NOT set, so I tried <xf:if is="!$xf.app.request.getCookie('cookiename')"> but it doesn't seem to work. I am not sure...
  4. euge

    XF 2.2 Templates: show content only if a cookie is set

    Hello, In the PAGE_CONTAINER template, I would like to show some custom content only if a particular cookie (let's call it "mycookie") is NOT set. What's the easiest way? I have read some posts in the forum, including a post about the use of: $xf.app.request.getCookie('mycookie') but I don't...
  5. euge

    XF 2.2 "Receive news and update emails", clarification on how it works

    This is what I thought, but the official support told me that it does relate, that's why I tried to ask for confirmation here.
  6. euge

    XF 2.2 "Receive news and update emails", clarification on how it works

    Hello, some time ago I opened an email support ticket to understand the meaning of the "Receive news and update emails" setting. The answer I got was: "The Receive news and update emails relates to subscribed threads and/or used when you send out site mailing from the ACP." after a long...
  7. euge

    XF 2.2 How to notify upvoters

    Hi, it is not clear to me if a notification is sent by default to the upvoters of a particular suggestion when the suggestion is implemented or when other events occur. More in general, is it possible to "manually" send a message/notification to all the upvoters of a suggestion? Thanks.
  8. euge

    custom email validation

    Ok, thanks. In fact it sounded strange to me that such file wasn't subject to replacement during upgrades; now everything is clear. FYI: I guess the reason is that you moved the post (and therefore this is a new post) but I haven't received any notification for your reply (no email, no alert)...
  9. euge

    custom email validation

    Ok, I'll consider that. But I don't understand what @Chris D meant here then:
  10. euge

    custom email validation

    Hi, this is not a pre-sales question anymore so I am not sure if this is the right place to ask but I will try. I have seen the isValid method and yes, it will be easy to customize it. I also need an additional case in the verifyEmail method of the user class if I want to display a different...
  11. euge

    XF 2.2 Migration script from phorum and info about the users table

    I have just done all the steps and everything worked as expected, there wasn't any likes/reactions system in Phorum but I rebuilt the last two caches as well to update users' points (at the moment only based on the number of messages posted). Thanks a lot for your valuable support!!
  12. euge

    XF 2.2 Migration script from phorum and info about the users table

    Thanks Chris for the detailed explanation. About permissions: I have now set the permissions of the "second" admin (former phorum admin) exactly as the XF admin and everything works as expected on that side. About doing again the import: the phorum->phpBB import takes a lot of time and I have...
  13. euge

    XF 2.2 Migration script from phorum and info about the users table

    Good news. I have found this script: https://github.com/camel1cz/phorum2phpbb which is far from being perfect but after a few modifications I was able to convert most of the content from Phorum to phpBB and then, using your importer, to XF. So I am on board and I hope to be able to deploy in a...
Back
Top Bottom