Hi!
I'm trying to create a Facebook Like Button to a detail page of CG User Directory module.
How can I get the url of the current page?
CMSMS 1.12.1
CGUserDirectory 1.4.5
FrontEndUsers 1.28
Thanks!
[SOLVED] Calguys User Directory & Current page URL
[SOLVED] Calguys User Directory & Current page URL
Last edited by urheat on Tue Sep 29, 2015 7:15 am, edited 1 time in total.
Re: Calguys User Directory & Current page URL
Code: Select all
{root_url}/{$smarty.server.REQUEST_URI}- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calguys User Directory & Current page URL
Thanks Rolf!!Rolf wrote:Code: Select all
{root_url}/{$smarty.server.REQUEST_URI}


