Forum Activity for @michael

michael
@michael
09/23/16 04:37:48PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

Could you re-confirm your "Client Secret" is correct please, It looks much much longer than my one.
ACP -> MODULES -> PROFILES -> VIMEO -> GLOBAL CONFIG -> CLIENT SECRET

On the stitchingbuddhas.com ACP

--edit--

Docs: "Vimeo"
https://www.jamroom.net/the-jamroom-network/documentation/modules/294/vimeo

--edit edit--
It might be right, I just created a new app and its got a much longer key. Will test with this.
updated by @michael: 09/23/16 04:41:43PM
michael
@michael
09/23/16 04:28:27PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

LesRinchen:....But I'm trusting there's no risk posed by having the API key unrestricted. Please tell me if I'm wrong....
Just don't paste it anywhere public and it will be fine.

Imported videos are displayed from info in the database. What you're trying to do when ADDING a video is different, that is being done via vimeo's API and if its failing the main reason would normally be the API key is wrong.


You should add your test site to your vimeo list too if thats where your testing from.

--edit--
What we need to do is figure out why the jamroom module that talks to vimeo isnt gettting a response when it asks vimeo questions.

Hoping vimeo would tell us that somewhere.
updated by @michael: 09/23/16 04:35:23PM
michael
@michael
09/23/16 12:31:50AM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

Can you open your google account and see if there are any messages from google that might explain why the data is not being returned.

Looking for something like "You have reached your limit" or anything like that.
michael
@michael
09/22/16 11:49:02PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

Looking into why now. Somethings strange.
michael
@michael
09/22/16 10:14:38PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

Where you have entered your youtube and vimeo keys, make sure there is not a space character at the beginning or the end.

It looks like there a space is the cause of those issues in your activity log.

--edit--
Youtube:
ACP -> MODULES -> PROFILE -> YOUTUBE -> GLOBAL CONFIG -> Youtube v3 API Key
updated by @michael: 09/22/16 10:21:17PM
michael
@michael
09/22/16 09:34:58PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

That youtube video works for me. The vimeo one shows a page not found. Guessing that means its a private video.

Can I make a test account on your site to test with?
michael
@michael
09/22/16 07:34:51PM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

That URL looks awfully suspicious.

https://youtub.be/ZoQCp5V-uu0

When I click on it it doesnt take me to youtube. every time I end up on some unrelated advertising page.

Could you paste in the destination page that has the youtube you want to display on it please.
michael
@michael
09/22/16 05:05:34PM
7,832 posts

Editing Activity Timeline


Design and Skin Customization

@joanna, If I'm understanding what you're after, you want a delete button on the timeline that is displayed on your home page.

There is some code for that here:
https://www.jamroom.net/the-jamroom-network/forum/new_posts/43430/data-browser-truncates-out-timeline-profile-id-s-that-i-need#p43510
michael
@michael
09/22/16 06:00:07AM
7,832 posts

Jamroom to XMPIE uStore Bridge


Jamroom Developers

What is XMPIE and LDAP?
michael
@michael
09/21/16 11:05:55PM
7,832 posts

How To List using Blog Category


Using Jamroom

Just ask here, complain the docs aren't enough and I'll get some more up. Jamroom uses smarty templates, but has a lot more than just that, so ask in the forums. Right now I usually document things after they are asked in the forums then link to it.

So for todays stuff these docs seam pretty related:

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list

Docs: "HowTo: Using jrCore_list in a template - step-by-step"
https://www.jamroom.net/the-jamroom-network/documentation/skin-customization/1080/howto-using-jrcore-list-in-a-template-step-by-step

Docs: "Template Blocks"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/3126/template-blocks

Then this for continued reading:

Docs: Jamroom Developers Guide : Table of Contents
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide

There are a few ways to develop in jamroom. The first you will probably use is the Template Editor:

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

But when you want to move to the next step, the team here uses PhpStorm and uploads the files to the server via SFTP.

So my normal workflow looks like this:
* edit a jamroom .tpl file that exists on the server in PhpStorm on my local machine
* That file gets uploaded to the server
* I reset the caches to see how it looks.
(repeat)

The transition from one method to the other is easy. When you edit things with the Template Editor in the ACP all your changes are as active-overrides. When you clone the skin all those active-overrides get saved to the newly cloned skin so your changes get moved into the new skin on the filesystem level.

Docs: "Creating your own skin"
https://www.jamroom.net/the-jamroom-network/documentation/skin-customization/839/creating-your-own-skin
updated by @michael: 09/21/16 11:06:55PM
  344