Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
IndianaJoe Posted August 21, 2017 Posted August 21, 2017 In 3.4.7 I was able to use this function to get a database record URL. $this->registry->ccsFunctions->returnDatabaseUrl(**Database ID**, 0, **Record ID**) Is there anything like this in the new version? It definitely made my life easy with this.
Ilya Hoilik Posted August 21, 2017 Posted August 21, 2017 If database id is 1 and record id is 2: $url = \IPS\cms\Records1::load( 2 )->url();
Recommended Posts
Archived
This topic is now archived and is closed to further replies.