Liferay is an open source Java portal and social platform. The 6th version was released on June 2010.
0
votes
1answer
125 views
How to control Add New options of Asset Publisher in Liferay 6.1?
I need Asset Publisher portlet present in my site. The admin will put the portlet into the page. The user who is belongs to a custom role should be able to add only "Basic Document". I don't want to ...
0
votes
0answers
72 views
Incorrect search journal article by title in liferay
I use liferay portal 6.1 ga1.
I search in database and see that article title is String, with xml format, something such as <xml version="1.0"...../>
And when I try to use ...
0
votes
0answers
77 views
How to show “Add New” permission of Asset Publisher for a custom role?
I created a custom role and gave some permissions. The "Add New" option of Asset publisher portlet is not coming for the user belongs to that role. And I noticed that we need to check
"Edit Controls" ...
2
votes
1answer
82 views
How to give only “Go To control panel” permission for a custom role?
I created a custom regular role and given "Go to Control Panel" permission comes in General category. But the "Go To" option is not visible for the user belongs to that particular role. I don't want ...
0
votes
0answers
27 views
Seperate code from content in liferay blog
I am using Liferay 6.1. How can i display code part in a seperate view in liferay blog section as we see in almost all blogs. The code portion is always seperate quoted between some inbuilt tag.
For ...
1
vote
1answer
37 views
How to remove Configuration option from WIKI for Power User?
In my Liferay site, Power Users are getting permission for changing Configuration options like; Look and Feel, Configuration and Export/Import options. I don't know how this is coming. Guessing that ...
1
vote
1answer
138 views
User Tracking in Liferay Community Edition
Like we have an User Tracking inbuilt facility in liferay do we have any thing with such functionalities in community edition.
Can you suggest any third party open source tool or plugin with user ...
1
vote
0answers
97 views
Redirect users to their sites after login
I am using liferay 6.1.1CE.
In my portal I have 3 Communities (Sites)
My question is, how can I redirect the users to the appropriate site (i.e. the site which they have been assigned by the admin) ...
1
vote
1answer
170 views
Difference in the parameters between Liferay Resource and Action URLs
I need to create a custom url filter (with tuckey.org) for resource URL in liferay portal, but I don't know how to distinguish URL created by liferay with @ResourceMapping annotation and the same ...
0
votes
0answers
98 views
How to Change portlet Title dynamically
I developed one JSF portlet with title "Sample" and one "add User " button that will go to the other portlet "Sample1" portlet,but after clicking on button its render in the same portlet i.e (in the ...
1
vote
1answer
185 views
How to get Server Name and Server Port from Liferay velocity template?
In jsp page we can get Server Name and Server Port by using
request.getServerName() and request.getServerPort().`
As we can't get HttpServletRequest from Liferay velocity template, Is there any ...
0
votes
1answer
156 views
Liferay JSON web services visibility in JBoss domain mode
I have deployed Liferay 6.1.1GA2 on JBoss 7.1.3 in domain mode and it works fine.
But now, I have a problem with the REST API visibility (liferay_url/api/jsonws).
If I start JBoss in standalone mode, ...
0
votes
2answers
92 views
How to hide “User Information” options from “My Account” in Liferay 6.1?
I am trying to hide some options in "User Information" from My Account by using hook. I just want to hide it using CSS (style="display:none"). User Information is present in the right side of My ...
1
vote
1answer
115 views
File Download through Struts action hangs a while
I am currently developping on a Liferay server.
[liferay-portal-6.1.10-ee-ga1 + tomcat-7.0.25]
In some cases my users download files from the Document-Library.
What happens is that when they do so ...
1
vote
0answers
55 views
how to make dynamic change in worlflow definition
I am using liferay 6.1.1CE.
Am using kaleo as my workflow engine.
As of my knowledge,the workflow is uploaded as a xml file . and i did that(upload a workflow with 2 levels of approvel).
my ...
0
votes
0answers
65 views
How to give “Add New” permission of Asset Publisher for a custom role?
I just created one custom regular role and gave some permissions... Now "Add New" button is visible in Asset Publisher portlet, but the user belongs to that custom role is not able to add any ...
1
vote
2answers
74 views
Automatic creation of subdomains for user's page in liferay
When a new user is added to liferay a public page can be created automatically for him.
Where should I look in the source of Liferay to implement such a functionnality ?
Or maybe it's already possible ...
4
votes
3answers
375 views
how to get init param of portlet.xml in liferay?
i am using custom porltet in my liferay portal 6.i have some global variable that i want to use through out my portlet classes so for that i have written that variable in portlet.xml file as follows..
...
2
votes
1answer
74 views
Fetch users in workflow definition
I am using Liferay 6.1.1CE with kaleo workflow.
I am created a new workflow definition,by editing singlelevel workflow.xml.
In my workflow definition,i had add a new transition "reference" and a ...
3
votes
1answer
202 views
How to remove “Add New” button from Asset Publisher for Power User?
I need to remove "Add New" button from Asset Publisher portlet for the role "Power User" in Liferay 6.1.
How can I do it. Please help.
2
votes
1answer
63 views
Login form placed in default home page
I am using Liferay portal 6.1.1CE.
I have selected zoe-resort as my portal theme.
By default the login form shows only when we click in the signin link.
I wants the form in the home page by ...
1
vote
1answer
301 views
Redirect to page in liferay Login
I am creating a Hook to check-user on login, and depending on some parameters it will be redirected to one custom page or another.
I am doing this:
Portal.properties
#Gestion evento login
...
1
vote
0answers
61 views
Join and Group using DynamicQuery
I have an SQL query:
Select t1.*
From tracking As t1
Inner Join (
Select Max(trackingid) As trackingid, shipid
From tracking
Group By shipid
) As t2 On t1.trackingid = t2.trackingid
...
0
votes
1answer
97 views
charts to use in jsp which takes dataset value directly..?not jquery [closed]
i need to implement charts in my jsp page.
am using liferay 6 and need to implement in my custom portlet.but right now wht have i found after googled some charts is used by jquery and i need to ...
0
votes
0answers
34 views
Portlet doesn't get removed from site page in LIFERAY 6.1
I am using Liferay 6.1.
When I add a portlet after starting server, it goes fine.
Problem is, When I try to remove it by clicking the 'x' icon on top-right, it gets removed.
But, after refreshing ...
0
votes
0answers
103 views
Unable to see sample portlet created using eclipse IDE
I'm trying to deploy the "sampleMVC" Project test as per the documentation but I keep running into this error:
INFO: Deploying web application directory ...
4
votes
1answer
184 views
Liferay 6.0.12 logging
I've ecnountered some problems with logging Liferay 6.0.12 classes on JBoss 5.1.
I need to change log-level for Liferay rss portlet classes, e.g. create another appender or use the default one ...
1
vote
2answers
80 views
Portlets size handling
I am using Liferay 6.1.1.
I have created a portlet in eclipse through pluggin sdk 6.1.1.
Now i wants change the size of the portlet.
How can i change it?
Help me
1
vote
0answers
79 views
Liferay CSRF protection with @ResourceMapping
I need to add CSRF token (p_auth) to my Liferay (ver.6.1.1) portal project.
Liferay provides this ability out of the box with auth.token.check.enabled=true
But it does this only for requests marked ...
1
vote
0answers
81 views
Upgrading Liferay 5.2 to 6.0 checklist
I need to make an upgrade of Liferay, as mentioned above(5.2->6.0) So far, as my research (1,2,3) shows I need to:
Make backups of the Database and file system of plugins (especially ...
1
vote
0answers
59 views
Portlets embedding on Social Office theme
I am using liferay portal 6.1.1CE.
I wants to show the profile picture of the user on sidebar of the SO site home page(not public or private as they already include this feature).
For this, am going ...
0
votes
2answers
195 views
How to encrypt password while saving Users in Liferay 6.1?
I am trying to consume Liferay's User entity to add users by writing code. The password is not encrypting, so log in is failing. The code is pasting below.
int countOfUsr = ...
0
votes
1answer
119 views
Context path not working in liferay Hook
I am creating a hook in which i want to add my image in custom jsp.
I have added image inside docroot/images/1.jpg
in jsp i am trying to access it using
<img ...
0
votes
1answer
542 views
How to automatically redirect to home page after session-timeout
I would like to automatically redirect control to my community home page after session-timeout.
I tried putting below properties in my portal-ext.properties file but after session-timeout it doesn't ...
0
votes
1answer
391 views
ehcache not replicating in liferay cluster
I have the following setup
1.liferay cluster with 2 machines on AWS
2.unicast clustering replication with JGroups over tcp
I have the following parameters in the portal-ext.properties
#Setup ...
0
votes
2answers
127 views
How i convert spring project to liferay?
I developped an application (spring, hibernate) and i must convert it to liferay Project
how i can do it?
please could you help me
thank you.
0
votes
0answers
36 views
Embedding the portlet to the pages in menu bar in liferay
I have created Home,Contacts,Opportunities,Registration pages using manage page option.Now what i need is When i click on the Registration it should open the user registration form.How can i do ...
0
votes
0answers
66 views
Working with search portlet
I need to work with search portlet in liferay6.1.I have done googling for this and found that by placing the
<div id="page-search">
$theme.search()
</div>
in navigation.vm file we will ...
0
votes
0answers
37 views
Clicking on the Search portlet in menu bar should display the search page
I have created pages and child pages in menu bar by using the Manage Page option.The pages i have added are Home,Opportunities,Registration,Contacts,Search.Now my requirement is when i click on the ...
0
votes
2answers
227 views
How to use javascript alert boxes in Liferay Portlet class?
The requirement is to show an alert box from portlet class after saving some data.
How can I do this?
Can we create PrintWriter object in Portlet class, using actionresponse of processAction() ...
0
votes
2answers
73 views
How to fetch UserId of the User submitting the form
I am using Liferay 6.1.1.
I have created a portlet with <aui:form> having two text fields and a button.
On submit I want to know the userId who submitted the below form:
<aui:form ...
0
votes
0answers
175 views
How to create the second level navigation in liferay
I have created the first level navigation using the Dockbar's Add-->Page option.The pages are
Home,Contacts,Opportunities,Registration.Now i want to create the second level navigation under the ...
1
vote
1answer
89 views
Fetch group of LDAP in liferay
I need to make a Liferay-hook, when the user logins, check in LDAP for the group.
If the group is "users" do nothing especial, but if don't have any LDAP group I need to redirect to other page inside ...
0
votes
0answers
215 views
Jasper Reports Image Servlet in Liferay
I've created a portlet using Liferay CE 6.1 that queries an Oracle Database and displays HTML, PDF and Excel reports from Jasper 4.5. I am trying to get the HTML reports to display images. I have ...
0
votes
1answer
100 views
How to use liferay tabs
I need to develop a simple plain login page with out any images and all.Once the user is logged in it should display like the image in the below link.
...
0
votes
0answers
43 views
How to generalise custom friendlyUrlMapper for multiple portlet Id
I have used custom MyfriendlyurlMapper for friendly URL routing for my Liferay portlet in liferay 6.0.
I used it like below:
public class MyFriendlyURLMapper extends BaseFriendlyURLMapper {
private ...
0
votes
2answers
313 views
All about liferay configuration with ldap server
I am new to liferay.
I want to configure LDAP server with liferay 6.1 GA 2.
Can someone please let me know what are the steps i have to follow?
I only know how to set up liferay on my local machine ...
2
votes
1answer
78 views
Adding horizontal menu bar in Social office theme
I am using Liferay 6.1.1 CE.
By default, menu bar in SO is placed as a side bar vertically,that we can add pages.
But i need another menu bar in top of the page horizontally,that i can add pages.
...
1
vote
1answer
595 views
Liferay Alloy UI Paginator
Hi I am using alloy ui paginator by following the demo example
https://www.liferay.com/community/liferay-projects/alloy-ui/demo?title=community-liferay-projects-alloy-ui-demos-paginator
Here is my ...
0
votes
2answers
207 views
Liferay theme deployment
I've developed a custom theme for Liferay 6.1.1 and it's working fine on my local installation of Liferay. When I try and deploy to my QA server, the theme shows up in the control panel and I'm able ...


