Jump to content

Mike Mc

Clients
  • Posts

    141
  • Joined

  • Last visited

 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 Mike Mc

  1. (DP45) Custom Links 4.0.4.1 on Invision CommunityVersion 4.6.12.1
  2. When I turn on PHP 8.x I get this error on my server... [Wed Mar 15 07:05:10.048045 2023] [proxy_fcgi:error] [pid 1175:tid 139770013333248] [client XX.XX.XXX.XXX:0] AH01071: Got error 'PHP message: PHP Fatal error: Declaration of IPS\\cms\\customlinks_hook_cCmsFields::displayValue($value = null, $showSensitiveInformation = false) must be compatible with IPS\\cms\\_Fields::displayValue($value = null, $showSensitiveInformation = false, $separator = null) in /path/is/redacted/init.php(913) : eval()'d code on line 20', referer: https://www.redacted.com/index.php?app=core&module=system&controller=serviceworker&v=f22dd72eef1678863875&type=front&loggedIn=false On my version of IPS, 4.6.12.1, I am unable to update your plugin because it only is available for 4.7.
  3. @DawPi is this compatible with 4.7.8? If not can it be updated?
  4. Just outta curiosity - When an addon is abandoned, what would it take to have another developer adopt or buy it to keep it updated?
  5. Can you give me the contact info for who did it for you, or what was done so I can do this as well? Thank you for the fast response!
  6. @CodingJungle Can you release a fix for this pleeeeeease 😃
  7. @CodingJungle is Downloads Plus compatible with 4.7? Thank you!
  8. @Makoto Any progress? (I'd love to get this in sooner than later!) Thank you!
  9. I am having Issues with the API... If I try to use the endpoint to create a new tutorial I get the following error. Uncaught_Exception Error: Call to a member function save() on null (0) #0 /home/runcloud/webapps/redacted/system/Api/Controller.php(180): IPS\tutorials\api\_tutorials->POSTindex() #1 /home/runcloud/webapps/redacted/system/Dispatcher/Api.php(329): IPS\Api\_Controller->execute() #2 /home/runcloud/webapps/redacted/api/index.php(11): IPS\Dispatcher\_Api->run() #3 {main} Along with this error that is triggered at the same time. template_store_missing Template store key: template_1_1df892f7e87cbbe0876e716b8455a748_global missing (core, api, global) If I change to an update API, call it will update and work. I am unable to add to the 'a_content' field of the Tutorial through the API, i can only add a 'a_desc' - is this intended? Thank you!
  10. Yes! Its pretty important for my community as we sort by file popularity, and some of our larger downloads contain dozens of files. So they get "down-ranked" only because people prefer the zip download option and they do not get a download count increment. Are you able to give me a rough estimate on the ETA of the changes? I'd be willing to test a pre-release version if you need to test. Thank you!
  11. I did ask the user this and got some more information... "Google Pixel 4a 5G camera. JPG. Reduced in size using Windows 10 image resizer (right clicking the file from Windows Explorer). Selected Large size. The first is the original image out of the camera. The second the resized image." @Marc Stridgen - Thanks for the initial feedback. Any chance this could be related to the Win-10 image resizer (both of the images work for me when uploading here, and on my community)
  12. I have a single user on my site that when he attempts to upload images it shows up a pink/green vertical bars. - Any ideas what is causing this or how it can be resolved? Currently using 4.6.11 - but this has been around for a few updates. from 4.4 i think. https://www.teamfdm.com/forums/topic/294-ralarock-voron-24-350-x-350-build/?do=findComment&comment=1545&_rid=1
  13. @SJ77 - I know this works on my latest install of 4.6.10 - is it still not working for you? @Makoto - I have found that doing a "bulk" download does not increment my download count. How difficult would it be to add this feature?
  14. I would also consider this a Major Revision, and at least for me worth paying for a the plugin again.
  15. This add-on has been fantastic for my community. THANK YOU! I have a few items i would really like to see included in future updates, which I think have all been discussed before: Include "Hit Tracking" - track how many times a replace link has been clicked, i only need total count really, as I can track where it came from using Google Analytics. Include the ability to parse multiple inputs. IE one custom link entry for multiple words. I frequently create 3-4 custom links for a phrase, like "Phrase A", "PhraseA", "PhrasesA" but they all point to the same Custom URL. Exclude a certain page/url from having custom links replaced. If I can pool together with others to help pay for this development and upgrades I would be willing to do that!
  16. Thank you for creating this, wonderful for my site. I have no idea why this is NOT built into IPS. I have a few "requests" for future implementation... Log 404's on the site and list them for easy and quick fixes. Page the 404 came from The link that is a 404. Import a csv/xls of redirects to more quickly enter the redirects. Thank you!
  17. I have a working solution, but I am just interfacing directly with the DB to save the information. It's hack but works for my purpose. I would have greatly appreciated using the API to update the custom fields but it appears the API is not capable.
  18. I have 2 custom fields created for my downloads files, i see that the database is saving the records in the 'downloads_ccontent' table. Using the API is there way to post new values for these fields when creating a new download through the REST API? I have tried a few variations of passing extra fields in the post data, and they do not seem to work. IE: the "Fields" array below $curl_post_data = array( 'category' => 2, 'author' => 1, 'title' => 'Test File Upload', 'description' => $file_desc, 'files' => array( $filename => urlencode(file_get_contents($file_url)), $filename2 => urlencode(file_get_contents($file_url2)) ), 'version' => '2021.02.06', 'screenshots' => array( 'testname.jpg' => urlencode(file_get_contents('/local/directory/')), 'testname2.jpg' => urlencode(file_get_contents('/local/directory/')) ), 'fields' => array ( 'field_1' => 'HERE IS THE DATA FOR FIELD 1', 'field_2' => 'HERE IS THE DATA FOR FIELD 2' ), 'prefix' => NULL, 'tags' => 'tag1, tag2, tag3', 'date' => NULL, 'ip_address' => NULL, 'locked' => 0, 'hidden' => 1, 'pinned' => 0, 'featured' => 0 ); Thanks! @Adriano Faria or @IPCommerceFan or @bfarber you all seem to have good API knowledge so i tagged you 😃
×
×
  • Create New...