-
Re: URL to access "invite people to join group" link in Jive 602
scottnoring Sep 17, 2013 8:17 AM (in response to nisha)Nisha, did you make any progress with this or find any helpful information since this did not get a reply?
-
Re: URL to access "invite people to join group" link in Jive 602
nisha Oct 3, 2013 3:49 AM (in response to scottnoring)Hi Scott, We dint get any solution for this so we have removed the link from HTML widget. Please let me know if you get any workaround solution to this.
Thanks,
Nisha
-
-
Re: URL to access "invite people to join group" link in Jive 602
mcollinge Oct 3, 2013 4:22 AM (in response to nisha)To do this in 6.0.3, we've altered our join links to use a small amount of script, e.g.
onclick="$j('#jive-link-joinSocialGroup').trigger('click');return false;"
That'll automatically make them join the group they're currently on. We have a widget that doesn't strip out script, so that's how this works for us. Not sure if you have the same thing available.
-
Re: URL to access "invite people to join group" link in Jive 602
April Jacobs Jan 20, 2014 10:31 AM (in response to mcollinge)Hi Matt,
This isn't working for me. Is there other code that belongs in the widget?
-
Re: URL to access "invite people to join group" link in Jive 602
mcollinge Jan 21, 2014 3:10 AM (in response to April Jacobs)I can't tell without knowing how you've implemented it; are you using a widget that doesn't strip out JavaScript? Are you doing it on the Group overview page where the Join Social Group link is on-screen? What's the error it gives in the JavaScript console?
-
-