Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Peter Konstantakos Friend
    #129796

    In ja_vars for Joomla 1.0.15 the setting for the user tools is:

    # Show user tools

    $_params->set(JA_TOOL_USER, 6); //0: disabled; 2: enabled

    Where is the 6 coming from? Also I can not turn them off

    Help please. Thanks

    Peter

    stuart29 Friend
    #254240

    <em>@Konstantakos 59856 wrote:</em><blockquote>In ja_vars for Joomla 1.0.15 the setting for the user tools is:

    # Show user tools

    $_params->set(JA_TOOL_USER, 6); //0: disabled; 2: enabled

    Where is the 6 coming from? Also I can not turn them off

    Help please. Thanks

    Peter</blockquote>
    if i am correct here do you mean the 6 from this code $_params->set(JA_TOOL_USER, 6)

    if so its just the position in the template user6 i think

    you can turn them all off by going to administrator/template manager on the right there is the settings for the user tools at the bottom make sure Display template tool is set to no display and also under neath that make sure Show Component is set to no and you will also have to unpublish the user login module aswell under module manager

    Peter Konstantakos Friend
    #254242

    No that is from Joomla version 1.0.15 not 1.5.3

    This code is from the template configuration file. This “JA_TOOL_USER” means the user tools at the top of the page. The variable/number should be a 0 or a 1

    Peter Konstantakos Friend
    #254243

    Nevermind I get now. you always see the orange thing on the top right because the login module is there

    stuart29 Friend
    #254252

    you could always comment out the orange thing in the css line number 1075 in template.css under

    #ja-hp-switch
    float: right;
    display: none;
    cursor: pointer;
    background: url(../images/hpanel-bg.png) no-repeat top; [ comentthis line out ]
    color: #FFFFFF;
    width: 35px;
    height: 30px;
    text-indent: -5000px;
    margin-right: 15px;

    Peter Konstantakos Friend
    #254273

    That’s what I ended up doing. Just had to think it through. Look for my next post because this affects everyone.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Peter Konstantakos 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum