Forum Activity for @dazed

Dazed
@dazed
11/13/13 08:44:34AM
1,022 posts

We are now live!


Announcements

"We Are Now Live!" - Funny I did not feel dead!

Nice job all :)
Dazed
@dazed
11/12/13 06:00:11PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

Thanks Steve!
Dazed
@dazed
11/12/13 05:03:22PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

ok I found it in the config.php. I do not think I can use this in a tpl. Maybe I will see if the li will work better.

    // Enabled
    $_tmp = array(
        'name'     => 'enabled',
        'type'     => 'checkbox',
        'default'  => 'off',
        'validate' => 'onoff',
        'label'    => 'enable analytics',
        'help'     => 'If this option is checked, the Google Analytics tracking javascript will be inserted into pages on your site',
        'order'    => 1
    );
    jrCore_register_setting('jrGoogleAnalytics',$_tmp);
Dazed
@dazed
11/12/13 04:54:57PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

Hey Brian - you are probably right. I was thinking it was something else but it might be as simple as li tags. I am using dhtml-goodies now which is js based. What I was wanting to see is the specific code in the acp like what is under global config for example you have the question mark that when clicked you get the drop down explanation.
Dazed
@dazed
11/12/13 04:44:11PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

ProJam. Are you looking at menu drop downs?
Dazed
@dazed
11/12/13 04:38:30PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

not seeing it in the header. I pulled this using firebug. Ring a bell to anyone?

<input type="button" value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_system_name').slideToggle(250);">

updated by @dazed: 11/12/13 04:38:55PM
Dazed
@dazed
11/12/13 04:33:02PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

Thanks Brian. I am using the old stuff from PJ and it kind of stutters when you open it.
Dazed
@dazed
11/12/13 04:28:27PM
1,022 posts

Create New Post Icon


Using Jamroom

I can find cosmetic issues with the best of them lol
Dazed
@dazed
11/12/13 04:24:53PM
1,022 posts

Admin Drop Down Menu Code


Using Jamroom

So in multiple areas in JR5, there is the nice drop down help areas. Click the expand button and it drops down. I want to use that code on some other areas of my site in the skin. Will I need to link to any js for this to work in a skin?

Also where can I find this code? I am guessing this might all be in the php core files?

Thanks

updated by @dazed: 12/17/13 08:00:42AM
Dazed
@dazed
11/12/13 04:20:04PM
1,022 posts

Create New Post Icon


Using Jamroom

I just realized that in order to add a new post in here, it uses the gear which is typically the edit icon. What happened to the universal plus button? :)
updated by @dazed: 12/15/13 07:34:38AM
  92