Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: resolutegamer9 on December 07, 2017, 04:45:57 AM

Title: Removing extra User Info From a Theme
Post by: resolutegamer9 on December 07, 2017, 04:45:57 AM
I'm using the latest version of SMF along with the theme Bad Company 3 theme, by Akyhne (Bad_Company_3_2.0).
I want to disable or remove the "User Info" Option for Login/Register/Info from the theme..
Can anyone guide me through the process?

P.S: Added a SS of which part i am particularly mentioning !
Title: Re: Removing extra User Info From a Theme
Post by: Shambles on December 07, 2017, 06:36:10 AM
Probably better asking in the support topic for that theme ;)

https://www.simplemachines.org/community/index.php?topic=440062.0
Title: Re: Removing extra User Info From a Theme
Post by: -Rock Lee- on December 07, 2017, 07:23:05 AM
Using the elmentos inspector on the zone that you want to edit you can quickly remove the variables you must delete, if not, you must edit the file boardindex.php for what you want to achieve ...


Regards!
Title: Re: Removing extra User Info From a Theme
Post by: Sir Osis of Liver on December 07, 2017, 03:31:19 PM
No, header login is in index.template.php, pretty simple to remove the entire block.  Will have a look soon as get a minute.


Ok, here's the simplest way to remove it -

index.css



div#upper_section div.user
{
width: 50%;
float: left;
overflow: auto;
display: none;
}



Your members may not like this (I don't), because the theme uses a split menu, login button is off in upper right corner.  Last forum I worked on that ran this theme, I dropped it back to main menu, where it's easier to find.