OS Property support center

Redirect after Agent Registration

  • Theodore Hildebrandt
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 11 months ago #63992 by Theodore Hildebrandt
Redirect after Agent Registration was created by Theodore Hildebrandt
Hi,

I would like to have the user redirected to a disclaimer page (content article) after registering. Currently, it seems to redirect to the site home page.

What do I need to do to make this work?

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #64027 by Mr. Dam
Replied by Mr. Dam on topic Redirect after Agent Registration
Hi,
In file: components > com_osproperty > classes > agent.php
function
Code:
completeRegistration
find
Code:
$mainframe->redirect(JUri::root(),$msg);
you can replace

JUri::root()

by the link to article details
Thanks
Dam
The following user(s) said Thank You: Marc

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan