Jump to content

Allan - TheTechTribe

Clients
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Allan - TheTechTribe got a reaction from SeNioR- in Enable Debug in Production   
    thank you
  2. Thanks
    Allan - TheTechTribe reacted to teraßyte in Enable Debug in Production   
    No. Don't enable IN_DEV on a production site. Everything will slow to a crawl since the cache data is rebuilt on each page load, etc.
     
    If you really need it, make a test site using a copy of the live site's data (database + files), update conf_global with the test site details, clear the cache in ACP, upload the IN_DEV files, and finally enable the IN_DEV constant in the constants.php file.
  3. Thanks
    Allan - TheTechTribe reacted to Marc Stridgen in CTRL-K doesn't work in Ckeditor in IPBoard Community   
    Likely not, as we use a lot of our own functions
  4. Like
    Allan - TheTechTribe reacted to JP TTT in CTRL-K doesn't work in Ckeditor in IPBoard Community   
    but is the shortcut supposed to be available in version 4? 
  5. Thanks
    Allan - TheTechTribe reacted to Marc Stridgen in CTRL-K doesn't work in Ckeditor in IPBoard Community   
    This isnt something available in version 5, no. (I believe thats what you are asking?). Actually when I test my end on edge, its an edge shortcut
  6. Agree
    Allan - TheTechTribe got a reaction from JP TTT in CTRL-K doesn't work in Ckeditor in IPBoard Community   
    Hi, will this feature be available in IPB WYSIWYG shortcut?


    Basically, nearly every application in the world uses the universal CTRL-K keyboard combination to bring up their equivalent of the "Insert URL" window when you've selected some text and pressed that keyboard shortcut.

    I always just assumed it was because CKEditor didn't support it.
    However, I just checked their website and see that it does actually support it (from this page😞
  7. Like
    Allan - TheTechTribe got a reaction from Marc Stridgen in email notification for an anonymous post shows the name of the OP   
    Thank you Marc, will test this on default template and cross check the email template and ours
  8. Like
    Allan - TheTechTribe got a reaction from JP TTT in email notification for an anonymous post shows the name of the OP   
    Thank you Marc, will test this on default template and cross check the email template and ours
  9. Haha
    Allan - TheTechTribe got a reaction from G17 Media in email notification for an anonymous post shows the name of the OP   
    Looks like the email notification for an anonymous post shows the name of the OP. In the event someone posts something genuinely deserving of anonymity and wouldn’t want their name disclosed.


  10. Like
    Allan - TheTechTribe got a reaction from Marc Stridgen in OP starts the topic as anonymous, the last commenter name shows as anonymous   
    thank you @Marc Stridgen, will let you know
  11. Like
    Allan - TheTechTribe reacted to Marc Stridgen in OP starts the topic as anonymous, the last commenter name shows as anonymous   
    This has now been resolved in the 4.7.16 release. Please update if you are seeing this issue. If you are then still seeing the issue, please let us know.
  12. Thanks
    Allan - TheTechTribe reacted to stoo2000 in Typing in Editor redirect to CSRF link   
    I created a support ticket for you on my site, please check your email.
  13. Agree
    Allan - TheTechTribe reacted to JP TTT in forum refresh if multiple tabs open   
    Hello. JP here, from the thetechtribe. 

    For the continuity of the investigation, can some IPBoard dev help me out to understand what is the purpose of the following snippet.
    It is the ajax response in the uploads/javascript_global/root_library.js?v=37062bb1bf1709922374
    $(document).ajaxSend(function(event, request, settings) { if (!_.isUndefined(settings) && settings.showLoading === true) { if (!$('#elAjaxLoading').length) { getContainer().append(templates.render('core.general.ajax')); } count++; ips.utils.anim.go('fadeIn fast', $('#elAjaxLoading')); } }).ajaxComplete(function(event, request, settings) { if (!_.isUndefined(settings) && settings.showLoading === true) { count--; if (count === 0) { ips.utils.anim.go('fadeOut fast', $('#elAjaxLoading')); } } if (!_.isUndefined(settings) && !settings.bypassRedirect) { var responseJson = null; if (!_.isUndefined(request.responseJSON) && !_.isUndefined(request.responseJSON.redirect)) { responseJson = request.responseJSON; } else if (!_.isUndefined(request.responseText)) { try { var jsonResponse = $.parseJSON(request.responseText); if (jsonResponse && !_.isUndefined(jsonResponse.redirect)) { responseJson = jsonResponse; } } catch (err) {} } if (responseJson) { if (!_.isUndefined(responseJson.message) && responseJson.message != '') { ips.utils.cookie.set('flmsg', responseJson.message); } if (responseJson.redirect.match(/#/)) { window.location.href = responseJson.redirect; window.location.reload(); } else { window.location = responseJson.redirect; } } } ips.utils.cookie.init(); }); The last part in the if(responseJson) block, the condition will always end in a reload/redirect. 
    I've being trying to catch it but is not easy by the randomness of the request and the issue.

    Thanks! 
  14. Thanks
    Allan - TheTechTribe reacted to Randy Calvert in forum refresh if multiple tabs open   
    I've not seen anyone on my community complain about this and there have not been others on the support site here reporting a similar activity.  So there's a pretty good chance it's not core causing the issue for you.  What happens when you disable chatbox?  Does it still happen?  I personally would start there as SSO should not have anything to do with interacting with your pages once logged in.  The classifieds app generally is interacted only when using the application itself.  The chatbox however can be loaded on almost any page.  
  15. Agree
    Allan - TheTechTribe reacted to Marc Stridgen in forum refresh if multiple tabs open   
    This is not something I have seen happen on anyones site. I know that doesnt help you much, but it does point to the fact its very likely 3rd party
  16. Thanks
    Allan - TheTechTribe reacted to Marc Stridgen in forum refresh if multiple tabs open   
    No problem. Glad to hear you appear to have located the issue
  17. Thanks
    Allan - TheTechTribe reacted to stoo2000 in forum refresh if multiple tabs open   
    Likewise, I don't see how this would be related to the WordPress SSO. It will redirect you to WordPress in some circumstances if your session has expired but that shouldn't be very often if you're using the site.
    You can transfer your WordPress SSO Marketplace purchase to my website, this gives you access to downloads, billing and technical support all in one place.
    Visit https://ipb.silvesterwebdesigns.com Sign in or Register. Go to https://ipb.silvesterwebdesigns.com/redeem-marketplace-keys/ Click redeem key and enter your product license key (available from https://invisioncommunity.com/marketplace/previous-purchases/ ) If your purchase is expired or nearing expiry, a renewal invoice will be generated for you.
  18. Thanks
    Allan - TheTechTribe reacted to Marc Stridgen in OP starts the topic as anonymous, the last commenter name shows as anonymous   
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
     
  19. Like
    Allan - TheTechTribe got a reaction from SeNioR- in OP starts the topic as anonymous, the last commenter name shows as anonymous   
    When the OP starts the topic as anonymous, the last commenter name shows as anonymous regardless it doesn't post as anonymous in the topic lists

    Expected: Only show anonymous name when the Last Poster, posted indeed as anonymous. 



    Default template


    I tested in original theme, however the problem still exists.

    I disable 3rd party app and plugin first then through test
  20. Thanks
    Allan - TheTechTribe reacted to Marc Stridgen in Latest activity's can see Forums Club   
    Yeah, I agree. Posted a bug report on that
×
×
  • Create New...