Kunena 6.3.0 released

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

Question How to change the LOGIN LINK and REGISTER LINK

More
13 years 9 months ago #1 by paulgreco
fantasypros911.com/component/option,com_kunena/Itemid,0/

Right now I'm testing out the forum and I can't login. I use signallogin on my home page to connect, but for some reason when I use the forum login it doesn't allow me to login.

I also have a different registration url than where Kunena is sending me.

I use this to register :
www.fantasypros911.com/index.php?option=...name=NewRegistration

but kunena is send me to :
fantasypros911.com/index.php?option=com_...ang=en&view=register

ANY HELP WOULD BE REALLY APPRECIATE IT...

I like the look, but I need for my clients to be able to login to use this.

Thanks

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

More
13 years 9 months ago - 13 years 9 months ago #2 by sozzled
G'day, paulgreco, and welcome to Kunena.

Before you post topics into the Support category, it helps to read the hints posted in K 1.5.x Support: Please read this first. . Changing things is not usually in the line of support - we're more interested to make things work they way that they were designed. However, sometimes they don't and sometimes we need to change things.

So, let's start again:

1) What version of Kunena are you using?

2) What Kunena template are you using?

3) What version of Joomla are you using?

4) Are you using sh404SEF and, if so, what version are you using?

5) Do the symptoms of your problem occur if you disable sh404SEF?

6) Are you using other, third-party extensions for user registration and login and, if so, what versions of them are you using?

7) If you are using other, third-party extensions for user registration and login, do the symptoms of your problem occur if you disable them?

8) What "integration options" have you chosen in your Kunena configuration settings? Have you installed the other software that you want to integrate Kunena with?
Last edit: 13 years 9 months ago by sozzled.

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

More
13 years 9 months ago #3 by trollfaen
Hi there.

dont know what the above user have for version.
I have 1.5.11, i use standard template
latest stable joomla, and using joomla SEF
and i am using third party registers, (community builder)
I have turned of Allow User Registration i global settings, cus it is making conflict elsewhere w
But all this does not matter...
I really wanna know the same thing as the man (paul) above here...
I wanna change the register link i Kuena :-)
In witch file do i change this?


Ah.. nevermind. Here is the simple solution:
Go to :
components/com_kunena/template/default/plugin/profilebox
Open file: profilebox.php
Go to line 158 (as it was here in my file) and change
Code:
<a href = "<?php echo $loginlink;?>"><?php echo _PROFILEBOX_LOGIN; ?></a> <?php echo _PROFILEBOX_OR; ?> <a href = "<?php echo $registerlink;?>"><?php echo _PROFILEBOX_REGISTER; ?></a>

To :
Code:
<a href = "<?php echo $loginlink;?>"><?php echo _PROFILEBOX_LOGIN; ?></a> <?php echo _PROFILEBOX_OR; ?> <a href = "http://www.yourlink.com/register.html">"><?php echo _PROFILEBOX_REGISTER; ?></a>.
Where www.yourlink.com/register.html must be changed to YOUR link :-)

Good luck!

Best of regards from a newbie here also.

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

Time to create page: 0.545 seconds