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

Question redirect after login

More
17 years 2 months ago #3395 by dsrpmedia

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

  • Tekkysurf
  • Tekkysurf's Avatar
  • New Member
  • New Member
More
17 years 2 months ago #3605 by Tekkysurf
Replied by Tekkysurf on topic Re:redirect after login
www.bestofjoomla.com/component/option,co...mit,10/limitstart,0/

This is a great solution. What it does is:
1. Replaces the Login Link with login boxes
2. Result is you are able to login at the message board.

I strongly sugest this feature is implemented in the next version of Fireboard!


Detailed Instructions

1. Download and edit viet4777 files at
luyenkim.net/home9/media/kunena/attachme...files/profilebox.zip

2. Change Itemid on line 190 to match the Itemid for your site:
$loginlink = "index.php?option=com_kunena&Itemid=88889095";

3. Change Itemid on line 193 to match the Itemid for your site:
$loginlink = sefRelToAbs( 'index.php?option=com_kunena&Itemid=88889095' );


In my case my Fireboard Forum is at :
www.basicwebs.net/tigertech/joomla1013/i...eboard&Itemid=12

So I changed 88889095 to 12.

Once these changes are complete, FTP the new file to the following location. Be sure to rename the original file just in case:
components/com_kunena/template/default/plugin/profilebox/profilebox.php

The following makes the format of the new login feature match the existing layout.
Copy the following text to the top of the CSS file for you sites default template. This is the same code form viet4777 css.txt files, but I changed the comment line.

In your joomla admin backend, go to Site/Template Manager/Site Templates, click the radio button by your default template, click Edit CSS, paste the following text at the top and you should be set.

/* Fireboard Fix - MOD Login */
.loggin_fb_modul
{
color: #685A37;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

div.loggin_fb_modul .inputbox_login
{
border-color: #9D9D9D;
border-style: solid;
border-width: 1px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 5px;
margin-right: 5px;
width: 80px;
padding: 2px 2px 2px 2px;
}

div.loggin_fb_modul .button_login
{
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 10px;
height: 22px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
margin-left: 0px !important;
margin-left: -10px;
}
/* Fireboard Fix - MOD Login */

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

More
17 years 2 months ago #3611 by dsrpmedia
Replied by dsrpmedia on topic Re:redirect after login
This is the solution I was thinking of.

It worked great in fireboard, but needs to be updated for kunena.

Would be awesome to have as part of the component so that you are not taken away from the forum when you login.

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

More
17 years 2 months ago #3615 by Repelzteeltje
If this is going to an option in Kunena, could you please hold in mind that the login of CB differs from the original login ??

There are loads of websites using CB next to Fireboard / Kunena ....

The login now takes you to the normal login (mod_login) when it should be the login of Community Builder (mod_cblogin) so the users are out of sync....

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

More
17 years 2 months ago #3620 by whouse
Replied by whouse on topic Re:redirect after login
Currently, integration of CB with Kunena is not done. That is the last goal for the release of 1.0.8 which is scheduled out REAL soon (like within 36 to 48 hours, barring no showstopping bugs are found). Once that is out, integration will work at that point.

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

More
17 years 2 months ago #4290 by jakobe75
Replied by jakobe75 on topic Re:redirect after login
why hasnt this been fixed in Kunena?

this is such a main thing to keep users on and intrested in the site

unregistered users want to login and comment on a topic they have to wind through the entire site to do so.

please fix this.

its aggravating to not be logged in, then go login and have to find the dang post you were reading.

so aggravating

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

Time to create page: 0.262 seconds