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. Please, no, or else we'll be here all week.
  2. It's reproducible on desktop too - exact steps are: Create a new topic Enter the title Do not go near the editor field itself Attach an image - do not click the attachment to add it to the editor field Click 'Submit' As nothing has been manually added to the editor field, the code to check the editor field doesn't run as there is nothing to check in there...it's empty until someone adds something, which is when the code runs. The image is never added to the editor - it's added AFTER submission, in the back-end. Probably an easy resolution - disable the 'Submit' button at the start of the process (of creating a post), instead of after the editor field has had something entered into it. Will take a closer look over the weekend - any other bugs, anyone? Now is the time to report them as a v2.0.4 is on the way. Got a few minutes at the end of work to take a look- it's done, v2.0.4 submitted for approval. Other bug fixes can wait.
  3. Any specific mobile (iOS/Android/other) and/or browser?
  4. Yup - this can be improved greatly by a slight *cough* language string change *cough*.... Click that, you get a chat prompt. But make the target email address visible...result: "Oh, I can email directly now!!"
  5. Do you have the same behaviour with an unmodified default IPS theme?
  6. DEV = a newly installed site, no customisations other than the ones you are working on IN_DEV TEST = either a newly installed site, or a copy of your live site, where you install your customisations created IN_DEV (uses -TESTINSTALL version of license) PROD = your live site (uses your license)
  7. Check your PMs - just threw something together over lunch.
  8. Alternatively, instead of redirecting them you could add the content you want to display into the template that is shown to a banned user when they are logged in? core -> front -> system -> banned Or edit the language strings that are used on that template? 'member_banned' - permanent ban 'member_banned_temp' - temporary ban
  9. In the confines of your own site, what is a document? Is it a forum post? A blog? A record in a database? Is it an attached file?
  10. Anybody interested in trying out the new version on my test site?
  11. Assumption -this is the language pack used: On the Additional Information tab is the following: "To report any errors in translation, imperfections or submit suggestions to improve the quality of the translation, feel free to share your comments in our tracker." Contact the person who created the language pack to see if they are planning to update it? If not, then post in the MP Requests forum and request an IPS 4.5 French Language pack.
  12. Apologies for that - I've submitted a request to IPS for them to put a block on v2.0.x being available while I look into this one further. Will either have the JS sorted out, or a revert back to the previous back-end processing, in a few days time...will update here when all good.
  13. That's one of the reasons I released v2.0.1, which I see you downloaded a little while ago - I'll have another look to see if I can reduce the load further, but there is so much JS going on with a normal 'page' in general that it triggers things a bit too much with my app. Getting tempted to go back to doing things behind the scenes in PHP and dropping the JS functionality.
  14. Have you given their group(s) permission to use the theme? Edit the theme's settings, it's on the first tab.
  15. Then provide your users with permissions to edit the content and to upload videos. Then they can go edit their content, remove the YouTube embeds and upload their original source videos to your site?
  16. Hi @Tripp★ Can you help me understand how this would work from a normal point of view? From those dice (D4 through to D20) would you choose one of those dice to then throw a number of them (I roll 3 D8s) or is it you choose more than one dice and then throw a number of them too (I roll 2 D6s and 3 D8s) Working on this one at the moment and making my way through the requested features since v1.0.3 came out. Edit: my wife (who got into gaming a few months ago) has just given me a look when I asked her the above, so I think it's 'roll 3 D8s'...I think she's going to kill me, send help!!
  17. @Interferon Is it your content that is hosted on YouTube?
  18. <div>{expression="\IPS\DateTime::ts($item['date'])"}</div> OR <div>{expression="\IPS\DateTime::ts($item['date']->relative())"}</div>
  19. Correct. However, past topics can be changed too by either: Editing/saving the record - this rewrites the opening post on the topic Forcing the sync of topics again - it's a database feature (screenshot below)
  20. Regular smilies are Emojis, which can be used as they are just unicode text. Custom ones are HTML content (actual <img src=""> elements) and cannot be used as HTML isn't allowed in titles.
  21. If this ended up on here, would it be back-dated? Because then I would be
  22. Same answer as last time - no, I have no intention of adding recording functionality to this.
×
×
  • Create New...