Home Forum |
Re:Show Packages (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Re:Show Packages
|
Aloga (User)
Fresh Boarder
Posts: 5
|
|
Show Packages 2 Years, 3 Months ago
|
Karma: 0
|
|
Hello,
I have three differents packages and I donīt know ...
How can I show the packages?
thnx!
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Aloga (User)
Fresh Boarder
Posts: 5
|
|
Re:Show Packages 2 Years, 3 Months ago
|
Karma: 0
|
|
Already I saw it. It was in the menu top in "pay" the url is:
index.php?option=com_mls_events&task=pay&eventid=1&Itemid=0
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Show Packages 2 Years, 3 Months ago
|
Karma: 13
|
|
I know, this is well hidden.
I guess you might want to add an option to the joomla mainmenu with this "task=pay" link so users find it.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Aloga (User)
Fresh Boarder
Posts: 5
|
|
Re:Show Packages 2 Years, 2 Months ago
|
Karma: 0
|
|
I have a problem. I have this "index.php?option=com_mls_events&task=pay&eventid=1&Itemid=0"
as access public, but If user goes to url doesnīt access public.... "You are not authorized to view this resource.
You need to login."
How I can change it If I have configuration access public?
thnx!
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Show Packages 2 Years, 2 Months ago
|
Karma: 13
|
|
You can't, because I enforce this in my code. There will be a line somewhere:
if(!$my->id) {
mosNotAuth();
}
Because only users which are logged in and have enrolled for the event are supposed to see this site anyway. Reason being, it hosts the PayPAl button which can only be valid when you are logged in, otherwise the ItemNumber cannot be generated and when the payment arrives, my script would not know which user it is for.
If you are not using PayPal, this page does not show anything that the "Payment Instructions" on the detail page would not already show anyway.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|