How to display My Account portlet as a popup? - popup

I want the My Account portlet to open as a popup on the click of a link.
This popup should show the left panel(i.e My Submissions,Workflow etc.) only for the admin.
So that rules out making changes in the portal-ext.properties file.
A normal user should be able to view the center portion(i.e. fields with the user info) only.
How do i go about this?

It has been already implemented in liferay, when you get loggedIn then click over the username in docbar it will open the user account page in pop-up,check it's implementation

Related

moodle first time login redirect to custom page

I have moodle site with custom signup page when new user register user redirect to the home page but then it automatically redirect to the profile edit page which is at(http://www.test.con/user/edit.php?id=46&course=1) once i update profile i can go to home page.so i want to stop this and redirect to home page.
The automatic redirect happens when a user has required fields in their profile that still need to be completed.
Maybe you could make all required profile fields required fields in your custom signup page too, then users will always have completed them already by the time they log in for the first time.
I think it is related to the configuration of "Default home page for users":
Go to Site Administration => Appearence => Navigation
Select other option other than "User preference".
Hope that helps!

Page we need to choose to override for Custom User Registration in Liferay 6.1 among these two?

I am in need of override the User registeration page inside the Liferay .
My requirement is that i need to add a Password and password confrmation field to it to the newly created user .
Before creating a hook to modify the jsp and the UserLocalService , i have got a below query
I have seen two user registration screens which are
a screen popped up when navigated through Sign -In ---->Create_account Page
Control Panel ---> User and Organization ---> Add User Page
Could anybody please let me know what is the page i need to choose from the above two ??
Also please let me know what is the difference between these two screens ??
Option 1 is for scenario when any guest user comes to your site and do registration.
Option 2 is screen where admin user creates user.
For user registration customization, you have to override create_account.jsp from sign in portlet.(option 1)

edit article from front page for registered user

I am trying to implement for a registered user to edit an article from front-end section of joomla 1.5. Is it possible? if so how can I proceed. I am new in joomla.
Thanks in advance.
There are two things you have to do. First you have to make sure that you have the correct user permissions set up. Go to your /administrator page and go to the user menu. There are a list of permissions in there - should be self explanatory.
The second thing you need to do is enable editing articles. Again, go to your administrator page and click the content menu. On the tool bar there is an 'options' button. Click that and there is an 'edit'tab. Enable all the options.
Now when the user logs into the front end, there will be a small 'edit article' icon on the article, but only if they have permission to edit it. If you find this icon isn't there, double check the user permissions.

Facebook - App url seems odd

Okay, Ive been trying to accomplish a very simple task.
How can get my new custom app url from:
http://www.facebook.com/pages/Testbusiness/898989898989898?sk=app_898989898989898
to:
http://www.facebook.com/jgarridodk?sk=app_898989898989898
I realize that i have the app assigned to a separate page (i created earlier) but Ive seen on other profiles that the first page you visit contains all the apps on the left side bar. Im just not understanding why facebook has made this so difficult.
EDIT:
My objective is to have a share button in an app. I have been referring to this page:
http://fbmhell.com/2011/09/bypassing-default-share-format-in-facebook-fan-page-tabs/
Thank you!
You must be an administrator of the page you wish to put your application on.
Visit http://developers.facebook.com/apps
Click your application
Click Edit App (Top right)
Click View App Profile Page (Left hand side)
Click Add to My Page (Left hand side)
In the lightbox which appears click Add to Page next to the one you wish to add it to.
You can't add tab to user's profile, so creating http://www.facebook.com/jgarridodk?sk=app_898989898989898 is not possible, sorry. You can only add tab to fan page (like here: http://www.facebook.com/cocacola). This type of page doesn't have friends, it gathers likes and is mostly used to represent companies/celebrities/activities. If you want to add application to this kind of page, you have to go to http://www.facebook.com/apps/application.php?id=898989898989898 and click "Add to my page".
EDIT
You probably want this:
Go to http://www.facebook.com/pages/Testbusiness/257200034311838?sk=page_getting_started
Click "Edit page" on right top side of page.
Go to "Basic information".
Click "Create username for this page?".
Enter username.
Enjoy:)

Facebook Connect settings for popup dialog

I'm in the process of implementing Facebook Connect for my site, everything seems to be working fine so far except that the look of my popup dialog upon clicking on "Login with Facebook" is totally different from what I see on other sites like say Posterous.
I'm only getting a popup with the msg "Do you want to log in to with your Facebook account?" followed by the 2 login fields whereas Posterous has a more detailed dialog box with 2 images and more descriptive text.
Am i missing out on some configuration settings here or?
Thanks
The text you're seeing is due to the new Facebook data permissions and permissions dialog changes that will go into effect on June 1st. The new settings also has different text for the dialog when you're logged into Facebook but not yet connected to the site:
[SITE_NAME] is requesting permission
to do the following:
Access my public information
Includes name, profile picture, list
of friends and all other public parts
of my profile
You can switch your app to the old / current Connect dialogs to see the difference by going to the Migrations tab when editing your application and setting "New Data Permissions" to Disabled. But on June 1st, you'll be automatically switched to the new version if you haven't already enabled it.
The new dialogs' text is definitely scarier to the user - I'm a little surprised Facebook is changing the text to this since they always say they want to make connecting as appealing as possible for the user. But we don't have a choice.