• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Deploying a single snapin to a group

Scheduled Pinned Locked Moved
FOG Problems
2
2
1.2k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    timcough
    last edited by Feb 23, 2012, 4:29 PM

    Greetings!
    In version .28, I was able to add the functionality to get a single snapin to a group. With version .32, I was thinking that if I added the following code to tasks.advanced.include.php, it would work again:
    [PHP]
    <tr>
    <td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
    <td><p><?php print _(‘This option allows you to send a single snapin to a group without imaging the computers. (Requires FOG Service to be installed on client)’); ?></p></td>
    </tr>[/PHP]

    This didn’t work. I have scoured the tasks.confirm.include.php looking for the reason why this isn’t working without any success. Does anyone have any thoughts?

    -Tim
    [email]tim@doze.net[/email]

    1 Reply Last reply Reply Quote 0
    • J
      Jim Brown
      last edited by Apr 2, 2012, 1:46 PM

      This code worked for me.
      <tr>
      <td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
      <td><p><?php print _(‘This option allows you to send a single snapin to a host. (Requires FOG Service to be installed on client)’); ?></p></td>
      </tr>

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        Last post

      156

      Online

      12.0k

      Users

      17.3k

      Topics

      155.2k

      Posts
      Copyright © 2012-2024 FOG Project