Sitecore BrightCove Installation Issue - import

On Installing Brightcove on Sitecore,Import action is not seen and the templates from bright cove is also not seen as per the installation document.
Details are as below:
Sitecore Installed: Sitecore 7.1 rev. 130926.exe
Packages Installed:
Sitecore Media Framework 1.2 rev. 131220.zip
Sitecore Media Framework Brightcove Edition 1.2 rev. 131220.zip
Below is the screen shot after installation
Any Idea on why I am not able to see these??

You need to create an account before you see any of those things. The process of adding an account is in chapter 3 of the administrators guide.

Select item /sitecore/media library/Media Framework/Accounts
Through insert option click Brightcove Account
In popup window give the appropriate name or use default name
In the created brightcove account item set the following fields (Publisher Id, Read Token, Write Token)
Now under Media Framework ribbon you can do Import, Cleanup, Export.
But you can do Import and Cleanup if Brightcove account item or items under this account are selected, in other case, these two buttons will be disabled.

Related

Get Sitecore item's publishing settings by version with PowerShell

Problem
I'd like to be able to get Sitecore Item's Publishing Settings by version to check whether a version is publishable or unpublishable.
Supporting Details
This can be viewed in Sitecore by navigating to the item, clicking the Publish tab, clicking the Change to view the Publishing Settings, and then in the Versions tab, checking whether the current version is publishable or not.
Attempts
I can get the item tab's publishable value, but not the version's.
(get-item -Path "master:/sitecore/content/...path to item").Fields["__Never publish"]
I've also looked through the available fields and done some searching, but can only find the item's publishability.
Look for __Hide version field, it controls an item version publishing. If its value for a certain version is 1 then that version will be prevented from publishing, if it doesn't have any value / empty then the version will be published as usual.
Also, note that __Valid from and __Valid to fields are responsible for the version publishing.

how to put a comment while creating a version in aem 6.1?

I want to put a comment in a particular version of a page.
It gives an option to put the comment but its not specific to a particular version.
Is there a way to put the comment while creating the version in AEM6.1?
You Can always create a comment while creating a page version from your Sidekick "Versioning" tab
Good Observation. As per the Adobe Documentation AEM 6.1 working with page versions These are the steps to be followed to created the version of the page.
You can create a version of your resource from the timeline tab:
Navigate to show the page for which you want to create a version (In fact it is parent level).
Select the page in selection mode.
Open the Timeline column.
Click/tap on the arrowhead by the comment field to list the options:
Select Save as Version and confirm with Create.
The information in the timeline will be updated to indicate the new version.
And here i have noticed that the comments pushed via touch UI is not considering while Version node creation.
A little close observation at the node version properties that got created for the Classic UI vs Touch UI versions for the page. The cq:versionComment is missing (not created) for Touch UI process.
The verions 1.0 and 1.2 has created with touch UI and version 1.1 created by using Classic UI

Some doubts related to the backend users in Typo3 6.1.1

I am pretty new in Typo3 (I came from Joomla and WordPress) and reading the documentation I have some doubts related to the user manage the user in this CMS:
I am using Typo3 6.1.1 and reading here it seems to me that the user managment is quite different (maybe the documentation is related to an old version of the CMS?): http://docs.typo3.org/typo3cms/GettingStartedTutorial/EditAndCreatePagesAndContent/CreateUsersGroups/Index.html
In particular I am not understanding if in the 6.1.1 the backend user can ben divided in groups or if they simply are backend user because if I go into: ADMIN TOOLS ---> Backend User I can see the backend user but not the groups, why?
Tnx
Andrea
As you can see in mentioned doc, BE users can be divided by groups and easiest way for creating BE groups and next BE users is using WEB > List module.
Just using workflow showed at screen of this section you need to create records of both types (blue arrows) on the highest page (with id 0 - on screenshot it's called New TYPO3 site)
I'm not quite sure about the reason, but Backend User module doesn't allow to manage BE groups directly, however there's a tip (which is general for whole TYPO3) - you can create a BE group ad hoc - during the process of creating BE user by using additional icons in the form, take a look to screenshot below, the yellow pencil and black plus allows you to edit/create related records without canceling current edition.

how to add ability to upload multiple images for a product in zen cart?

How can I add the ability of uploading multiple images for a product from the admin side.
I have search for it and found that upload an image from the admin side and then for adding additional images you should upload it through ftp.
But I did not want this. I want that admin should be able to upload multiple images from the admin panel for a single product.
How will I do this?
Which version of Zen Cart are you using? If you're using 1.3.x then you should install Image Handler (found in the official Free Add Ons section). Unfortunately, IH is currently not compatible with 1.5.0 admin section (although the frontend functionality will work). From what I know, there's currently nothing you can do with 1.5.0 except code the funcionality yourself.
There is now an updated Image Handler available for v1.5.0. http://www.zen-cart.com/plugins
There are other addons such as "Image Manager" which allow for additional admin-side image management.

How to Hyperlink to a Business Objects Report in Infoview

Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then redirected to the report. Thanks!
Try URL reporting.
There are two answer of your question based on the environment.
If you are using 4.x environment then we have direct option in "link document tab" which is responsible for hyperlink.
If you are using 3.x environment then you have to follow the below steps..
2.1 Change the Web Intelligence Preferences 'WEB' to 'Interactive'in Infoview.
2.2 You will able to see the option Link to document once you select the hyperlink.
Thanks,
Sachin