Foren

Where can the Meetups portlet be found

Markus Ziller, geändert vor 13 Jahren.

Where can the Meetups portlet be found

New Member Beiträge: 18 Beitrittsdatum: 14.07.10 Neueste Beiträge
Hi guys,

im currently trying to costumize the meetups portlet in liferay 6.0.4. my problem lies in finding the related .jsp. although i can use the portlet in liferay it seems to me that there exists no view.jsp for this portlet.

neither the windows search nor searching the liferay sources via eclipse resulted in anything usefull.

does anyone know where the .jsp file for the meetups portlet can be found.

p.s. when searching liferay 5.2 i get "...\tomcat-6.0.18\webapps\wol-portlet\meetups" which is exactly what im looking for

any help is appreciated

thanks markus
thumbnail
Dhrutika Parekh, geändert vor 13 Jahren.

RE: Where can the Meetups portlet be found

Expert Beiträge: 435 Beitrittsdatum: 09.02.09 Neueste Beiträge
Hi,

You can find this in /tomcat-6.0.26/webapps/social-networking-portlet/meetups

It will not be available in portal-src


Regards,
Dhrutika

Cignex Technologies
Markus Ziller, geändert vor 13 Jahren.

RE: Where can the Meetups portlet be found

New Member Beiträge: 18 Beitrittsdatum: 14.07.10 Neueste Beiträge
thanks a lot.

When i'm now trying to hook the meetups portlet in the Liferay IDE it can not be found.

it appears to me, that Liferay IDE only lists .jsps that are locate in tomcat-6.0.26\webapps\ROOT\...

Since the Meetups .jsp is located in tomcat-6.0.26\webapps\social-networking-portlet\meetups it can not be found via the "Add from Liferay" button. When i simply choose "Add.." and copy the path "...\tomcat-6.0.26\webapps\social-networking-portlet\meetups\view.jsp" into the textfield, nothing happens.

How can i get Liferay IDE to hook the meetups portlet?

markus
thumbnail
Dhrutika Parekh, geändert vor 13 Jahren.

RE: Where can the Meetups portlet be found

Expert Beiträge: 435 Beitrittsdatum: 09.02.09 Neueste Beiträge
Hi,

I have not used Liferay IDE yet,so I can't help you in this.

But if you want to extend some functionality of meetups portlet,then you can extend it via plugins of social-networking portlet


Regards,
Dhrutika

Cignex Technologies
thumbnail
Hitoshi Ozawa, geändert vor 12 Jahren.

RE: Where can the Meetups portlet be found

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Source code for the meetups is in the svn-plugin branch under branches\portlets\social-networking-portlet\docroot\meetups
thumbnail
Sarah Giles, geändert vor 12 Jahren.

RE: Where can the Meetups portlet be found

Junior Member Beiträge: 61 Beitrittsdatum: 19.07.11 Neueste Beiträge
Did you ever find a solution to this?