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)

More
14 years 10 months ago - 14 years 10 months ago #97776 by sozzled
See msg #11 in this topic. No need to change PHP. Just add three lines of CSS to your Joomla site template.
Last edit: 14 years 10 months ago by sozzled.

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

More
14 years 10 months ago #97836 by dennnis89

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

More
14 years 8 months ago #102758 by gamin55
Replied by gamin55 on topic HIde Welcome User Screen
Hi,

How would I hide the "Welcome User" screen (below):





Thanks!

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 3000 seconds | Max execution memory: 512M | Max file upload: 200M

This message contains confidential information

Joomla default template details : beez_20 | author: Angie Radtke | version: 1.7.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

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

More
14 years 8 months ago - 14 years 8 months ago #102774 by gamin55
Hello,

I read the topic trail. I added the 3 lines at the end of my css/template "beez_20" file as below:


/**
* @version $Id: template.css 20075 2011-01-04 12:24:47Z infograf768 $
* @author Design & Accessible Team ( Angie Radtke )
* @package Joomla
* @subpackage Accessible-Template-Beez
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/


body
{
background: #fff;
color: #000000;
font-size: 100.1%;
padding: 0px;
text-align: center;
}

body.contentpane {
width:auto;
margin:10px;
text-align: left;
}
img { border: 0 none; }

#Kunena table.kprofilebox {
display:none;
}


And it didn't remove the profile box from the top. Something that I am not doing right? thx.
Last edit: 14 years 8 months ago by gamin55.

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

More
14 years 8 months ago - 14 years 8 months ago #102779 by sozzled
Which file, specifically, did you change? I can't see this changes rule on your website. Use Firebug for Firefox to see what CSS files are being loaded.

You also have not published your Kunena menu (maybe that's the way you want it ... I don't know). :unsure:
Last edit: 14 years 8 months ago by sozzled.

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

More
14 years 8 months ago #102799 by gamin55
Hi,

I read your article and the mention of firebug. However, I use a Mac and have Safari and prefer not to install firefox but if I must, then I must.

They way I update the template CSS file was: from Joomla Admistration Extensions\template manager\templates\beez_20\Edit css/template.css

See pic below.



THanks!

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

Time to create page: 0.245 seconds