Recent content by EasyExpat

  1. EasyExpat

    Block spam COMPLETELY with no addons

    Er, I think that if you want to disable the fields if there is less than one message, it must be <xen:if is="{$visitor.message_count} > 0"> instead of <1 so you display if there is more than 0 posts (i.e. at least 1)
  2. EasyExpat

    XF 1.5 Need to change link color in confirmation message

    I actually found the response to my question. First of all, the reason why I had issues to change colors of links in emails was entirely my fault, and due to the fact that I have installed an addon called Email Customizer (unfortunately this resource has been removed and is no longer available...
  3. EasyExpat

    XF 1.5 Need to change link color in confirmation message

    I know we could upgrade, but there are many reasons, including many customisation, that prevent us to do so currently, therefore it concerns 1.5 I'm afraid. I cannot find similar things on 1.5 (re- the Email section with styles)
  4. EasyExpat

    XF 1.5 Need to change link color in confirmation message

    In Development/user_email_confirmation I had the following code: <p style="margin-top: 0">{xen:phrase user_email_confirmation_body_html, 'username={$user.username}', 'board=<a href="{xen:link canonical:index}" style="color: #176093; text-decoration...
  5. EasyExpat

    XF 1.5 Need to change link color in confirmation message

    Hello, When new user receive their confirmation email to validate their account, the confirmation link at the bottom is small and even worse: it displays in light grey. So every so often I have newly registered not seeing how to confirm. How can I change: the color of the link (most...
  6. EasyExpat

    XF 2.0 data-xf-click=overlay does no longer work

    Many thanks for your response Chris. Any idea what it would be? An issue with the header ? Some Apache tweack?
  7. EasyExpat

    XF 2.0 data-xf-click=overlay does no longer work

    Hello, I have currently an issue with the overlay functionalities on a forum. Each time I click on a link that specifies data-xf-click=overlay, nothing happens. However it works fine when follow the URL directly with the URL. For example Sugn up / Login does not work when I click on the button...
  8. EasyExpat

    XF 1.5 Twitter 0Auth Issue - Users Can't Log In

    Hi there, I think I have noticed the same problem as explained here: https://xenforo.com/community/threads/twitter-login-whoa-there-the-request-token-for-this-page-is-invalid.154240/
  9. EasyExpat

    XF 1.5 Twitter login: Whoa there! The request token for this page is invalid.

    Just saw that there is a similar message here: https://xenforo.com/community/threads/twitter-0auth-issue-users-cant-log-in.151084/
  10. EasyExpat

    XF 1.5 Facebook login: Upgrade API Version + https

    It looks like instead of : <XF board URL> /register/facebook we need to put the URI: <XF board URL> /admin.php?tools/test-facebook And then it works fine:
  11. EasyExpat

    XF 1.5 Twitter login: Whoa there! The request token for this page is invalid.

    Hello, I have upgraded to 1.5.22 a few days ago. When testing my Twitter and FB login this weekend, it generates error (don't know if it is related). I have followed everything on the page: https://xenforo.com/xf1-docs/manual/social-media/#twitter I have regenerated the twitter secret and...
  12. EasyExpat

    XF 1.5 Facebook login: Upgrade API Version + https

    On FB Developer's interface it says: Regardless when I log on ...forums/register/facebook I have the following: I have added the URI but now in the ACP it says:
  13. EasyExpat

    XF 1.5 Facebook login: Upgrade API Version + https

    Ok, thanks @Mike What about Client OAuth Login? Shall I disable or shall I list a URI (and in that case which one as it seems that for XF 1.5 there is no file connected_account.php ) . In any case should we be prevented to use the FB login if our site is not HTTPS?
  14. EasyExpat

    XF 1.5 Facebook login: Upgrade API Version + https

    Hello, I am using XF 1.5.22. I am now receiving emails from Facebook saying that: On the Facebook for developers page I see: Should I choose another API version (I can choose v2.8 or higher). Also apparently from January 2019, FB will make changes to GET{user-id} so do we need to make a...
  15. EasyExpat

    XF 1.4 Remove (or change position) of thread prefix from TITLE tag

    It is possible to specify the type of escape (including blank) such as: <xen:title>{xen:helper threadPrefix, $thread, escaped, ''}{$thread.title}{xen:helper pagenumber, $page}</xen:title>
Top Bottom