Jump to content

TDBF

Clients
  • Joined

Everything posted by TDBF

  1. Download HeidiSQL, With this software, you can easily convert your database/s using the 'Bulk table editor' menu.
  2. TDBF posted a post in a topic in Feedback
    I'm sorry, but as someone who has had a football forum for over 11 years now, we made the switch 2 years ago, and it had virtually no effect on our members. We had one or two members contact us via our support and had them back up and running in no time. But, it's not the big deal that you seem to think it is. All you have to do is notify your members in advance (Actually, now would be a good time) that you are going to make the switch in the near future and that their email address should be up-to-date. If you give your members plenty of time, the switch over will be less of an issue. Also, another reason for getting your members to keep their email addresses up-to-date, will be to prevent email bounces from your server. If you have bad or non-existent member email addresses, then you really should be getting them removed.
  3. TDBF posted a post in a topic in Technical Problems
    Why? Shouldn’t matter, SPF and DKIM are nothing more than DNS records, and any good hosting provider allows you to add, modify or deleted them. By rights, you could create a Cloudflare account and add your domain, and you could even add the DNS records to the DNS for your domain there.
  4. This approach has removed functionality commonly found in other menu systems. I already have plenty of coding tasks, so I’d prefer not to spend additional time working around core restrictions that could easily have been avoided. With the new system, I am unable to place sub-menu items under main menu items, such as 'Forums'. This forces me to create additional, redundant menu items just to achieve the expected functionality. Ultimately, a menu is simply a collection of arrays. If you do not plan to allow on-hover functionality (which really should be a user option), then at the very least, provide a pull-down menu icon that can be placed alongside a main menu item. When clicked, this icon should display the associated sub-menu items. This way the main menu item is still clickable, and so are the sub menus.
  5. That's my point. The previous menu version was 'on hover' and then click. So, if I wanted Forums as my main menu item, I could still have submenu items under that. In fact, most menu system I have used or written, will use Hover to open the main menu's, or at least give a choice for both types. Hover or Click.
  6. ^This I have been trying to get this behaviour changed for years. I really wish an invoice was created after a purchase was made, and not beforehand as it is now. It's an annoyance to the people who have to constantly go through these 'invoices' to weed out real ones and ones created just in case they change their mind. I only want an invoice created when someone actually makes a purchase, and not beforehand. This is the only commerce package that I have used that has this behaviour. Honestly, no disrespect to you guys, but this is one of many 'quality of life' changes I want with this application. No, you're not. 😔
  7. Bug: This item cannot be moved here. If you select a menu item and try to place it under and item which cannot have a sub-menu, there is a message stating that 'this item cannot be moved here'. If you then drag and drop to place the menu item else where, you get the same message regardless of whether you can place it there or not. Submenu's I don't know if this was done by design or not, but not being able to place submenu(s) under certain items (menus that are applications etc) as is a big annoyance when trying to build your own menu. Can you please allow submenus under any item, up until your sub-menu limit (which looks to be three?), please?
  8. Or, Invision version 6 will be out by next month!
  9. TDBF replied to TDBF's post in a topic in Developer Connection
    That's disappointing, since I will not be updating to v5 anytime soon. 😔
  10. TDBF replied to TDBF's post in a topic in Developer Connection
    Can I ask if this has been fixed yet, as I am still getting this error with v4.7.19?
  11. Could you please make the Email Templates table in ACP:Appearance/Emails sortable by their name? And possibly add a column to state whether they are HTML or TPL? Plus, maybe a short description detailing what the template is for? 😁
  12. TDBF replied to Canindia's post in a topic in Technical Problems
    I have been getting the same issue, and there have been many reports about this on Redit as well. I don't think this is an issue with Invision, but with Musk's Twitter (refuse to call it X). Just an update. This seems to be random when it works or not. I will try to post one minute and get an error, and a couple of minutes later, the tweet will embed correctly.
  13. Thanks, I couldn't see for looking. 🤣
  14. Hi Guys, Is there a forum for third party developers to discuss v5 code changes and to get help or answers to questions with development? 😀 Cheers,
  15. I do not think this issue is about disk caching, but the fact that the data being saved is a false (boolean). Looks to me that there is an issue elsewhere, and turning off disk caching doesn't fix the issue, but just prevents the error. This issue only started after the core updated to 8.1. I haven't had a chance to actually debug this issue further, but what I have seen, I don't think turning off disk caching is the actual solution to this issue.
  16. TDBF replied to TracyIsland's post in a topic in Feedback
  17. TDBF replied to TDBF's post in a topic in Feedback
  18. TDBF replied to TDBF's post in a topic in Feedback
    We are still talking about Bluesky and not Facebook, correct? 🙂
  19. Hi Marc, This is the bug report here for this issue:
  20. TDBF replied to TDBF's post in a topic in Feedback
    Will take that too! 🤣
  21. TDBF replied to TDBF's post in a topic in Feedback
    Yeah, it does suck.... But needs must sometimes! 😋
  22. No, it's a bug which I reported a little while back.
  23. TDBF posted a post in a topic in Feedback
    Will you add Bluesky embedding in the near future? I now prefer this over the X abomination! 🤣
  24. Will add another bug here, as it's kinda related in that it's in the same place. Custom CSS groups are not added to the groups pull down menu when adding a new CSS file. It's only the default CSS group which is shown. As you can see from this image, there is a Custom Group When creating a new CSS file, the group is missing from the existing groups: This issue also applies to adding JS files.
  25. Version: v4.7.17 Application: CMS Module: pages Controller: templates Issue: When deleting Items from the Templates Panel, the ipsTabs Panel does not refresh. How to replicate: Go to the ACP: Pages and Templates Click on the CSS tab in the Left-hand Tabs Panel Click New button and create a new CSS file. Inside the CSS tab (Left-hand Tabs Panel), click on the CSS file just created, and click on the delete button top right corner. After deleting, the page will refresh, in some cases, the CSS file you have deleted will remain visible in the Left-hand Panel. Also, the CSS tab will remain active, but the contents of the HTML tab will be shown. As this image shows: Even if you click on another tab, the contents are not updated. You have to refresh the page using the browser.