Jump to content

InvisionHQ

Clients
  • Posts

    2,453
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Thanks
    InvisionHQ reacted to Nathan Explosion in Classifieds System   
    How to manually patch it yourself - at your own risk...
    Assumptions made:
    You are self-hosted You know how to use FTP You know how to edit a PHP file The only file involved here is /applications/classifieds/sources/Advert/Advert.php  Steps:
    Download that file to your PC Open it in an editor (Windows -> Notepad will do) Find the line that has public static function getItemsWithPermission( in it Add ,$location = NULL inside the closing bracket - immediately after $showMovedLinks=FALSE Save the file, upload back to server If it doesn't work, then disable the app and wait for the developer to get to it.
     
  2. Like
    InvisionHQ reacted to CodingJungle in 4.7.2 Beta 3: InnoDB & MyIsam tables   
    foreach( \IPS\Db::i()->getTables() as $table){ $def = \IPS\Db::i()->getTableDefinition($table); if($def['engine'] === 'MyISAM') { $query = 'ALTER TABLE ' . $table . ' ENGINE=InnoDB;'; \IPS\Db::i()->query($query); } } i use this snippet to convert them over to innodb. it is likely your databases default engine type is myisam instead of innodb (cause not every schema has the engine type when the table is created, so the db installer lets the db server select it. this is what looks like what is happening here). 
  3. Thanks
    InvisionHQ got a reaction from sadface201 in iAwards   
    I am sending a probable FIX in the marketplace. Unfortunately I speak of probable because I have no way of verifying this until after the file has been approved in the marketplace. 
     
  4. Thanks
    InvisionHQ reacted to Anyelica14 in iAwards   
    The problem I have is just like the one from @iacas appears on the profile, but it doesn't show up when a user comments. I sent you a DM so you can access ACP.
  5. Like
    InvisionHQ got a reaction from Anyelica14 in iAwards   
    I think you forgot to send me the password.
    Without that it takes a lot longer than 36 hours... 
    It would be helpful to know if others have had the same problem.
    @Anyelica14 can you explain better your issue, you talk about "profile" @iacas talk about "posts".
     
  6. Thanks
    InvisionHQ got a reaction from Giray in Classifieds System   
    You have "continue shopping" in IP.Commerce? the cart part is managed from this software.
  7. Like
    InvisionHQ got a reaction from iacas in iAwards   
    Pending Approval.
    It still needs to be checked.
  8. Like
    InvisionHQ got a reaction from ArmaCoopCorps in iAwards   
    If all goes well, I will send the new release to the marketplace today.
  9. Thanks
    InvisionHQ reacted to Adriano Faria in Classifieds System   
    It is 4.7 since last Wednesday.
  10. Like
    InvisionHQ got a reaction from panzerscope in Classifieds System   
    Fixed
    A new version of this file is waiting for approval.
  11. Like
    InvisionHQ got a reaction from My Sharona in Classifieds System   
    Fixed
    A new version of this file is waiting for approval.
  12. Like
    InvisionHQ got a reaction from Chris Anderson in Improved Clubs Enhancements   
    Issue 3 Fixed.
     
  13. Like
    InvisionHQ got a reaction from Colombia Humana in Improved Clubs Enhancements   
    A new version will be available soon for 4.7. 
    Recently I discover that another plugin generates errors that are wrongly assigned to this app. 
    I don't know if this is your case, but since I have to do all the testing for 4.7 this is the time to do a recap of the malfunctions you have.
  14. Thanks
    InvisionHQ got a reaction from LiquidFractal in Improved Clubs Enhancements   
    A new version will be available soon for 4.7. 
    Recently I discover that another plugin generates errors that are wrongly assigned to this app. 
    I don't know if this is your case, but since I have to do all the testing for 4.7 this is the time to do a recap of the malfunctions you have.
  15. Thanks
    InvisionHQ got a reaction from Davyc in Improved Clubs Enhancements   
    A new version will be available soon for 4.7. 
    Recently I discover that another plugin generates errors that are wrongly assigned to this app. 
    I don't know if this is your case, but since I have to do all the testing for 4.7 this is the time to do a recap of the malfunctions you have.
  16. Thanks
    InvisionHQ reacted to Daniel F in Classifieds System   
    We have a client with hundreds of following errors in the system log:
     
    caused by your app.
    It seems there's an issue in your subcategoryRow template where you're using cl_Icon instead of classifieds_Icon as the filestorage ID
  17. Thanks
    InvisionHQ reacted to leonovich_J in Classifieds System   
    Yes
    No
    They will have to display everything in one ad.
    You can pin this ad on the main page.
    However, there are big problems with this feature because users will not be able to leave a feedback for an open ad.
    No, but you can see how it works on our resource (with filters) Only in Russian and Ukrainian, did not translate into English
    https://ps4.in.ua/classifieds/
  18. Thanks
    InvisionHQ got a reaction from ReyDev in LAXERI Theme [Support Topic]   
    Let me report a typo, missing a ) in javascript:
    At the end of globalTemplate
    <script> $("*").on("click", function(e,ev) { console.log(getUniqueSelector("#ipsLayout_footer")) } var element = document.querySelector('a'); function positionInNodeList(element, nodeList) { for (var i = 0; i < nodeList.length; i++) { if (element === nodeList[i]) { return i; } } return - 1; } </script>
  19. Thanks
    InvisionHQ reacted to kmk in Classifieds System   
    If I have no one contact set up, it should be disabled no?? 🤔 But still show the contact button... 

    I would like request an option that let me replace that Contac field by Editor field, what I need to place there is whatsapp me link(or whatever others best way for us) , so customer just click on that button will open their Whatsapp with that advert embed, starting realtime negociation process 
  20. Thanks
    InvisionHQ reacted to Chris Anderson in Improved Clubs Enhancements   
    @InvisionHQ I came up with a partial solution to creating nested menus using custom blocks, see below:

    The problem is every new club feature that gets added it gets added to this:

    This can become quite confusing to look at once you've added a few.
    Could you add a hide feature as shown below?

    The feature would still exist if hidden but wouldn't appear in the menu section if enabled.
    This would allow for the "appearance" of nested features with minimal additional coding.
  21. Thanks
    InvisionHQ got a reaction from Subdreamer in Improved Clubs Enhancements   
    Sorry, this is no longer possible.
  22. Like
    InvisionHQ got a reaction from Subdreamer in Improved Clubs Enhancements   
    I don't know if I can do it again. I'll look.
  23. Agree
    InvisionHQ got a reaction from Maxtor in Traffic Generator - IP.Board 4.x   
    I have finished converting the old plugin into an app and it only remains for me to fix some graphic finishing touches. Immediately afterwards it will be sent to the marketplace. From then on, fingers crossed... if it doesn't get approved I'll sell it outside the marketplace anyway.

  24. Like
    InvisionHQ got a reaction from Keebexio in Classifieds System   
    You can use feedback with another plugin (Trader Feedback System) that integrates perfectly with Classifieds. No, the images field can be required but it does not check the number of images.
  25. Like
    InvisionHQ got a reaction from Serathy in Traffic Generator - IP.Board 4.x   
    I have finished converting the old plugin into an app and it only remains for me to fix some graphic finishing touches. Immediately afterwards it will be sent to the marketplace. From then on, fingers crossed... if it doesn't get approved I'll sell it outside the marketplace anyway.

×
×
  • Create New...