FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Modify Component (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Modify Component
#417
Aslam Motala (Visitor)

Modify Component 2 Years, 3 Months ago  
We purchased this component for a client who requires further enhancements. We have started on developing enhancements to this component. We have checked almost all the files which you have developed. All the values are passed using JavaScript files, but you have encrypted all the JS files which cannot be modified. Is there anyway we can get hold of the unencrypted JavaScript files, so that we could plugin our modification.
 
Logged Logged  
  The administrator has disabled public write access.
#418
fabrizim (Admin)
Administrator
Posts: 223
graph
User Online Now Click here to see the profile of this user
Gender: Male Location: Lowell, MA Birthdate: 1980-08-14
Re:Modify Component 2 Years, 3 Months ago Karma: 7  
Hi Aslam-

The javascript source files can be found in [JOOMLA_ROOT]/components/com_tableboss/tpl/js. The javascript is packed and cached when the source is modified, so if make any changes to these files, the changes will take effect immediately.

Let me know if you are able to make the changes you need-

Best Regards-
Mark
 
Logged Logged  
  The administrator has disabled public write access.
#419
Aslam Motala (Visitor)

Re:Modify Component 2 Years, 3 Months ago  
Hi Mark,

Thanks for the reply. Its seems very difficult to fully understand the java script. Do you make changes to client requirement? If so here is what we wanted to do:

196.41.3.244/dev/zarephaths/index.php?op...ss&Itemid=26

Turn the time option off. (step 3)
Replace this step with "Please select a dining area"
Populate this dropdown with "Teak, Tambotie and Oak"

Should check for booking availability and return either to display that the dining area is taken or available

The number of guests from step 1 should dictate the number of guest name boxes in step 4.
If there are 2 guests it should display two name fields
EG of this is displayed below

Name:
Email:
Phone:
Occasion:
Guest 1:
Guest 2:
 
Logged Logged  
  The administrator has disabled public write access.
Go to top