Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Shubham_borole
Shubham_borole
Offline

Badges

Badges
46

Accepted Solutions

Accepted Solutions
60

Likes Received

Likes Received
237

Posts

Posts
345

Discussions

Discussions
50

Questions

Questions
295

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by Shubham_borole
Customize the badges you want to showcase on your profile
Re: Communities Comments Component Edit/Delete displayed for all users - Adobe Experience Manager 06-01-2017
Anyone face similar issue? Please let me know..Thanks..

Views

443

Likes

0

Replies

0
Re: Extending Comments Component (Issue with customizing comments.hbs) - Adobe Experience Manager 06-01-2017
Thanks JK,I apologize for confusion regarding slingResourceSuperType. I see I have same custom package that you have mentioned. Not sure how I eneded up there but probably was after trying different things. The property is set fine now. I tried using the custom component from fresh and see that I can see the text (say 'test') in my comments component display. But as I mentioned in initial post the changes I made locally i.e. Renamed the custom component path from "/apps/custom/components/comment...

Views

284

Likes

0

Replies

0
Extending Comments Component (Issue with customizing comments.hbs) - Adobe Experience Manager 05-01-2017
Hello All,I have been able to use the extended comments component based on Extend Comments Component. The changes I made locally was to rename it to 'my_comments' instead of 'comments' and replace it in referenced paths. Also I updated the 'slingResourceSuperType' to "social/commons/components/hbs/comments" instead of "social/commons/components/comments" because it wasn't displaying the component at all.Once I extended it and being able to make comments, I tried next to edit some basic behaviors...

Views

770

Likes

0

Replies

3
Re: Communities Comments Component Edit/Delete displayed for all users - Adobe Experience Manager 05-01-2017
Forgot to add an image..Adding here

Views

439

Likes

0

Replies

0
Communities Comments Component Edit/Delete displayed for all users - Adobe Experience Manager 05-01-2017
Hello All,II have been looking into the social communities comments component that is available OOTB and learning its behavior as I comment as different users. When I comment as user1 (with no moderation or admin rights) and then login as user2 (with no moderation or admin rights), user2 seems to have ability to Edit, Delete the user1's comment.I tried making few more comments and it is consistent. I just want to check if someone can tell if this is intended behavior? (i.e any user with minimum ...

Views

2.0K

Likes

0

Replies

9
Re: Extending Comments Component (Issue adding comments) - Adobe Experience Manager 03-01-2017
Thanks JK,I included the second just to see whether I see the same behavior, and even if I do not include the component and just drop it in parsys, it works fine. I also included the client library Had the above, added in template jsp where the comments component was added. On checking the node structure following change fixed my issueMy comments component was being added to an existing content which was having a custom node for comments (project-custom) component. The node name was something li...

Views

294

Likes

0

Replies

0
Extending Comments Component (Issue adding comments) - Adobe Experience Manager 03-01-2017
Hello All,I am trying to extend the comments component. I used the sample package available on this link. After installing the package I am able to make comments from publish side. But this seems to happen only if I drop the component, but if I include the component in my custom site's page jsp, the component is not rendered fine. I compared the node structure and it matches with one mentioned on this link. After I drop same custom comments component on same page, the included custom component a...

Views

753

Likes

0

Replies

3
AEM 6.0 User Report - Adding a generic column to the report - Adobe Experience Manager 08-07-2016
Hello..I am trying to set a generic column to userreport page. To the generic column, while setting the properties, the 'Type' option provide four dropdown options (String. Number, Integer, Date). This column is supposed to be based on property under profile node which is a type 'Boolean' (Eg: isPlayer - Boolean - true. This property is set under profile node of user)If I look at https://docs.adobe.com/docs/en/aem/6-0/develop/operations/dev-reports.html#User Report under 'COLUMN SPECIFIC DEFINIT...

Views

448

Likes

0

Replies

1
placing image icon next to hyperlinked text - Adobe Experience Manager 15-10-2015
Hi,I am trying to add functionality to rtf (or rte based components) such that, if a text is provided using hyperlink functionality, then, after that hyperlink an image icon corresponding to the link type should be placed after the hyperlinked text.For example, if I provide a pdf link to some text in rtf by using the hyperlink functionality, a pdf image icon will be placed after it. Something like in the image below/attached.Any suggestions on what kind of approaches can be followed to achieve t...

Views

156

Likes

0

Replies

1
Re: Add Span Class in rte text containing Anchor Tag - Adobe Experience Manager 15-10-2015
Sham HC wrote... For your usecase customizing LinkDialog does not make sense to me. In case your use case is to skip link checker then I would have accepted overlaying. Instead I would recommend to create a custom plugin following [1] . [1] http://dev.day.com/docs/en/cq/5-6/developing/widgets.html#Example%203:%20Rich%20Text%20Editor%20%28RTE%29%20Plug-in Thanks Sham,Yes you are correct, the use case is to skip the link checker (i.e. "ok" button) and do a check on the type of link that is entered...

Views

421

Likes

0

Replies

0