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

anupamp17770278
anupamp17770278
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
20

Discussions

Discussions
3

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by anupamp17770278
Customize the badges you want to showcase on your profile
Re: Game features in Community: new leaderboards and progress bar - Adobe Experience Cloud 08-09-2021
The blue bar shows your progress in a particular level, which is validated by the %.

Views

267

Like

1
Re: Create Global Policies - Adobe Experience Manager 08-09-2021
/conf/global/settings/wcm/template-type or /apps/settings/wcm/template-type try these two places, when the Template type resolves, these two paths are below your project level in the sling hierarchy.

Views

173

Likes

2

Replies

0
Re: Maintenance of Editable Templates - Adobe Experience Manager 07-09-2021
Best practice for any code is to start testing from lower to higher environments. Putting a editable template directly on your production would not be a good practice since you aren't testing it fully before exposing it to end users. Also once QA tests on lower environment it can be packaged and moved ahead, QA env can should have detailed QA while higher env can be regression tested.

Views

284

Like

1

Replies

1
Get Suffix Path from requestPathInfo - Adobe Experience Manager 07-11-2019
I have this requirement where I have to download AEM Tags as a csv file. My Java code is fine and ready but I am stuck to get the initial Resource path i.e. the suffix from the url which only changes on page load, thus the request object changes on page load and not on click of a tag. e.g. http://localhost:4502/libs/cq/tagging/gui/content/tags.html/etc/tags/abc/xyz/abcxyz I would like to fetch /etc/tags/abc/xyz/abcxyz​ i.e. the suffix part on click and not on page load. How do I achieve this. I ...

Views

491

Likes

0

Replies

0
In Place Upgrade from AEM 6.3 to AEM 6.4 SP3 - Adobe Experience Manager 03-06-2019
Hi,I understand the steps to to an in place upgrade to AEM 6.4, but I am a bit confused when it comes to upgrade to the service pack. Below are the steps as per my understanding:1. Do an in-place upgrade from 6.3 to 6.4 by following the steps https://helpx.adobe.com/experience-manager/6-4/sites/deploying/using/in-place-upgrade.html2. After it is successfully done, start the 6.4 instance and then install the service pack 3 through package manager3. Restart the instance and do a sanity.Are the abo...

Views

895

Likes

0

Replies

1
Re: Unsecured Page or anonymous page access - Adobe Experience Manager 28-03-2019
I was able to apply the anonymous access to a single page, but the clientlibs are not loading/blocked, not even the OOTB ones e.g. /etc/clientlibs/foundation/personalization/kernal due to the anonymous access, I suppose these urls(clientlibs) also need anonymous access, there are at-least 15 of them blocked. I provided the access to each which is a tiring job, and could still not achieve the access properly as it asked to login when I added /etc/clientlibs/foundation/personalization/kernal, any ...

Views

789

Likes

0

Replies

0
Re: configuring RTE plugin for content fragment editor - Adobe Experience Manager 03-01-2019
smacdonald2008, any way to add a superscript in the content fragment rte?

Views

4.4K

Like

1

Replies

0
Re: [AEM 6.2] I am trying to add sub/super script functionality to content fragment RTE but I am unable to trace the file that needs to be updated to make it work. - Adobe Experience Manager 03-01-2019
Did you get anything? which file to edit? Also, I think it's not recommended to change any OOTB functionality. Although it seems like the last resort for me. Any help is highly appreciated.

Views

1.9K

Likes

0

Replies

0
Re: configuring RTE plugin for content fragment editor - Adobe Experience Manager 02-01-2019
Anyone found any solution? What I found was these editing options come from /libs/dam/cfm/admin/components/authoring/contenteditor/toolbar/toolbar.jsp and as it's a OOTB functionality we must overlay this jsp file. Any leads will work wonders for me. Thanks

Views

4.4K

Like

1

Replies

0
Re: Putting a Component in a Content Fragment - Adobe Experience Manager 28-06-2018
http://localhost:4502/content/experience-fragments.infinity.json This will serve the same purpose, won't it ? Anyways I will try out the Model selector as well, but do you have any idea how do I store the EF as an asset because the implementation is of cq:page for EF ?

Views

450

Likes

0

Replies

0