
Rob Levin
-
Gesamtaktivitäten10
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von1 Benutzer
-
Stimmen0
-
Abonnements4
Aktivitätsübersicht
Neueste Aktivität von Rob Levin-
Rob Levin hat einen Kommentar hinterlassen
Yeah, one last thing I got back from ZD which is at least worth considering: "For each Template type, you modify the code to suit that page. So, for example, on the Home page, you use: function get...
-
Rob Levin hat einen Kommentar hinterlassen
Ok, ZD got back and it doesn't appear that there's an available global/advanced helper for this so that hack is probably only way for page type. That said, it's probably better to use something lik...
-
Rob Levin hat einen Kommentar hinterlassen
Also, if it's the "home page", you won't get the "type" in that array, so I had to hack this in. What's even more troubling is this won't likely work on some other page type I'm not yet aware of be...
-
Rob Levin hat einen Kommentar hinterlassen
I'd be really curious if this is the "best way" to do this. It would be preferable for zendesk to expose this from a helper. Obviously, if they change their URL format/positioning, this whole thing...
-
Rob Levin hat einen Kommentar hinterlassen
I'm cross posting this as I think the js solution is bloated and fragile. Just use CSS: .recent-activity-item:nth-of-type(1n+4) {display: none;} Of course I'm using the list item class for recent ...
-
Rob Levin hat einen Kommentar hinterlassen
There are several pages that come up regarding this search-box customization and I really felt that the information does not address that if you jquery in the customized placeholder text on documen...