How to manage App Store into RHMAP? - rhmap

I would like to know how can I create and manage my App Store into RHMAP.
I am looking there and I could find the area specific to do it into the studio. Can someone give me a hand here?

To create and manage your App Store into RHMAP you can go to Admin >> Mobile App Management area.
For more information check the section "4.2.4. Mobile App Management"[1] into Product Features documentation.
[1] - https://access.redhat.com/documentation/en-us/red_hat_mobile_application_platform_hosted/3/html/product_features/product-features-administration-and-management#mobile-app-management

Related

Custom primary category in appstore connect

How can i add a custom a primary category in App store connect for my react-native app.
I am trying to assign my app a category that is not present in the list.
Please let me know what are they ways to do it.
You cannot add Custom Categories in App Store Connect as per this documentation https://developer.apple.com/app-store/categories/. However the only thing you can do is you can use better ASO keywords. Please go thorough this article https://developer.apple.com/app-store/search/

Joomla User & Reporting manager mapping

I want to implement leave management system in joomla. For every leave i want email notification to be sent to employee's manager (reporting manager). I need to do employee - > reporting manager mapping somewhere in database.
Is there any built in utility in joomla user groups which can help me? OR Do I need to simply create mapping table in database?
Please suggest.
We are looking for something very similar to run within a Joomla Intranet environment.
I have recently found an extension that might be the kind of thing you are looking for - have a look at Intranet Attendance Track by thagatpam in the extensions directory.
The extension can track attendance, leave, and has a manager approval system built-in.
Hope this helps.

Magento - Allow user to manage social media URLs

Ok so I’m trying to implement social media into the footer. However, they are images that change color when hovered over that I’m working into the CSS.
But my question is, if the end user changed their Facebook URL, how will they update the url? I obviously can’t just put it directly into the theme because then the end-user will know how to program and where to look just to change the URL.
How do I go about implementing this the right way so the end-user can update their social media URLs to their Facebook/Twitter/YouTube/Etc easily..?
What do you mean by saying "user changed their Facebook URL"?
You talking about customer or administrator?
If you mean administrator, then the you can create custom settings for social media links
For customers store theirs social uids
In order to do this, you will need to create an extension, albeit not a very complicated one. If you've never done this before, Alan storm wrote an excellent tutorial.
One file that is often included in extensions (but seems not to be mentioned in the above mentioned tutorial) is etc/system.xml. This file lets you define a new page in the System->Configuration section of the Magento admin panel. Magento provides a good tutorial on writing those.
Any fields you put in etc/system.xml will be modifiable in the Magento admin panel, and you can access them anywhere in your code with Mage::getStoreConfig('your extension's name/the name of the field'), e.g., Mage::getStoreConfig('facebook/enabled');

Go To Full Site Magento Link To Change Themes

I have used the built-in iphone theme in Magento 1.7.0.2 to create a mobile site, the problem that I am having is creating a link so that the user has the option to go back to the full site, is there a way to create link to change the theme in Magento or create a link that makes Magento see the mobile as a normal web browser?
I have looked at a number of things such as trying to make the mobile appear to have a different user agent once the link is clicked but I have had no look
Thanks in advance
Adam
The easiest way is to create 2 store views: one for the mobile version and second for full version.
Ex: http://example.com/ and http://example.com/m/
You have patterns for mobile user agents, so you can check if user came with mobile deviсe — redirect him to the mobile store (http://example.com/m/) and just add link to the main store: http://example.com/
One more solution is to use one and the same URI and just add store code to the address:
http://example.com/?___store=mobile and http://example.com/?___store=full.

Is there a way in Joomla to have public user profiles?

I installed Joomla 1.7 and I noticed that you can have user profiles with the user profile plugin. However, is there a way to publicly access a user's profile (without loging in)?
For instance, I noticed that you can go to:
/index.php?option=com_users&view=profile
However, that seems to pull up my own profile, If I am logged out it always redirects you to the login form. I have tried adding additional variables like "id=1", "user_id=1", or "userId=1".
Is there a way to do this? Or will I have to develop a component to pull in this information publicly?
Even though it not possible with clean Joomla website a lot of useful code come with it, which you could include to your component if you prefer to create one.
But... there is a great extension Community Builder with a great team behind it. Having used it in the past, I would highly recommend it as a solution for community based sites.
It changes the login form to a much better & bug-free form, enables more fields to be created for registration, and allows special pages for individual users, plus, community builder has extension-specific plugins.
EDIT: This answer needs an update as since it was added more extensions have been introduced like JomSocial or EasySocial. I cannot recomment CommunityBuilder any more
This post is tagged with Joomla 1.7 however I wanted to mention that if using Joomla 3.7.4 you now have the ability to show the User Profile plugin data from the core Contacts component. You can also add more custom fields to the Users component and they will also show from the Contacts component. You can set the display of the Users Profile info by going to the Admin panel -> Contacts -> Options. Turn on the option under; Contact -> User Profile -> set to "Show".

Resources