Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 21, 20177 yr 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.
August 21, 20177 yr If database id is 1 and record id is 2: $url = \IPS\cms\Records1::load( 2 )->url();
Archived
This topic is now archived and is closed to further replies.