News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Question - White Collapsing Arrow

Started by dapaq2, September 28, 2016, 11:10:06 PM

Previous topic - Next topic

dapaq2

Group,

Can anyone tell me if there is any way to disable/hide the White "UP" or Collapsing Arrow that is located in the upper right hand corner that allows one to collapse and make the Hello "User Name" and some other items disappear from the top portion of the forum? Hoping there is a way to disable the arrow via the admin control panel vs manually modifying code, if possible?

Thank you,
Doug

Sir Osis of Liver

Not an option, you have to edit the code.

index.template.php

Find this -



// Define the upper_section toggle in JavaScript.
echo '
<script type="text/javascript"><!-- // --><![CDATA[
var oMainHeaderToggle = new smc_Toggle({
bToggleEnabled: true,



Change to this -



// Define the upper_section toggle in JavaScript.
echo '
<script type="text/javascript"><!-- // --><![CDATA[
var oMainHeaderToggle = new smc_Toggle({
bToggleEnabled: false,

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Advertisement: