Jump to content

TDBF

Clients
  • Posts

    813
  • Joined

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by TDBF

  1. Woke up today to find out that we have a 48% rise in the renewal price and no email support, and that is the final straw for us. So, instead of $70 every six months, we will be paying $220 yearly and that starts next January. Sorry, not on guys. With all the negative changes to the marketplace recently, and now this, means I will be moving away from IPB to one of your competitors instead.
  2. I added this after searching through a lot of core core. { "topLevel": "", "pages": { /* Mod CP */ "modcp_adminignores": { "friendly": "modcp/adminignores", "real": "app=core&module=modcp&controller=modcp&tab=adminignores" }, } }
  3. Followed the instructions of adding an item to the ModCP: class _adminignores { /** * Returns the primary tab key for the navigation bar * * @return string|null */ public function getTab() { return 'adminignores'; } /** * Manage * * @return void */ public function manage() { return 'Test'; } } I also added the 'modcp_' language definition: $lang = array ( 'modcp_adminignores' => 'Admin Ignores', }; However, I am getting the following error: IPS\Http\Url\Exception: INVALID_SEO_TEMPLATE (0) #0 E:\wamp64\www\***.6\init.php(902) : eval()'d code(169): IPS\Http\Url\_Friendly::buildFriendlyUrlComponentFromData('app=core&module...', 'modcp_adminigno...', Array) What am I missing here?
  4. protected static function constructLoadQuery( $id, $idField, $extraWhereClause ) { return parent::constructLoadQuery( $id, $idField, $extraWhereClause )->join( 'nexus_donate_addon_goals', 'nexus_donate_addon_goals.d_did=nexus_donate_goals.d_id' ); } \IPS\nexus\Donation\Goal::roots() Can someone tell me if roots method works with or uses constructLoadQuery? When I use \IPS\nexus\Donation\Goal::roots(), the joined fields are not included. Is there something else required to get this to work?
  5. Thanks for the heads up on this. 👍
  6. Cheers, I never saw this. 👍 Wish you all the best and get well soon.
  7. I suggest that those members clear their browser cache on their device. I use Firefox on all my devices and do not have issues, so it could be a cache issue maybe?
  8. @newbie LAC, I reactivated your Football Application a couple of weeks ago, however I am unable to use it because it has not been updated for version 4.6, and I cannot download the previous version because I do not have version 4.5 installed. Can you tell me if this app will be updated for 4.6? 🙂
  9. I have an update for 4.6. If any of you would like to test it before I release it, please feel free to PM me.
  10. This sounds like you may have a php extension (for example Redis, PHP-FPM) which requires a module/RPM update for PHP 8. I would check to see which php extensions are installed on your server, and install/update the ones required for php 8.
  11. I may be wrong, but I am going to assume that when installing they see that you have already installed a version and used your key for that install. It could be that they believe you are trying to install another version on the same domain? I would contact support and let them sort it out for you.
  12. Do you have CPanel or something similar where you can create inbound email filters? We have had to do this a few times ourselves, and we just use the email filter in CPanel to bounce/discard any messages which are sent to the email account we use for Commerce.
  13. I cannot, as this happens in general usage when my members/moderators are editing their own posts. Infarct, it happens when I edit my own items. Found another bug. When 'Message Author' is entered and the Action Author deselected, the original Moderator is still shown in PM's and Emails.
  14. Hi DawPi, Just trying out this mod, got a small issue though. When a member edits their own content, a moderator email/notification is sent out to them. Any chance you could change this behaviour, as in, only send out moderator notifications when a member from a moderator group moderates content?
  15. Yes, it was due to the notification key being different in the database from the parse function. When I was updating my code for applications, I changed the Notification parse function and I had to either change the keys in the database or revert the name change on the parse method. I choose the later. Not sure in your case. Could it be that you have corrupt files or database? I would suggest that you put in a ticket to support.
  16. No, this is a notification which exists in the database, but the Notification parse function does not exist. I haven't checked, but I would suspect that there is no check to see if the actual function exists when trying to parse the information (In developer mode).
  17. When updating an application, have been having issues with Notifications being displayed while in development mode. I would get this error while trying to view Notifications from the "View All Notifications" in the frontend of the forum. And the spinning wheel of death: If there is a saved Notification within the 'core_notifications' database with a notification_key in the table which does not have a notification_parse function, you will get the above error. This only happens when in developer mode.
  18. I came here just to find this out myself, I could never see the link for previous builds and I was able to download the ones that I needed. Cheers!
  19. I don't have developer mode on. I didn't think this was the normal behaviour, hence the reason asking for clarification on this. I will update to version 4.6.2 and see if that fixes the issue. If that fails, I will do a fresh install instead.
  20. I have a question regarding Designer Mode and when it is turn on. When Designer Mode is enabled, only the default theme is used regardless of what theme I choose via the theme pull down menu on the front page. Is this the correct behaviour?
  21. Found the issue. I have English UK and English USA languages used. I had disabled the English UK language, but I had no values saved for the US Language defines for my forum names and descriptions. Enabling the UK English fixed the issue.
  22. When editing Groups via the ACP, the Group Name Value is missing. This is for Invision 4.6.1 Not sure, but this could be an update issue from a previous version. Filling in the blank Group Name, saving and editing works as expected.
  23. Sorry, I should have stated that this only happens when in Developer mode. Updated to version 4.6.1 and still does the same. I cannot submit a support ticket, as this is on my test server.
  24. Error when trying to trying to toggle 'Item Moderation' from a post.
  25. TDBF

    Donation Goals

    Can you add the ability to make a donation goal 'inactive' so that it doe not show to users. The current option of deleting a donation goal is not always the preferred method, as it totally removes the donation goal title and any reference to it. Also, add to that the ability to move from one Donation goal to another. The amount of times that my members send a donation to the wrong Donation Goal is pretty requent. This would halp make life easier, rather than having to give a refund and as them to resubmit their donations.
×
×
  • Create New...