Questions tagged [jive]

Social media software for businesses.

More information available here.

54 questions
1
vote
0 answers

Issue with depencies while running maven build, how can I fix it?

I am trying to build Java project with Maven, but got stuck with this error. I've tried mvn -U clean install, tried getting repository folder from my colleagues, but nothing helps. Here is the error message. It seems that there is no needed…
Caitiff
  • 11
  • 4
1
vote
1 answer

JIVE API GET request returns null for values

I can't seem to access any of the values in my Jive API response. This is what I've got so far, which works. I just need to get the values, but seem to be returning null every time I try to access them. When I iterate the object, I can access the…
user12501650
1
vote
1 answer

Google App Script Silently fails to POST, Curl Works

Curl is posting but Google AppScript is not with the same credentials. Am trying to get google app script to post the current document as html content to a new Jive Document // The following curl command works flawlessly curl -u…
1
vote
1 answer

Uploading Videos using Jive REST API

I am using Jive REST API to upload video. Based on the Jive REST documentation, I am following the process to submit the request. POST: https://{Community_Url}/api/core/v3/contents Body (JSON format): { "content": { "type":…
1
vote
2 answers

Insert an HTML file into a JSON file value using JQ

Goal My goal is to push HTML content to the Jive content-management platform using the Jive API and a cURL command. Current status I can do this successfully but my process is manual. I want to further automate by scripting the insertion of the HTML…
hcdocs
  • 1,078
  • 2
  • 18
  • 30
1
vote
0 answers

Unable to get success response from ajax and getting JQuery not defined on submit in firefox and IE

This code is used on Jive tool to post the data to some server. But this is not happening.The code is unable to get success message in firefox and IE but receiving : Reference error: $j is not defined. Due to some jquery conflict. After adding the…
Gani
  • 422
  • 1
  • 8
  • 16
1
vote
1 answer

JQuery Why my array.every is not a function?

I want to know why my array.every is not a function, im searching for hours but i dont understand why it is not. Can someone help me ? function controlUserInput(inputText, appLang) { const regex = /\$[^$]*\$/gm; const str =…
1
vote
1 answer

Web application is going down, After I start taking MYSQL dump

Tried to push the process to background on linux and also tried with -q command: mysqldump -q -u root -p root database_name > dumpName.sql doesn't seems to be useful.
Gani
  • 422
  • 1
  • 8
  • 16
1
vote
1 answer

Wpf WebBrowser control showing html source and not rendering page

I'm doing a WPF application that requires an OAuth login so I'm using a WebBrowser Control to make the authentication part. When I navigate to the login page everything works fine and the page is rendered correctly. When I fill my credentials and…
Pedro Figueiredo
  • 2,146
  • 1
  • 14
  • 15
1
vote
1 answer

Angularjs remove line of response data before JSON eval

I am having a serious issue with Angularjs and jQuery with this particular REST API. I am not in the same domain as said API, and can get the data back, however I am getting a "SyntaxError: invalid label "name" :{" error. If I were to do something…
Chris D.
  • 47
  • 7
1
vote
3 answers

How to include external javascript and css files in .ftl file

I want to include certain js and css files from a server in the .ftl file. I tried by giving <@resource.javascript file="http://servername..."> and <#include "http://servername..."> but none worked.
surm
  • 167
  • 2
  • 11
1
vote
1 answer

Jive - Get current blog post from app

I'm developing an app which has a Content Action and an !app Action. I would like to get via javascript (i.e. Open Social API I suposse...) the current user (I got it!) and the current blog post (blogpost id) from both actions. Is it possible? Thank…
Rafa Romero
  • 2,667
  • 5
  • 25
  • 51
1
vote
1 answer

Load external JS that has document.write inside Angular partial

I am new to angular and we have a single page app built using angular. We want to have threaded discussions for every content we have. For this we are planning to integrate with Jive. Jive provides a way to embed discussions from jive on another…
whippits
  • 251
  • 2
  • 13
1
vote
2 answers

Jive 7: How to change profile data / action?

I am writing a plugin for Jive (SBS) 7 and want to add more data to the template for the user profile Overview page (i.e. /people/admin ). In Jive 6 I did overwrite the profile path in struts and added my own ViewProfile action. But this action…
mmlac
  • 1,091
  • 1
  • 9
  • 24
1
vote
1 answer

Jive 5.0 Current Profile Image

I am currently trying to export profile images from the Jive 5.0 database. I have the postgre query that pulls the images. But I am having difficulties in determining which image is the currently selected image for that profile. select * from…
TalonMcShay
  • 316
  • 3
  • 9