- Posts: 20
- Thank you received: 1
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 2.0 and K 1.7 Archive
- [gelöst] Kein Karmabutton mehr vorhanden...
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Eröffnet dazu bitte ein eigenes neues Thema.
Solved [gelöst] Kein Karmabutton mehr vorhanden...
seid meinem Upgrade auf 1.6 befindet sich kein Button zum Karma... in der RC3 version war es noch vorhanden.
Kann es sein das es am Template liegt ?
ich verwende das "Aphotic - K1.6.0 Dark (Template)von www.snilloconator.com/ das ja eigentlich für die 1,6 gemacht wurde.
In welcher php datei befindet sich denn der Code für das Karma ?
Gruß Henryk
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
was mich nur wundert ist das es bei der RC3 version da war.

Please Log in or Create an account to join the conversation.
also Stand der Dinge...
Habe den Test mit einem Standardtemplate gemacht... schaut gut aus, alles ist da.
Bei mein verwendeten Template sind sie auch da nur.... sind sie unsichtbar

Also sind sie vorhanden, nur die Icons sind nicht sichbar.
Nun habe ich die Stelle in der Template.css gefunden.
@Rich, kannst du dir die Stelle mal hier anschauen ?
Die rot markierten zeilen kommen mir etwas eigenartig vor...
#Kunena ul.kpost-profile li.kpost-username {font-size: 1.333em;}
#Kunena ul.kpost-profile li.kpost-usertype {}
#Kunena ul.kpost-profile li.kpost-avatar{}
#Kunena ul.kpost-profile li.kpost-userrank{}
#Kunena ul.kpost-profile li.kpost-userrank-img {}
#Kunena ul.kpost-profile li.kpost-userrank-img img{vertical-align: text-top;}
#Kunena ul.kpost-profile li.kpost-online-img{}
#Kunena ul.kpost-profile li.kpost-online-img img {vertical-align: text-top;}
#Kunena ul.kpost-profile li.kpost-karma {}
#Kunena li.kpost-karma span.kmsgkarma {
}
#Kunena span.kkarma-minus {
background: url("../../default/media/iconsets/profile/default/default.png") no-repeat 0px -294px; height: 14px;
width: 14px;
display: inline-block;
margin: -2px 0;
}
#Kunena span.kkarma-plus {
background: url("../../default/media/iconsets/profile/default/default.png") no-repeat 0px -313px; height: 14px;
width: 14px;
display: inline-block;
margin: -2px 0;
Please Log in or Create an account to join the conversation.
also ich habe nun alles was möglich ist getestet, Pfade umgeschrieben, Icons verschoben usw.. ,,, keinerlei Erfolg, ich bekomme die Icons + und - einfach nicht zu sehen.
Was mich noch wundert, das in diesem Fall der Pfad für die Icons (Karma) auf das "default-template" verweisen obwohl die Icons für das Aphotic - K1.6.0 Dark Template einen eigen Ordner habe wo alles enthalten ist.
Ich bin mit meinem Latain erst mal am Ende.

Vlielleicht kann da jemand weiterhelfen.
Gruß Henryk
Please Log in or Create an account to join the conversation.
- GOD Complex
-
- Offline
- New Member
- Posts: 3
- Thank you received: 1
Sag mal gibts einen Link zu deinem Forum?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- GOD Complex
-
- Offline
- New Member
- Posts: 3
- Thank you received: 1
#Kunena span.kkarma-plus {
background:url("https://www.racingcenterhamburg.de/components/com_kunena/template/default/media/iconsets/profile/default/default.png") no-repeat scroll 0 -313px transparent;
display:inline-block;
height:14px;
margin:-2px 0;
width:14px;
#Kunena span.kkarma-minus {
background:url("https://www.racingcenterhamburg.de/components/com_kunena/template/default/media/iconsets/profile/default/default.png") no-repeat scroll 0 -294px transparent;
display:inline-block;
height:14px;
margin:-2px 0;
width:14px;
}
Please Log in or Create an account to join the conversation.
Suuuuupi und aller besten Dank, es funzt !!!!
Ich mußte allerdings die änderung im "kunena.forum-min.css" und im "kunena.forum.css" machen, eigentlich logisch.
Was mir aber immer noch nicht nachvollziehen kann ist, das die Pfadangabe auf das defaulttemplate verweist.

gruß Henryk
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 2.0 and K 1.7 Archive
- [gelöst] Kein Karmabutton mehr vorhanden...