- Posts: 5
- Thank you received: 0
[SOLVED] a couple of questions/issues
- hgi
- Topic Author
- Offline
- New Member
-
1. The Terms&Conditions-Popup doesn't work in FireFox 4 (but it is working in IE, Safari and in Chrome). Firebug brings up the following error:
2. I'm desperately looking for an upload-field in registration info. Is there a way to implement this?
3. Is it possible to change the sorting of the fields in registration info? I need the coupon-field to be one of the last fields.
Thank you in advance for any help/hints
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1. The Terms&Conditions-Popup doesn't work in FireFox 4 (but it is working in IE, Safari and in Chrome). Firebug brings up the following error:
=> I think there is a javascript conflict between mootools and one of javascript file in your site template . To be honest, I am not good at javascript, so fixing this conflict is difficult and time-cosuming. Could we modify the code alitle so that it will open the article in a new window instead of a popup ? That would save me much time .
2. I'm desperately looking for an upload-field in registration info. Is there a way to implement this?
=> Basically, we will need to implement a new custom field type . That's one of the new feature which I will implement in the next version (need to wait for 2 weeks to have it) . It is not available for now .
3. Is it possible to change the sorting of the fields in registration info? I need the coupon-field to be one of the last fields.
=> Sorry, It is not posible . If you want to change the fields positon, you will need to edit the code alitle . Looks at the code at components/com_eventbooking/views/register/tmpl folder, you will see the code and should be able to modify the code easily to change the position of coupon fields .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- hgi
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
to 2.: So I guess I'll have to wait

to 3.: I found and fixed that. Thank you very much!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
1=> Open the files in components/com_eventbooking/views/confirmation/tmpl (there are serveral files) . Find the code below :
Change it to
After that, it should works fine .
2 => My estimation . But it won't change much .
3 => Great

Tuan
Please Log in or Create an account to join the conversation.
- hgi
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
I know this could be done by JS but my JS-knowledge is, uhm, non-existent....
Please Log in or Create an account to join the conversation.
- hgi
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
I solved the thing with the js-t&c-popup and the code looks like this:
Please Log in or Create an account to join the conversation.
- cork
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 0
Just to close this topic:
I solved the thing with the js-t&c-popup and the code looks like this:
Code:<tr> <td colspan="2"> <input type="checkbox" name="accept_term" value="1" class="inputbox" /><?php echo JText::_('EB_ACCEPT'); ?><a href="javascript: void(0)" onclick="window.open('index.php?option=com_content&view=article&id=<?php echo $articleId; ?>&tmpl=component&format=html', '','width=500, height=600, scrollbars=1');return false;"><strong>Terms & Conditions</strong>.</a> </td> </tr> <?php } ?>
Which file in which directory is this code?
Please Log in or Create an account to join the conversation.
- BorderC
- Offline
- Senior Member
-
- Posts: 45
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
The files are on components/com_eventbooking/views/confirmation/tmpl folder. Depend on your settings :
1. If you set Enable Multiple Booking to Yes, the file need to be modified is cart.php (in the above folder) .
2. If you don't use Multiple Booking, the file need to be modified is default.php and group.php
Hope this help !
Tuan
Please Log in or Create an account to join the conversation.
- BorderC
- Offline
- Senior Member
-
- Posts: 45
- Thank you received: 0
You write:
I solved the thing with the js-t&c-popup and the code
What are you referring to (js-t&c-popup)? A plugin?
Your advise is most welcome!
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.