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.

Question How Do I Get Rid of the Welcome Box?

More
16 years 1 month ago #44084 by GoremanX
How do I make it so the Greeting box at the top of the forum isn't displayed? I'm referring to the one that contains the following:

(picture of avatar)Welcome, GoremanX
Show Latest Posts | My Profile | Logout | Advanced Search


I already have all this info displayed as part of the site.

Thanks,

THE place to discuss photography!
www.friendlyphotozone.com

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

More
16 years 1 month ago #44086 by GoremanX
btw, I temporarily fixed this by adding the following to the kunena.forum.css file:

#Kunena table.fb_profilebox {
display: none;
}

But I'd prefer to not have to process that block at all.

THE place to discuss photography!
www.friendlyphotozone.com

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

More
16 years 1 month ago #44090 by Cerberus
you just answered ur own question thats how u do it lolol

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

More
16 years 1 month ago #44094 by sozzled
GoremanX wrote:

I'd prefer to not have to process that block at all.

There is a principle in management referred to as the "Law of Diminishing Returns" (Google for it, if you want more information) which basically says "you reach a point where the amount of effort you put in to fix a problem is considerably more than the value of that investment."

If a web page takes 2/100ths of a second to load everything, removing one small thing will not save even 1/100th of a second. You might save a few thousandths of a second, but neither you, nor your users will notice any difference.

Leave the processing alone. It's simply not worth the trouble to figure out how to bypass a dozen lines of code.
The following user(s) said Thank You: neebrad

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

Time to create page: 0.211 seconds