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

Everything posted by Josiah Wallingford

  1. 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. 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.
  4. 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. No, I am still having issues with ckeditor buttons on 4.5.1
  6. I did, still getting the error. I will contact @InvisionHQ I also went into the club in ACP and deleted the tutorial category with no luck.
  7. 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}
  8. I am trying to setup the login handler for Discord using Oauth 2. Everything works but the avatar. Anybody know what I would put into this field to get the avatar to work? https://cdn.discordapp.com/avatars/${id}/${avatar}.png or something like that?
  9. 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 ;
  10. 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
  11. 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.
  12. 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.
  13. Enable Fluid Width seems to be broken. Nothing noticeable happens when I enable this. Nevermind this message... something else is going on.
  14. Feature Request: Integration with the "Profile Completion" profile settings.
  15. Feature Request: Could we get integration with your Tournaments application? I would like to award members points for participating in and winning tournaments.
  16. Feature Request: Allow each team member to get points and a little extra points towards the team leader.
  17. 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. 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?
  18. 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.
  19. 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?
  20. 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.
  21. 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).
  22. Has this been tested on 4.5? I would like to upgrade but want to make sure this will work first.
  23. Has anybody tested this application on 4.5? I would like to upgrade but want to make sure this will work first.
  24. Has this been tested on 4.5? I would like to upgrade but want to make sure this will work first.
×
×
  • Create New...