Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Iyda Posted November 26, 2021 Posted November 26, 2021 (edited) 2 hours ago, Fosters said: Are you using the recent version? I can't see the code which you've mentioned. /** * @brief Cached URLs */ protected $_url = array(); /** * Get URL * * @param string|NULL $action Action * @return \IPS\Http\Url */ public function url( $action="viewApplication" ) I'm currently using the latest version that was posted i just deleted it and reinstalled and still have the same error Fatal error: Declaration of IPS\applicationform\Position\_Data::url(?string $action = 'viewApplic...') must be compatible with IPS\Content\_Item::url($action = null) in /home/admin/domains/justified.co/public_html/applications/applicationform/sources/Position/Data.php on line 119 This is my 119 line to 134 public function url( ?string $action="viewApplication" ) { $_key = md5( $action ); if( !isset( $this->_url[ $_key ] ) ) { $this->_url[ $_key ] = \IPS\Http\Url::internal( "app=core&module=modcp&controller=modcp&tab=application_approval&id={$this->id}", 'front' ); if ( $action ) { $this->_url[ $_key ] = $this->_url[ $_key ]->setQueryString( 'action', $action ); } } return $this->_url[ $_key ]; } Edited November 26, 2021 by Iyda
Fosters Posted November 28, 2021 Author Posted November 28, 2021 Thank you very much, there was some confusion on our end. I have just submitted a bug fix release to the Marketplace.
Sean Reid Posted December 7, 2021 Posted December 7, 2021 @FostersWill the update to the form break any current applications or are we able to update safely?
Fosters Posted December 10, 2021 Author Posted December 10, 2021 On 12/7/2021 at 1:30 PM, Sean Reid said: @FostersWill the update to the form break any current applications or are we able to update safely? It shouldn’t break anything.
Saurabh Jain Posted December 23, 2021 Posted December 23, 2021 1 How do we use Redirect url 2 How do we use actions webhook url webhook approve url webhook deny url
Brandon Houston Posted February 26, 2022 Posted February 26, 2022 Every time someone puts in a new submission, it gets auto deleted. Help
Fosters Posted February 26, 2022 Author Posted February 26, 2022 Is the topic being deleted? Or the data which you see in the ACP? Could I probably get ACP login details to take a look?
Fosters Posted February 26, 2022 Author Posted February 26, 2022 On 12/23/2021 at 2:08 PM, Saurabh Jain said: 1 How do we use Redirect url 2 How do we use actions webhook url webhook approve url webhook deny url What are you trying to achieve with the hooks?
Vallorzz Posted February 26, 2022 Posted February 26, 2022 Hi, is there a way to automatically send a Accept or Deny DM to the applicant once you click Approve or Deny for their application? Or a way to send them a DM on discord as well.
Brandon Houston Posted March 17, 2022 Posted March 17, 2022 Hello. My applications keep getting deleted. Anyone know how to fix
Ace M. Posted March 17, 2022 Posted March 17, 2022 I am attempting to allow the users of my community, when they submit an application, to view and comment on the application they submitted only, I have yet to figure that out. I am also attempting to find out how to prevent my applications from being deleted when I press the buttons "Accept" or "Delete" I have read a few comments that have asked a similar question, however I haven't found an answer, all answers are appreciated.
Bryant Walker Posted March 20, 2022 Posted March 20, 2022 Hi @Fosters, is there a way to add a cross to the denied applications on the ModCP, similarly to the check that gets added when they are approved? Vallorzz 1
Brandon Houston Posted June 3, 2022 Posted June 3, 2022 On 3/17/2022 at 12:25 AM, Ace M. said: I am attempting to allow the users of my community, when they submit an application, to view and comment on the application they submitted only, I have yet to figure that out. I am also attempting to find out how to prevent my applications from being deleted when I press the buttons "Accept" or "Delete" I have read a few comments that have asked a similar question, however I haven't found an answer, all answers are appreciated. Have you ever been able to find out the first issue??
Fosters Posted August 28, 2022 Author Posted August 28, 2022 (edited) 2 hours ago, Ionela Ceaus said: Is this working with 4.7.1? Yes Edited August 28, 2022 by Fosters
Yggdrasil Curties Posted September 13, 2022 Posted September 13, 2022 This doesnt work with 4.7.2 unfortunately. invision moved from php7 to php8 and disables all php7 plugins automatically, which this apparently is. Fosters 1
HisActions Posted September 15, 2022 Posted September 15, 2022 This is all we can see after updating everything recently. Plugin is enabled and somewhat works, people are able to sub apps still but we're not able to view them in the applications section.
Brandon Houston Posted September 15, 2022 Posted September 15, 2022 I have to pay again for this for the update?
Fosters Posted September 16, 2022 Author Posted September 16, 2022 16 hours ago, Brandon Houston said: I have to pay again for this for the update? Only the renewal fee On 9/13/2022 at 2:15 PM, Yggdrasil Curties said: This doesnt work with 4.7.2 unfortunately. invision moved from php7 to php8 and disables all php7 plugins automatically, which this apparently is. Should be fixed now?!
Magnus Lorvik Posted September 16, 2022 Posted September 16, 2022 I don't see an update button in the marketplace. Only Purchase... Is this a you - or an Invision problem? 😃
Nathan Explosion Posted September 16, 2022 Posted September 16, 2022 Go here: https://invisioncommunity.com/clients/purchases/ Locate the app, click 'Manage' - and then click 'Reactivate' to renew
Yggdrasil Curties Posted September 18, 2022 Posted September 18, 2022 On 9/16/2022 at 11:01 AM, Fosters said: Should be fixed now?! thanks.
Shturman Posted September 18, 2022 Posted September 18, 2022 Getting the following error when trying to view the applications We could not locate the item you are trying to view.
Brandon Houston Posted September 19, 2022 Posted September 19, 2022 I have a active license so I'm confused.
Fosters Posted September 22, 2022 Author Posted September 22, 2022 (edited) Price decreased until end of September. Edited September 22, 2022 by Fosters
Recommended Posts