- Posts: 24
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question [Gelöst] Wie entferne ich Buttons ?
Please Log in or Create an account to join the conversation.
echo " " . $msg_reply;
Kommentiere sie aus (notfalls samt If Abfrage) oder lösche sie (mach vorher ein Backup der Datei und teste
Report to moderator (du nutzt demnach noch das englische Sprachfile samt englischer buttons). Such nach dem Text Report to Moderator in der kunena.english.php und lösche nur den Text "Report to Moderator" sonst nix.
Editiere deine Kunena.forum.css
und suche diesen code
span.fb_message_informMarkUp {
background:#f7f7f7;
height: 16px;
border-left:1px dotted #CCC;
border-right:1px dotted #CCC;
border-top:1px dotted #CCC;
padding:2px 5px 2px 5px;
margin-left: 3px;
font-size:xx-small;
color:#666666;
}
änder ihn in
span.fb_message_informMarkUp {
background:transparent url(images/deinegrafik.jpg) no-repeat scroll left bottom;
border-left:0;
display:inline-block;
height:16px;
width:xxpx;
padding:2px 5px 2px 5px;
margin-left:3#px;
}
in width: xx px musst du die Breite deiner Grafik angeben
in height die höhe
und deineGrafik.jpg mit dem Namen deiner Datei umbenennen.
Das müsst eigentlich klappen, aber ohne Garantie ^^
Deine Grafik musst du in den Ordner images deines Templates speichern.
Eventuell sehen padding und margin bei dir anders aus, übernimm die Werte aus deiner CSS
Please Log in or Create an account to join the conversation.
Danke Lintzy...Buttons sind nun weg !
Nur finde ich die kunena.english.php nicht :dry:
Habe noch Kunena 1.0.8 mit default_ex Template.
Danke nochmal :knuff:
Please Log in or Create an account to join the conversation.
Unter administrator / components / com_kunena/ language
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hast du es mal in anderen Browsern gecheckt, ob z.B. es auch im IE und Opera angezeigt wird? Bin immer noch ein bisschen skeptisch, oder einen Link posten, ich hab ein paar unterschiedliche Browser installliert.
Please Log in or Create an account to join the conversation.