Jump to content

Josiah Wallingford

Members
  • Posts

    561
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Josiah Wallingford

  1. 11 minutes ago, Josiah Wallingford said:

    All of the items sold in my members shop are digital items (in an online game). Is there a way to configure the members shop for this? The problem I am having is with shipping. The app is asking users to enter a shipping tracking code. It would be nice to be able to track deliveries... like once the buyer has received the in-game item they can mark the item as delivered or something. But at a minimum I would like to remove the tracking number thing.

    I think I figured it out. I just unchecked "Allow Shipment" in advert option under each category.

    Now, when a buyer buys from someone no payment is transferred it seems.  Even if the seller marks the sale as complete.

  2. All of the items sold in my members shop are digital items (in an online game). Is there a way to configure the members shop for this? The problem I am having is with shipping. The app is asking users to enter a shipping tracking code. It would be nice to be able to track deliveries... like once the buyer has received the in-game item they can mark the item as delivered or something. But at a minimum I would like to remove the tracking number thing.

  3. Just now, Neutro Short
    1 minute ago, Josiah Wallingford said:

    As far as I understand you should be able to disable this in your login setting in acp. There should be a brilliant discord option in there, just disable it.

    I've checked and haven't been able to do so

    Oh I see, it’s locked... I thought it was disabled on mine. Yeah, I would think that would be an option.

    2175B35A-75AA-4188-8E8C-3F5F6FCAA38E.jpg

  4. Just now, Neutro Short

    I would like to have a way to disable that people make a account or login to forum via discord atleast a option to disable it like a toggle and who ever wants to have that enabled on their community is fine but for me it's a headache tbh 

     

    could u add this in your next version ?

    As far as I understand you should be able to disable this in your login setting in acp. There should be a brilliant discord option in there, just disable it.

  5. IPS 4.5 - I get the following error wen converting a tutorial to a club feature:

    OutOfRangeException:  (0)
    #0 /var/www/html/r300220/system/Application/Application.php(253): IPS\Patterns\_ActiveRecord::load('IPS', 'app_directory', NULL)
    #1 /var/www/html/r300220/system/Member/Club/Club.php(1318): IPS\_Application::load('IPS')
    #2 /var/www/html/r300220/init.php(886) : eval()'d code(166): IPS\Member\_Club->nodes()
    #3 /var/www/html/r300220/init.php(886) : eval()'d code(119): IPS\Member\clubsenhancements_hook_ceClub->nodes()
    #4 /var/www/html/r300220/system/Dispatcher/Controller.php(90): IPS\Node\clubsenhancements_hook_ceNodeController->convertToClub()
    #5 /var/www/html/r300220/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #6 /var/www/html/r300220/applications/tutorials/modules/admin/tutorials/categories.php(36): IPS\Node\_Controller->execute()
    #7 /var/www/html/r300220/system/Dispatcher/Dispatcher.php(152): IPS\tutorials\modules\admin\tutorials\_categories->execute()
    #8 /var/www/html/r300220/admin/index.php(14): IPS\_Dispatcher->run()
    #9 {main}

    Now when going to the club I get an error message:

    OutOfRangeException:  (0)
    #0 /var/www/html/r300220/system/Application/Application.php(253): IPS\Patterns\_ActiveRecord::load('IPS', 'app_directory', NULL)
    #1 /var/www/html/r300220/system/Member/Club/Club.php(1318): IPS\_Application::load('IPS')
    #2 /var/www/html/r300220/init.php(886) : eval()'d code(166): IPS\Member\_Club->nodes()
    #3 /var/www/html/r300220/system/Member/Club/Club.php(1857): IPS\Member\clubsenhancements_hook_ceClub->nodes()
    #4 /var/www/html/r300220/system/Member/Club/Club.php(1995): IPS\Member\_Club->tabs()
    #5 /var/www/html/r300220/applications/core/modules/front/clubs/view.php(130): IPS\Member\_Club->firstTab()
    #6 /var/www/html/r300220/init.php(886) : eval()'d code(117): IPS\core\modules\front\clubs\_view->manage()
    #7 /var/www/html/r300220/system/Dispatcher/Controller.php(101): IPS\core\modules\front\clubs\clubsenhancements_hook_ceControllerView->manage()
    #8 /var/www/html/r300220/applications/core/modules/front/clubs/view.php(120): IPS\Dispatcher\_Controller->execute()
    #9 /var/www/html/r300220/init.php(886) : eval()'d code(22): IPS\core\modules\front\clubs\_view->execute()
    #10 /var/www/html/r300220/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\clubs\clubsenhancements_hook_ceControllerView->execute()
    #11 /var/www/html/r300220/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

  6. I am getting the following error when running support tool on 4.5:

    There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:
    CREATE TABLE `membersshop_mediauploader_points` (
    	`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'ID Number',
    	`cat_id` INT NULL ,
    	`points_per_upload` INT NULL DEFAULT 0 ,
    	`points_per_download` INT NULL DEFAULT 0 ,
    	`points_per_review` INT NULL DEFAULT 0 ,
    	`points_per_comment` INT NULL DEFAULT 0 ,
    	PRIMARY KEY (`id`)
    )
    ENGINE InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci 
    UPDATE `classifieds_cats` SET `cl_cat_id`='' WHERE `cl_cat_id` IS NULL;
    UPDATE `classifieds_cats` SET `cl_cat_last_advert_member`=0 WHERE `cl_cat_last_advert_member` IS NULL;
    UPDATE `classifieds_cats` SET `cl_cat_last_advert_member_name`='' WHERE `cl_cat_last_advert_member_name` IS NULL;
    ALTER TABLE `classifieds_cats` CHANGE COLUMN `cl_cat_id` `cl_cat_id` INT UNSIGNED NOT NULL AUTO_INCREMENT , CHANGE COLUMN `cl_cat_last_advert_title` `cl_cat_last_advert_title` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL , CHANGE COLUMN `cl_cat_last_advert_title_seo` `cl_cat_last_advert_title_seo` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL , CHANGE COLUMN `cl_cat_last_advert_member` `cl_cat_last_advert_member` BIGINT NOT NULL DEFAULT 0 , CHANGE COLUMN `cl_cat_last_advert_member_name` `cl_cat_last_advert_member_name` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ;
    ALTER TABLE `classifieds_membersdata` CHANGE COLUMN `classifieds_store_homepage` `classifieds_store_homepage` TINYINT NULL DEFAULT 0 ;

     

  7. It seems the 4.5 release is out, I can see it in the marketplace in acp. The issue I am having is that my applications list is showing that I have version 1.3.5 not 2.0.0. When I goto the app on the acp marketplace it says I am up to date with the latest version.

    Is this an error and everything is fine and good to enable the app or is something wrong?

    3 minutes ago, Josiah Wallingford said:

    It seems the 4.5 release is out, I can see it in the marketplace in acp. The issue I am having is that my applications list is showing that I have version 1.3.5 not 2.0.0. When I goto the app on the acp marketplace it says I am up to date with the latest version.

    Is this an error and everything is fine and good to enable the app or is something wrong?

    I just uninstalled it and re-installed from acp marketplace. Now it shows 2.0.0

  8. I am on 4.5. When I go to edit the header block I get this error:

    2S119/1 The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.

    Maybe I don't have the latest version? As far as I can tell I do but something might be wrong with acp.

    EDIT: Yeah, that was it. Out of date. Apparently you need to check for updates multiple times to get update options on applications.

  9. Is it possible to setup auto link creation based on a rss feed? For example I would like to have a link automatically posted every time a youtube video is posted on a specific channel.

  10. Just now, SoftwareFactory
    On 8/7/2020 at 8:30 AM, Josiah Wallingford said:

    Thank you for your detailed response. I do not want 3,4, and 5 to happen (I would like to disable those) until the discord to website is possible. Basically right now all I want the application to do is post to discord when new content is created on the website and allow my discord members to sign into the website with their discord credentials. 

    What I am asking is how do I disable those options? Can I do it through the BDI or do I need to do it through discord (using the screenshots I sent) when I setup the discord application?

    You can disable nickname synchronization in Behavior settings in ACP. To disable kicking members when they’re banned, just remove the „kick members” permission from the bot’s role.

    11 minutes ago, Nina Blain said:

    Has the update to brilliant discord integration for 4.5 been released yet?

    We are aware of some visual oddities in ACP. Besides, it works correctly on 4.5. An update which fixes them will be available next week.

    thank you very much. How do I deal with role synchronization? The primary way we handle role changes is through discord. Is there an option in acp to not sync roles or does something need to be done to the bot for that?

  11. 2 minutes ago, InvisionHQ said:

    4.5 Waiting for approval in the marketplace.

    If you want I can investigate further if you PM me ACP access to your board.

    It seems that you have changed some classifieds templates.

    It may be a conflict with another application I have. I will start disabling apps and see if I can narrow down which one is causing it. That is the only thing I can think of. Where I am having the issue is on a site hosted by Invision.

  12. 2 minutes ago, InvisionHQ said:

    you can also try to run support tool

    I had already tried that. Tried again and still the same. The only other option I have would be to upgrade to 4.5 but I don't think classifieds is ready for 4.5 correct?

  13. Feature Requests:

    • Option to have parent categories be blocked from posting adverts into. This way they can only post adverts in the sub-categories.
    • Choose category of advert no matter where you are when submitting a new advert.
    • Sort adverts by Extra Fields when browsing through adverts in categories
    • Option to choose extra fields that will display when viewing adverts from categories.
  14. 9 hours ago, InvisionHQ said:

    Please make a check with default theme.

    Yes, I get the same error on the default theme. I am running 4.4.1.0 (4.5 as soon as all apps are updated).

    Screenshot at Aug 19 10-45-14.png

×
×
  • Create New...