Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question [Solved] How Change Kunena 1.6 register form to work with VirtueMark registration form?

More
15 years 10 months ago - 15 years 10 months ago #53416 by iLucato
Hi folks for those that use Kunena 1.6 and VirtueMart and want to change the default registration form to the registration form from VirtueMart, you need to do this little hack:

Go to your path /administrator/components/com_kunena/libraries/integration/joomla15 and edit the file login.php nearby line 55 and replace the code:
Code:
public function getRegistrationURL() { $usersConfig = JComponentHelper::getParams ( 'com_users' ); if ($usersConfig->get ( 'allowUserRegistration' )) return JRoute::_('index.php?option=com_user&view=register'); }

to the code below with YOUR link to the Virtue Mart registration form.
Code:
public function getRegistrationURL() { $usersConfig = JComponentHelper::getParams ( 'com_users' ); if ($usersConfig->get ( 'allowUserRegistration' )) return JRoute::_('HERE GOES YOUR VIRTUEMART URL THAT CAN BEGIN JUST FROM index.php?...'); }

Well, that's it. I hope it helps somebody else. ;0)

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br
Last edit: 15 years 10 months ago by iLucato.

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

Time to create page: 0.325 seconds