Recent content by Nobitakung

  1. Nobitakung

    XF 1.5 New html5 Uploader

    Ah, so I will have to use the plugin. Thank you very much.
  2. Nobitakung

    XF 1.5 New html5 Uploader

    Hi, the flash uploader has stopped working for a long while on my site (with Chrome). Just found that there's an alternative of html5 uploader in XF1.5, but what the exact version that this feature was added? In this plugin below states that it's 1.5.2...
  3. Nobitakung

    max_user_connections error

    I just got the same issue, but the host support has response with some issue as below: -------------------------------------------------------------------------------------------- The MySQL queries with respect to the database "myxf_guy" was getting piled up which was the reason for the...
  4. Nobitakung

    Why users login in with Google account stay Awaiting Approval?

    Previously, I only enable the Facebook integration and people can login with their fb account and their user state are "Valid" by default. Today, I just enabled the google integration, but the problem is when I tested login with a google account, the new user stay at the "Awaiting Approval"...
  5. Nobitakung

    Vanity Names [Paid] [Deleted]

    Hi Liam, Even with the "Restricted Names" option , I'm still concerned that I may missed some important word, is there any way to monitor the newly added/edited vanity names? If not, I'd suggest this feature for the next version.
  6. Nobitakung

    XF 1.5 How to upgrade Addons safely

    I've made a lot of customizations to a few addons including some templates of XenForo itself , so, I'm quite concerned when I have to upgrade them. What is the best practice to upgrade Addons and the core XenForo that let me able to easily roll the system back in case that I stuck on something...
  7. Nobitakung

    How to build addon link in PHP code

    Okay, I've managed to find the way myself. In case anyone would like to know, I check the buildLink method of the route object and found that it return XenForo_Link::buildBasicLinkWithIntegerParam, then I just use echo (or print_r) to examine what parameter it takes. Now I know how to use the...
  8. Nobitakung

    How to build addon link in PHP code

    Hi, I'd like to build links to pages which are generated from an addon (Showcase) in PHP code -- not in template. Anyone please advise how to do that? Create the route object and call its buildLink method? While searching I found XenForo_Link::buildBasicLink and XenForo_Link:buildPublicLink...
  9. Nobitakung

    XenForo AJAX Tutorial

    Ah!! It's much easier than what I think, just use this code: $(".OverlayCloser").click()
  10. Nobitakung

    XenForo AJAX Tutorial

    Hello Kier or anyone else who can help. I use the OverlayTrigger to load a form and on that form I use XenForo.ajax to submit the form so that I can update the html according to the response data. But the problem is how to close the overlay at the final step? If that's not possible or too...
  11. Nobitakung

    XF 1.5 How to get Xenforo generate sitemap more often?

    I checked the log, the interval is every 2 days, is this the time the sitemap be re-generate and submit to search engines? Is it possible to adjust it to every 6 or 12 hours? Thanks.
  12. Nobitakung

    XF 1.5 custom font not working after upgrade

    Thank you to all of you. I've found the cause of the issue finally, it's about that the .htaccess was replaced during upgrade, so the code that redirect the www version to non-www version which I've added in the original .htaccess is no longer exist there. And I happened to use absolute font...
  13. Nobitakung

    XF 1.5 custom font not working after upgrade

    Yes, it's still there. I've made some other modification in other templates but it's nothing to do with the fonts. All font related modification is just in EXTRA.CSS
Top Bottom