go to article from module - Joomla! Forum - community, help and support
i have problem, big problem. developping simple module form post , want go specific existent article after user post. tryed different method , search in google nothing solutions found.
1.
$app = &jfactory::getapplication();
$app->redirect('index.php?option=com_content&view=article&id=2');
2.
redirect("index.php/homepage/article");
3.
in form action
action="index.php/homepage/article"
function 1 time
help
1.
$app = &jfactory::getapplication();
$app->redirect('index.php?option=com_content&view=article&id=2');
2.
redirect("index.php/homepage/article");
3.
in form action
action="index.php/homepage/article"
function 1 time
help
after click submit, want redirect link?
Comments
Post a Comment