- Posts: 12
- 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
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.
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 Kunena CustomLogin Module
- loki34829388
-
Topic Author
- Offline
- New Member
-
Less
More
15 years 6 months ago - 15 years 5 months ago #65990
by loki34829388
Kunena CustomLogin Module was created by loki34829388
Hey Guys :blink:
this is still rather beta but has full functionality!!:woohoo: :woohoo: at least in my tests :pinch: - try it out and let me know. Also feel free to look at the code!:evil: :evil::whistle: :evil:
this is still rather beta but has full functionality!!:woohoo: :woohoo: at least in my tests :pinch: - try it out and let me know. Also feel free to look at the code!:evil: :evil::whistle: :evil:
Last edit: 15 years 5 months ago by @quila.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #66003
by emanuelr
Replied by emanuelr on topic Re: Kunena Login Module 1.6 R2
Thanks a lot loki!
Basically it works, though I only tested if for a few minutes.
The links are working, but the link to Latest Discussions doesn't highlight the menu tab and also doesn't recognized by the breadcrumbs.
Also, I wonder if we can add the Kunena registration, instead of the regular Joomla form, so in one step we can allow the user to upload an avatar and set the rest of the account parameters.
I'll dive later to your costumed code and see what can we do.
Meanwhile - we are in a much better position :laugh:
Thanks!
Basically it works, though I only tested if for a few minutes.
The links are working, but the link to Latest Discussions doesn't highlight the menu tab and also doesn't recognized by the breadcrumbs.
Also, I wonder if we can add the Kunena registration, instead of the regular Joomla form, so in one step we can allow the user to upload an avatar and set the rest of the account parameters.
I'll dive later to your costumed code and see what can we do.
Meanwhile - we are in a much better position :laugh:
Thanks!
Please Log in or Create an account to join the conversation.
- loki34829388
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 6 months ago - 15 years 6 months ago #66031
by loki34829388
Replied by loki34829388 on topic Re: Kunena Login Module 1.6 R2
Here is updated module for register links.
Params now has option to choose wich frontend link integration to use (which is defaulted to kunena). Joomla's native forms or link to whatever Kunena's integration finds. (my setup appears to be Community builder tho if oyu dont have it i can assume it would use kunena's built in register forms if it has any as it is using the kunena api when it is selected)
going to look into the breadcrumbs later.
thanx guys!
also I hope you guys appreciate the extras i put into it like CSS and personal links!
Params now has option to choose wich frontend link integration to use (which is defaulted to kunena). Joomla's native forms or link to whatever Kunena's integration finds. (my setup appears to be Community builder tho if oyu dont have it i can assume it would use kunena's built in register forms if it has any as it is using the kunena api when it is selected)
going to look into the breadcrumbs later.
thanx guys!
also I hope you guys appreciate the extras i put into it like CSS and personal links!
Last edit: 15 years 6 months ago by loki34829388.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #66038
by emanuelr
Replied by emanuelr on topic Re: Kunena Login Module 1.6 R2
Hi Loki,
The personal links and the CSS options are highly appreciated!
Somehow, the links to any menu item worked fine, except for the link to Kunena forum... I don't really need it, but it is interesting. If I choose the top level Forum menu item in the kunena_menu, then it works fine.
I couldn't get results from the CSS option yet, but I'll play with it more later (maybe you can give a hint? For example, if I want to modify the links of .login_frontlinks, should I write something like .login_frontlinks a{color:#ccc}, or just the a tag?) By the way, none of the options worked for me.
The main issue with the new version, is that if I choose Kunena as the front links integration, I loose the links (forgot pass, username and registration)...
The personal links and the CSS options are highly appreciated!
Somehow, the links to any menu item worked fine, except for the link to Kunena forum... I don't really need it, but it is interesting. If I choose the top level Forum menu item in the kunena_menu, then it works fine.
I couldn't get results from the CSS option yet, but I'll play with it more later (maybe you can give a hint? For example, if I want to modify the links of .login_frontlinks, should I write something like .login_frontlinks a{color:#ccc}, or just the a tag?) By the way, none of the options worked for me.
The main issue with the new version, is that if I choose Kunena as the front links integration, I loose the links (forgot pass, username and registration)...
Please Log in or Create an account to join the conversation.
- loki34829388
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 6 months ago #66041
by loki34829388
Replied by loki34829388 on topic Re: Kunena Login Module 1.6 R2
CSS wise for each predefined class type you can just type in the values you want to modify and what you want them to be so just pretend i made the .login_frontlinks{}; for you and you add the content ie - color:red; width:75%; - and so forth.
if you want to target a custom or child element use the custom field box and type it in fully custombox -> would get - .login_frontlinks a{color:#ccc;} - and so forth.
I'm going to look at the front links case switch for you and see if there is a reason it doesnt work. It works on my end
did the Kunena Login 1.6 rc2 work for you? as I just used their code and wrapped it with a case switch.
if you want to target a custom or child element use the custom field box and type it in fully custombox -> would get - .login_frontlinks a{color:#ccc;} - and so forth.
I'm going to look at the front links case switch for you and see if there is a reason it doesnt work. It works on my end
Please Log in or Create an account to join the conversation.
- loki34829388
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
15 years 6 months ago #66044
by loki34829388
Replied by loki34829388 on topic Re: Kunena Login Module 1.6 R2
link wise thats intersting I am not having issues with any of the links. are these redirect or personal links?
also if your trying to target your frontlinks specifically try this for css
in the custom css field enter -
.login_frontlinks ul li a{color:#ccc}
- this should target the unordered list and the child items 'a' tags.
also if your trying to target your frontlinks specifically try this for css
in the custom css field enter -
.login_frontlinks ul li a{color:#ccc}
- this should target the unordered list and the child items 'a' tags.
Please Log in or Create an account to join the conversation.
Time to create page: 0.264 seconds