Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 26, 20213 yr 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, 20213 yr by Iyda
November 28, 20213 yr Author Thank you very much, there was some confusion on our end. I have just submitted a bug fix release to the Marketplace.
December 7, 20213 yr @FostersWill the update to the form break any current applications or are we able to update safely?
December 10, 20213 yr Author @FostersWill the update to the form break any current applications or are we able to update safely? It shouldn’t break anything.
December 23, 20213 yr 1 How do we use Redirect url 2 How do we use actions webhook url webhook approve url webhook deny url
February 26, 20223 yr Author 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?
February 26, 20223 yr Author 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?
February 26, 20223 yr 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.
March 17, 20223 yr 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.
March 20, 20223 yr 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?
June 3, 20222 yr 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??
September 13, 20222 yr This doesnt work with 4.7.2 unfortunately. invision moved from php7 to php8 and disables all php7 plugins automatically, which this apparently is.
September 15, 20222 yr 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.
September 16, 20222 yr Author I have to pay again for this for the update? Only the renewal fee 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?!
September 16, 20222 yr I don't see an update button in the marketplace. Only Purchase... Is this a you - or an Invision problem? 😃
September 16, 20222 yr Go here: https://invisioncommunity.com/clients/purchases/ Locate the app, click 'Manage' - and then click 'Reactivate' to renew
September 18, 20222 yr Getting the following error when trying to view the applications We could not locate the item you are trying to view.
September 22, 20222 yr Author Price decreased until end of September. Edited September 22, 20222 yr by Fosters