
Chuck Yocum
-
Total activity14
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions6
Activity overview
Latest activity by Chuck Yocum-
Chuck Yocum commented,
I want to group my fields into sections.------Security----- Field 1Field 2 Field 3 -----Blah------ Field 1 Field 2 Field 3 Is there any way to add a separator?
-
Chuck Yocum commented,
@D Hill. We are in the same boat. We have been looking for a replacement for Zendesk because of certain things like this. As a software developer myself this seems like a really really easy thin...
-
Chuck Yocum commented,
I think it is really crappy that I pay 10k a year and don't have a sandbox. I have some major integration that I have written but have to test it at 3am in the morning so I don't disturb the use...
-
Chuck Yocum commented,
@Simon First one was easy, I just put the code in there. Yes, I did have the domain changed to my actual domain. I have my Zendesk pretty extended out (Integrated with SalesForce, Moodle, and our ...
-
Chuck Yocum commented,
I have implemented this to show my Product for my request list The code that I have used is below <td><div id="{{id}}"></div><script>//alert("debugging - do we get here?");$.ajax({url: 'https://m...
-
Chuck Yocum commented,
I figured this out. What i did was set the ID to the nameof the section in the category.hbs when the sections are being created. in Javascript I check to see if that object exists using $(document)...
-
Chuck Yocum commented,
Where can i find $('.recent-activity-header'). in the documentation. I want to write other stuff but can't find the objects.
-
Chuck Yocum commented,
I am trying to show a blurb in the Category Page if a user is not part of the User Segment. Basically, all articles in that section are tied to that User Segment. So what ends up happening is t...