- Posts: 5
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Loved Own Kunena Login
i open: components\com_kunena\template\default\plugin\login\login.php
and simply just change this:
<td><input type="text" name="username" class="inputbox" alt="username" size="30" />
and
<input type="password" name="passwd" class="inputbox" size="30" alt="password" />
with this one:
and my login form appears normally.<td><input type="text" name="username" alt="username" size="30" />
and
<input type="password" name="passwd" size="30" alt="password" />
Please Log in or Create an account to join the conversation.
I got a doubt. I have a VirtueMart installed and now I got 2 registers forms forms. I want just to have the VirtueMart as the main register form. When mousing over the register link at you patch, it shows this link:
My question is, where do I find this line to exchange it for the VirtueMArt registration form/URL link that I have?
Thanks in advance.
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
Please Log in or Create an account to join the conversation.
skkuumar wrote: hi @QUILA
thanks for the hack
But i have a problem, when i click the link create an account, It goes to community builder registertion and gets 404 error.
I have integrated user registration with Alphauser. But i don't have Community Builder.
Kindly help me to solve this issue
regards
Skkuumar
my website is
www.askforhrd.com
Hi Skkuumar, now I see CB registration page. Have you solved issue?
Regards
Please Log in or Create an account to join the conversation.
alafi wrote: aha.. finally i got this..
i open: components\com_kunena\template\default\plugin\login\login.php
and simply just change this:
<td><input type="text" name="username" class="inputbox" alt="username" size="30" />
and
<input type="password" name="passwd" class="inputbox" size="30" alt="password" />
with this one:
and my login form appears normally.<td><input type="text" name="username" alt="username" size="30" />
and
<input type="password" name="passwd" size="30" alt="password" />
Hi alafi, glad you solved.
Regards
Please Log in or Create an account to join the conversation.
Hi iLucatoiLucato wrote: Hi @quila, thanks for the patch. Nice stuff.
I got a doubt. I have a VirtueMart installed and now I got 2 registers forms forms. I want just to have the VirtueMart as the main register form. When mousing over the register link at you patch, it shows this link:
Code:http://www.mydomain.com.br/index.php?option=com_user&view=register&Itemid=85&lang=pt
My question is, where do I find this line to exchange it for the VirtueMArt registration form/URL link that I have?
Thanks in advance.
all links you can find in the file
components / com_kunena / lib / kunena.login.php
Regards
Please Log in or Create an account to join the conversation.
@quila wrote:
iLucato wrote: Hi iLucato
all links you can find in the fileRegardscomponents / com_kunena / lib / kunena.login.php
Hey @quila, thanks a lot. Talking about it I got to solve it. Here is the link:
How can I change Kunena so that it uses my VirtueMart registration page?
Thanks.
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
Please Log in or Create an account to join the conversation.