By jonathan on Thursday, 14 March 2019
Replies 4
Likes 0
Views 766
Votes 0
Hello,

I want to share date and location parameters with an other module.
Where can i write some code like :
$var = 'foo';
$session =& JFactory::getSession();


???
Thanks
Hello,

It depends where you are fetching this information from? But we don't put the data into the session apart from filters.

Is this for the event detail page? Is it because you want a custom html module with content from the event details page? Did you see the JEvents Custom Module? see:
https://www.jevents.net/docs/jevents/item/how-to-use-jevents-custom-module

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks for the answer.

Yes it is for the event detail page. I need to use a form which sets date and location automatically.
The information (date and location) are those of the event configured by the administrator.

Can the jevents custom module achieve this ?

It s pretty hard for a beginner to understand how the jevents component works.



Regards.
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Can i use jinput to get eventid ?

Thanks
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

from the event detail page you should be able to use jinput to get evid yes or rp_id for a unique per event id.

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post