Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 11, 20195 yr This resource will provide a new way to monetize your board by charging a fee from members to start new topics. The topic created will remain hidden until the payment is processed.
May 17, 20204 yr Does it allow you to set an expiry date to hide the topic? I'd like this with options to set a visible for x days option by the admin.
January 22, 20214 yr @Adriano Faria it would be cool if a member can set price manuallly. This way a member makes a topic at support for anyone who can solve it will get paid it.
January 23, 20214 yr On 1/22/2021 at 3:13 PM, Adriano Faria said: This is an admin decision and It’s done on ACP. Yes i know but imagine that im a member and i want to pay someone to resolve me a problem for xxx$ money. i make the topic and telling im offering 100$ whoever solves it. i decide from replies who will get it , and then admin pays them manually or do it via point system.
January 5, 20223 yr Seems to be working in terms of creating a paid topic. Cool! I do get an error when clicking on the paid topic content tab from a member profile. OutOfRangeException: (0) #0 /var/www/html/106147/system/Content/Content.php(171): IPS\Patterns\_ActiveRecord::load(582) #1 /var/www/sitefiles/r260001/applications/chargefortopics/extensions/core/Profile/chargeForTopics.php(67): IPS\_Content::loadAndCheckPerms(582) #2 /var/www/html/106147/applications/core/modules/front/members/profile.php(345): IPS\chargefortopics\extensions\core\Profile\_chargeForTopics->render() #3 /var/www/html/106147/system/Dispatcher/Controller.php(101): IPS\core\modules\front\members\_profile->manage() #4 /var/www/html/106147/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute() #5 /var/www/html/106147/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #6 /var/www/html/106147/index.php(13): IPS\_Dispatcher->run() #7 {main}
January 5, 20223 yr Author On 1/5/2022 at 6:20 PM, bradl said: I do get an error when clicking on the paid topic content tab from a member profile. A probably a topic was deleted and its ID kept stored in the app table. It should remove it from there. I’ll check it out.
January 5, 20223 yr Author On 1/5/2022 at 6:35 PM, Adriano Faria said: It should remove it from there. It wasn't. Fixed. New version will check all existing IDs in the table and will remove those for non existing topics. Should be out in a couple of days.