Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Top WallpaperFusion Members for September 2021Top WallpaperFusion Members for September 2021

October 1, 2021
Congratulations to our top contributing members for September 2021! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Grahame's profile on WallpaperFusion.com
2.
Abbie Larsen's profile on WallpaperFusion.com
3.
Images Azzaro's profile on WallpaperFusion.com
4.
Alan Wade's profile on WallpaperFusion.com
5.
A. J. Mullenders' profile on WallpaperFusion.com
6.
S_Sonic's profile on WallpaperFusion.com
7.
Mikelly's profile on WallpaperFusion.com
8.
DLJunkie's profile on WallpaperFusion.com
9.
Kirk Meyer's profile on WallpaperFusion.com
10.
Joseph Di Giovanni's profile on WallpaperFusion.com
JigsawMania
1.
Stinky's profile on WallpaperFusion.com
2.
B4DirectAccess1's profile on WallpaperFusion.com
3.
izann's profile on WallpaperFusion.com
4.
Aerfren's profile on WallpaperFusion.com
5.
Debbie Hintzer368178's profile on WallpaperFusion.com
6.
mwi133x's profile on WallpaperFusion.com
7.
bdagames' profile on WallpaperFusion.com
8.
Snooa's profile on WallpaperFusion.com
9.
SkylightMT's profile on WallpaperFusion.com
10.
Erkens' profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

Top WallpaperFusion Members for August 2021Top WallpaperFusion Members for August 2021

September 1, 2021
Congratulations to our top contributing members for August 2021! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Images Azzaro's profile on WallpaperFusion.com
2.
PhotosByYeatman's profile on WallpaperFusion.com
3.
Abbie Larsen's profile on WallpaperFusion.com
4.
Alan Wade's profile on WallpaperFusion.com
5.
Cup of Christ's profile on WallpaperFusion.com
6.
DLJunkie's profile on WallpaperFusion.com
7.
djunet julianto's profile on WallpaperFusion.com
8.
Kirk Meyer's profile on WallpaperFusion.com
9.
Judith Lane's profile on WallpaperFusion.com
10.
Joseph Di Giovanni's profile on WallpaperFusion.com
JigsawMania
1.
Stinky's profile on WallpaperFusion.com
2.
Mary MORGAN's profile on WallpaperFusion.com
3.
izann's profile on WallpaperFusion.com
4.
B4DirectAccess1's profile on WallpaperFusion.com
5.
Aerfren's profile on WallpaperFusion.com
6.
bdagames' profile on WallpaperFusion.com
7.
reneesmay's profile on WallpaperFusion.com
8.
SkylightMT's profile on WallpaperFusion.com
9.
Erkens' profile on WallpaperFusion.com
10.
mwi133x's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

CheckCentral API Documentation: createReport EndpointCheckCentral API Documentation: createReport Endpoint

August 23, 2021

The CheckCentral API provides an endpoint for adding reports programmatically. All of the configuration options are available through the API, detailed below. To add a new report through the API, you will require an API token for your organization with Read/Write access. Organization administrators can create tokens through the API portal on your dashboard.

The endpoint is located at https://api.checkcentral.cc/createReport/?apiToken=APITOKEN where the APITOKEN placeholder is replaced with your valid token. The request must be made with the Content-Type header set to application/json. The body of the request should contain the properties below to configure the new report's settings. Any properties not passed will be set to their default value.

For example, to add a new report you could send the following json in the body of the request:

Code

{
  "name": "Some Report",
  "email": "person@myorg.realdomain",
  "accessLevel": "User",
  "sendWelcomeEmail": true,
  "userGroups": [
    "userGroupID"
  ],
  "notifications": [
    { 
        "type": "failures",
        "services": [
            "sms",
            "push"
        ]
    }
  ]
}

The report data must include a name property as well as any data required to generate the report such as check group IDs or dashboard IDs.

The complete list of possible properties for report creation are as follows:

Report Structure

Parameter Type/Allowed Values Default

name

The name of the new report.

The name parameter is required.

String

report_type

The type of the new report.

The report_type parameter is required.

One of:

  • dashboard
  • checkgroup
  • check
  • activity
  • stats
  • digest

description

A text description of the report. The description will be included in the body of emails delivering the report.

String/td>

source

The name for the new user.

String

format

The output format for the report. Different report sources allow for different formats.

One of:

  • html
  • pdf
  • csv (activity and stats only)
For digest reports, the format will always be set to embedded.

filename

Set an optional filename to use for the report. Reports will be generated with a default filename that includes the date of the report and information such as the report type and content.

String

content

Pass a json object to configure what content CheckCentral will include in the report.

ReportContent {}

ReportContent

Parameter Type/Allowed Values Default

check

Pass a check ID to to use for the report. The check parameter is valid for activity, check, and stats reports. Only one of check and checkgroup may be configured for activity and stats reports.

String

The check parameter is required for check reports.

checkgroup

Pass a checkgroup ID to use for the report. The checkgroup parameter is valid for activity, check group, and stats reports. Only one of check and checkgroup may be configured for activity and stats reports.

String

[]

Top WallpaperFusion Members for July 2021Top WallpaperFusion Members for July 2021

August 3, 2021
Congratulations to our top contributing members for July 2021! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Images Azzaro's profile on WallpaperFusion.com
2.
DLJunkie's profile on WallpaperFusion.com
3.
Mikelly's profile on WallpaperFusion.com
4.
Kirk Meyer's profile on WallpaperFusion.com
5.
NASA's profile on WallpaperFusion.com
6.
Judith Lane's profile on WallpaperFusion.com
7.
Alan Wade's profile on WallpaperFusion.com
8.
Daniel Parker's profile on WallpaperFusion.com
9.
Joseph Di Giovanni's profile on WallpaperFusion.com
10.
djunet julianto's profile on WallpaperFusion.com
JigsawMania
1.
Stinky's profile on WallpaperFusion.com
2.
Mary MORGAN's profile on WallpaperFusion.com
3.
Aerfren's profile on WallpaperFusion.com
4.
Unkn0wn_t0_all's profile on WallpaperFusion.com
5.
SkylightMT's profile on WallpaperFusion.com
6.
izann's profile on WallpaperFusion.com
7.
B4DirectAccess1's profile on WallpaperFusion.com
8.
a162's profile on WallpaperFusion.com
9.
bdagames' profile on WallpaperFusion.com
10.
twisted sister's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

DisplayFusion 10.0 Beta 3 Now Available!DisplayFusion 10.0 Beta 3 Now Available!

July 14, 2021

We're very excited to announce that DisplayFusion 10.0 Beta 3 is now available for download! This version fixes a few issues related to the Windows 11 insider build. We have a long list of things for Windows 11 and we're working through them.

DisplayFusion 10.0 Beta 3 Highlights

  • Fix: Some minor Windows 11 fixes (we're still working through the full list)

Updating DisplayFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the DisplayFusion Beta Change Log.

ClipboardFusion 5.9.1 Beta 2 Now Available!ClipboardFusion 5.9.1 Beta 2 Now Available!

July 7, 2021

We're very excited to announce that ClipboardFusion 5.9.1 Beta 2 is now available for download! This version fixes a couple of minor issues and improves Macro start times.

ClipboardFusion 5.9.1 Beta 2 Highlights

  • Change: Macros are now pre-compiled for faster first runs
  • Change: More frequent forced garbage collection to improve memory usage
  • Fix: Clipboard Manager no longer flashes when closing
  • Fix: Cinema 4D no longer crashes when ClipboardFusion is running

Updating ClipboardFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the ClipboardFusion Beta Change Log.

Enabling Integration with External Ticketing SystemsEnabling Integration with External Ticketing Systems

July 6, 2021
CheckCentral notifies you of the status of your system and server backup jobs, but integration with ticketing systems enables automatic ticket management. CheckCentral currently supports integration with Atera, Autotask, Bugzilla, ConnectWise Manage, Freshdesk, GitHub, GitLab, HaloPSA, Jira Service Management, Jira Software, Kaseya BMS, Microsoft To Do List, Redmine, SyncroMSP, and Zendesk (with more to come).
External Ticketing Systems
Ticket creation, updates, and closing is all managed when integrating a ticketing system with CheckCentral.
The automated management include the following events:
  • Failure or Warning statuses will create new tickets.
  • Subsequent Failures or Warnings will update the ticket.
  • A return to the Success status will close the ticket.
Note: Manager or Administrator privileges are needed to add external ticketing systems to your CheckCentral organization.
Log into your CheckCentral.
On the main menu, click "Notifications," then "External Ticketing System."
Menu
Click "Add Ticketing System."
Add Channel
Click on your ticketing system.
Ticketing Systems
Follow the directions from the prompt to fill in the necessary fields. These options/requirements will vary based on the ticketing system.
Ticketing Configuration Detail
By default "All Check Groups" is enabled. To use the ticketing systems for select Check Groups, disable the "All Check Groups" checkbox and click the field below. Choose one or more groups from the populated list.
Check Groups
With the "Enable this external ticketing system" checkbox enabled, click the "Save" button.
For a more detailed guide on integrating a ticketing system, including customer import and asset ID integration, see HaloPSA Integration.

Top WallpaperFusion Members for June 2021Top WallpaperFusion Members for June 2021

July 2, 2021
Congratulations to our top contributing members for June 2021! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Alan Wade's profile on WallpaperFusion.com
2.
Images Azzaro's profile on WallpaperFusion.com
3.
DLJunkie's profile on WallpaperFusion.com
4.
Mikelly's profile on WallpaperFusion.com
5.
Judith Lane's profile on WallpaperFusion.com
6.
Joseph Di Giovanni's profile on WallpaperFusion.com
7.
Kirk Meyer's profile on WallpaperFusion.com
8.
Daniel Parker's profile on WallpaperFusion.com
9.
Joe D's profile on WallpaperFusion.com
10.
michael oakes5's profile on WallpaperFusion.com
JigsawMania
1.
Mary MORGAN's profile on WallpaperFusion.com
2.
Stinky's profile on WallpaperFusion.com
3.
Aerfren's profile on WallpaperFusion.com
4.
B4DirectAccess1's profile on WallpaperFusion.com
5.
Unkn0wn_t0_all's profile on WallpaperFusion.com
6.
a162's profile on WallpaperFusion.com
7.
Erkens' profile on WallpaperFusion.com
8.
bigwil335's profile on WallpaperFusion.com
9.
bdagames' profile on WallpaperFusion.com
10.
izann's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

DisplayFusion 10.0 Beta 2 Now Available!DisplayFusion 10.0 Beta 2 Now Available!

June 18, 2021

We're very excited to announce that DisplayFusion 10.0 Beta 2 is now available for download! This version fixes a couple of regressions from Beta 1.

DisplayFusion 10.0 Beta 2 Highlights

  • Change: Disabled auto-detection for the taskbar hooking workaround and move it to an advanced setting
  • Fix: Resolved an issue that prevented some scripted functions from running

Updating DisplayFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the DisplayFusion Beta Change Log.

DisplayFusion 10.0 Beta 1 Now Available!DisplayFusion 10.0 Beta 1 Now Available!

June 17, 2021

We're very excited to announce that DisplayFusion 10.0 Beta 1 is now available for download! The code editor for scripted functions is greatly improved in this version, and we've fixed a few minor bugs as well.

DisplayFusion 10.0 Beta 1 Highlights

  • Change: Much improved code editor for scripted functions.
  • Fix: Windows 10 21H1 has a bug where the system tray icons and clock get messed up under these conditions: News and Interests button disabled with display scaling higher than 100%. To prevent this, DisplayFusion will no longer hook the taskbar when those conditions are detected.
  • Fix: Chris TV app should now be correctly detected as full screen.
  • Fix: Cinema 4D no longer crashes when DisplayFusion is running.
  • Fix: Resolved an issue with logins for the Dropbox wallpaper plugin.

Updating DisplayFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the DisplayFusion Beta Change Log.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899