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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Sticky [Merged topic] Hiding the profile box at the top of the page (Blue Eagle template)
14 years 8 months ago #102801
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Hiding the profile box at the top of the page in default template?
I'm not familiar with Safari (I don't use a Mac) but there are probably developer tools that you can use with it (
developer.apple.com/technologies/safari/developer-tools.html
). So, if you're more comfortable using Safari with those tools, then use them. Firebug is a tool that's used with Firefox. Google Chrome has it's own tools set and so does Internet Explorer. it doesn't matter.
When I use Firebug I do not see the template that you referred to loaded by your webpage. That's what you need to address. You need to add the necessary CSS overrides to whatever CSS files are loaded. That's what we're talking about on the FAQ page (see the FAQs tab on the Kunena menu at the top of this page).
The forum here at www.kunena.org is a community-driven, self-help resource. Self-help means just that. On the other hand, we understand that some people are also not equipped with many skills associated with webcraft that many of us have taken years to acquire (and I'm not saying that I'm an expert, by any means) but if you can't help yourself there are also plenty of other ways that you can obtain that help ... although it may mean that you have to pay someone else to do it. Our main task here it to show you ways that you can make Kunena work. If you don't like the standard template, the standard features that come "out of the box", that's a different question and, ultimately, that's something you have to deal with on your own terms.
When I use Firebug I do not see the template that you referred to loaded by your webpage. That's what you need to address. You need to add the necessary CSS overrides to whatever CSS files are loaded. That's what we're talking about on the FAQ page (see the FAQs tab on the Kunena menu at the top of this page).
The forum here at www.kunena.org is a community-driven, self-help resource. Self-help means just that. On the other hand, we understand that some people are also not equipped with many skills associated with webcraft that many of us have taken years to acquire (and I'm not saying that I'm an expert, by any means) but if you can't help yourself there are also plenty of other ways that you can obtain that help ... although it may mean that you have to pay someone else to do it. Our main task here it to show you ways that you can make Kunena work. If you don't like the standard template, the standard features that come "out of the box", that's a different question and, ultimately, that's something you have to deal with on your own terms.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 8 months ago #102805
by gamin55
Replied by gamin55 on topic Re: Hiding the profile box at the top of the page in default template?
Thank you for all your help. I am going to look in the Mac tools if not, I will use firebug. Could you be so kind and point me where I can get the instructions on doing an FTP connection? I had a bit of hard time finding the instructions. Thanks again!
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #102808
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Hiding the profile box at the top of the page in default template?
I'm not sure I understand your question about using a FTP connection. This is a fairly basic tool that's used in website maintenance (in other words, this is not specifically about Kunena) and there are probably many good tutorials on the internet if you use Google to search for them. This question seems to me to be off-topic to the original question you asked if I correctly understood you.
There are also many good books that will teach you the fundamentals of using Joomla and, by extension, using web developer's tools and some of them are mentioned at the end of the article K 1.6 Installation Guide .
There are also many good books that will teach you the fundamentals of using Joomla and, by extension, using web developer's tools and some of them are mentioned at the end of the article K 1.6 Installation Guide .
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 8 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- TravelTimmy
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
14 years 4 months ago #112841
by TravelTimmy
Replied by TravelTimmy on topic K 1.7 Remove Profile Box entirely
I have read the other threads on this topic and tried the suggested solution to remove the Profile Box entirely. I have posted the following lines of code.....
#Kunena table.kprofilebox {
display:none;
}
..... to the end of each of the following files:
/components/com_kunena/template/default/css/kunena.forum.css
and my Joomla Beez_20 site template: css/template.css
.....and it doesn't disappear. Is this still the proper fix for this in Kunena version 1.7.1 ?
Thanks in advance for suggestions-
Tim
#Kunena table.kprofilebox {
display:none;
}
..... to the end of each of the following files:
/components/com_kunena/template/default/css/kunena.forum.css
and my Joomla Beez_20 site template: css/template.css
.....and it doesn't disappear. Is this still the proper fix for this in Kunena version 1.7.1 ?
Thanks in advance for suggestions-
Tim
Please Log in or Create an account to join the conversation.
14 years 4 months ago #112847
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: K 1.7 Remove Profile Box entirely
G'day, TravelTimmy, and welcome to Kunena.
No, despite what you may have read, you do not add those lines to the file ../components/com_kunena/template/default/css/kunena.forum.css. If you want to change the way that your forum works, you add the lines to the end of your Joomla template CSS file (the Beez20 one). This is explained on the FAQs page (see the menu tab above this forum) and, yes, this is the proper fix for any version of Kunena after K 1.6. Does that help?
No, despite what you may have read, you do not add those lines to the file ../components/com_kunena/template/default/css/kunena.forum.css. If you want to change the way that your forum works, you add the lines to the end of your Joomla template CSS file (the Beez20 one). This is explained on the FAQs page (see the menu tab above this forum) and, yes, this is the proper fix for any version of Kunena after K 1.6. Does that help?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- TravelTimmy
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
14 years 4 months ago #112870
by TravelTimmy
Replied by TravelTimmy on topic Re: K 1.7 Remove Profile Box entirely
Aha! Now I found it. I added the code to the end of the following css file and it seems to work:
Editing file "css/general.css" in template "beez_20"
I was adding it to the wrong beez_20 css file (there's about 20 of them to pick from). Thanks for the help!
Tim
Editing file "css/general.css" in template "beez_20"
I was adding it to the wrong beez_20 css file (there's about 20 of them to pick from). Thanks for the help!
Tim
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds