Welcome, Guest
Please Login or Register.    Lost Password?

Show Packages
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Show Packages
#227
Show Packages 5 Years, 8 Months ago Karma: 0
Hello,

I have three differents packages and I don´t know ...

How can I show the packages?

thnx!
Aloga
Aloga
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#228
Re:Show Packages 5 Years, 8 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
Aloga
Aloga
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#229
Re:Show Packages 5 Years, 8 Months ago Karma: 9
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.
moensch
moensch
Administrator
Posts: 678
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#298
Re:Show Packages 5 Years, 7 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!
Aloga
Aloga
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#299
Re:Show Packages 5 Years, 7 Months ago Karma: 9
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.
moensch
moensch
Administrator
Posts: 678
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: moensch