How to add users in the Freestyle Support portal in joomla - joomla

I added users in the freestyle under one group , but the name is not displaying in the front end.
Already under freestyle settings i added the name under branches admin, but it is not showing

Related

Problems with users authorization in Sonar 6.2

We have a running instance of Sonar 6.2 that's been upgraded from sonar 4.5.x and since the beginning we have used the LDAP plugin to recover user data.
Once upgraded to the 6.2 version we have noticed that we can't authorize new users and groups to projects, because we can't see them.
If we select a project and go to the users tab on the project's permisions section we get this, in spite of having this users list. And if we select the groups tab we only see the previously groups assignated and not the rest of the existing ones.
Help is appreciated.
Thanks in advance.
By default, the list you see on project Administration > Permissions > Users is the list of people with permissions on the project. Since you haven't assigned any users permissions on the project, the list is blank by default. Why not show everyone by default? Imagine a SonarQube instance with hundreds of users. You certainly wouldn't want to see them all there by default. Instead, you only want to see the ones relevant to your current context; the ones with existing permissions on the project.
To find your missing users, try entering a username in the search input. Matching users should appear in the list area so you can enable permissions for them.

Auto publish and enable articles from registered users in Joomla 3.3

I want to let registered users to create/edit their own articles under only one menu of my website. It works well but I need to manually enable them.
How can I set automatic publishing/enabling without giving them publisher rights?
I'm not sure what you mean by "under one menu" but you can limit publishing rights for a group to a single category. Otherwise I would write a plugin to either automatically publish on save or to modify the form for htat group so that the form shows the state field.

magento - make customer's company mandatory in admin screens

I am trying to make company name mandatory in Magento CE1.7. I have found many of the front end places to make changes, but I am not able to find the related files to modify in the backend admin panel.
link in admin console:
/admin/customer/edit/id/68/...
here are the related front end files that I have identified for changes.
\app\design\frontend\base\default\template\checkout\onepage\billing.phtml
\app\design\frontend\base\default\template\persistent\checkout\onepage\billing.phtml
\app\design\frontend\base\default\template\customer\form\address.phtml
\app\design\frontend\base\default\template\customer\address\edit.phtml
\app\design\frontend\base\default\template\customer\form\register.phtml
\app\design\frontend\base\default\template\persistent\customer\form\register.phtml
\app\design\frontend\base\default\template\checkout\onepage\shipping.phtml
related link - for front end...
ttp://stackoverflow.com/questions/5456794/magento-make-the-field-company-required
You should be doing this through the backend - specifically the database.
Going to Admin -> Customers -> Attributes -> Manage Customer Address Attributes will show you the company field. Once you click in, you can see the required field however as this is a system attribute the 'Values Required' field is disabled.
You can override this by either using your developer toolbar and removing the disabeld="disabled" attribute from the select tag or, you can go to the database directly and go to the table eav_attribute. Then look for company under attribute_code and change is_required from 0 to 1.

Auto enable published article from registered users in joomla 2.5

I have created a site where registered users can publish articles.
Is there a way to make the articles they publish be enabled automatically without me, as administrator, have to check if there are new articles submitted.
EDIT 1: Found a solution by setting the mysql default value of state to 1 from 0. But, is this a good way?
The ability to publish is controlled by the edit.state permission. You would want to give edit.state allow for registered for either all of content or just for specific categories they are allowed to publish in.

Magento - New Order mail

I am using Magento 1.6.2.
I need to edit the new order mail. Which file is the template for the items? I need the specific file where the items are being generated and formatted.
I already found it.
app/design/frontend/base/default/template/email/order/items.phtml
To edit the New Order email you go into System -> Transactional Emails and click on 'Add New Template'.
Then you load in the existing New Order template by selecting 'New Order' from the drop down menu in the Template input field and click the 'Load Template' button. In the Template Information section you assign a new name to your new template and make the modifications to it before hitting 'Save Template'.
To apply it you go to System -> Configuration -> Sales and Select the Sales Emails option.
In the Order tab you apply your newly saved template to the New Order Confirmation Template dropdown.
Do the same for New order from Guest if you are allowing guest checkout.
The email templates are located under /app/locale/en_us/template/email and /app/locale/en_us/template/email/sales.
The disappointing thing about email templates in Magento is that they expect store owners to manage these using the backend rather than by editing the template files. Of course, you can always just edit the templates directly, but make sure to keep backups of them before updating to a new version of Magento.
It ends up being a lot of work, and from what I've seen, mostly clients do little more than update the logo. If your client wants to have fully custom email templates, expect a good 20+ hours to get them right (cross email client compatibility, client changes, etc).

Resources