Jump to content

Nathan Explosion

Clients
  • Posts

    7,054
  • Joined

  • Days Won

    129

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. No - there is nothing in place to say "only work in one theme" Send me a link to your site, along with login details for the front-end if theme switching isn't available to Guests.
  2. The above version is now available. Request: if anyone hits an issue where a quote has two 'Expand' links at the bottom, please let me know and send me a link to the specific page. It's an issue I spotted once in my testing but I couldn't reproduce it again...would like to take a closer look at things in the event it happens.
  3. You log a ticket with support, most likely...unless running the Support tool fixes it.
  4. Well, doing that is likely to end up causing a problem with trying to do it the correct way... Go to your Moderator CP, and click Announcements
  5. Think it through...you have already answered your own question earlier with the information you provided...see my edit.
  6. You're concentrating on the specific element alone - the 'h3' Look further above it - it has a 'div' parent, which in turn has an 'li' parent...and that 'li' has something unique about it: data-blocktitle="YouTube Feed Widget" So target that element instead, with the added 'h3' below it. So try this... li[data-blocktitle="YouTube Feed Widget"] h3.ipsWidget_title{ display:none; }
  7. And what element on the page is it? Your screenshot is obscured, so kind of shooting in the dark here and don't want to make an assumption.
  8. Right click, select 'Inspect element' and figure out something unique about it that allows you to target it in CSS, then hit it with a display:none Either that or give people a link to the page to do it for you.
  9. Log a ticket with support...it works fine for us.
  10. Yet you didn't make that point in your opening post. I'm done, good luck going forward.
  11. And whatever issue you are having when you post in this forum, please check if your post has already been submitted before trying again....and report it in the bug tracker, instead of the multiple submissions you are making.
  12. Yes, do a search with no parameters entered then use the filters and the 'prune members found' link.
  13. JavaScript? PHP? Where are you putting whatever code you are trying?
  14. V2.1.2 has been submitted for approval. FIXES None CHANGES Javascript changes to improve performance.
  15. That's not an error; it is informational. So respond to the information logically - if 'Standard' login is used for the ACP, then you can't disable it. But do the other login handlers allow you to login to the ACP? Yes, they do...so allow one of them to do so, and try again.
  16. And an update on the above reported issue - Tom was kind enough to provide me with ACP access, and I put a debugging version of the application in place, which revealed that the code from my script was running multiple times on each page, which it should not have been doing at all and doesn't do so on my test site. So, I took a look at my code and launched into improving it a little anyway. Today, I put a new version up on Tom's site and it has resolved the original problem - no more delays being seen, no more multiple runs of the code. However, I am still seeing some weird behaviours with his quotes which I am not seeing in my own testing. And then I spotted that Tom's quotes have 'Read more' at the base, and not 'Expand', so I took a look at his plugins and there is the old 'Minimized Quote' plugin that was needed prior to IPS 4.5. The delay behaviour being seen by Tom is actually due to the following: My application's quote code running, which then tries to run the IPS quote code The plugin's quote code actually replaces the IPS quote code and it is what is then run instead of the IPS quote code My application then responds to what the plugin does, and runs again...and this cycle happens for each quote on a page. Tom's sample page for me had 33 quotes on it...and the result is a delay which reports to the browser as a 'long-running script' Problem solved - that plugin is now disabled on Tom's site and I will be testing out my new and improved version there tomorrow. New version incoming soon.
  17. You should submit that issue to the Bug Tracker, @Adriano Faria 😉 Looks like they are submitted though...just can't view them
  18. Can I reply to this? (Testing something out) Edit: yep, I can - I've had a few replies on other topics which, when are submitted and posted but on the front-end this isn't reflected until a page refresh of the topic. Additionally, the last poster information on the Form view for the topic isn't updated.
  19. Neither - I'll look into it at a later stage, if someone confirms that the linked plugin doesn't support Forms (it's been about a long time since I've used it, and when I did then it didn't have Forms support, or if it did then it wasn't working...it may or may not have been added/resolved in a later version)
  20. In the absence of the bug tracker...here is "Silly stuff what I noticed - part 1" I am creating a brand new topic right now - I'm going to include a screenshot of me doing it...look at the 'Recently browsing' bit at the bottom (Zoom in)
  21. Multiple topics about about the same thing ends up merged in to one on my site. You posted a new topic about the only thing being discussed in this forum and then cross-linked it on the original topic... I think I am almost done being involved in general discussion on here going forward...I am sticking to helping people out as and when I can.
×
×
  • Create New...