evildrq
Topic Author
Offline
Senior Boarder
Posts: 62
Thank you received: 0
Is there a way to change the size of the terms and conditions window? We have several T&C\'s and the text goes off the screen. There is no way to see them all and no way to scroll down to see them. Is there a way to make the window wider or add a scroll bar?
Thanks.
Please Log in or Create an account to join the conversation.
dthadmin
Offline
Administrator
Posts: 5470
Thank you received: 3
In the 2.3.5 release, some work was done towards this. The scrollbar was added when your text goes bigger than the box. To change the size of the box, open this file:
/components/com_dtregister/dtregister.php
Around line 3998, you\'ll find this:
jQuery.blockUI({ message: jQuery(\'#term_msg\'),cursor:\'default\',css:{height:\'400px\',width:\'600px\',overflow:\'auto\'} });
You can modify the height and width here.
Then, IF needed after changing the size of the window, you can also limit how far the text goes in the box before wrapping. Do that here:
/components/com_dtregister/terms.php
Around line 152 you\'ll find:
<p class=\"lbText\"><pre><?php echo wordwrap(str_replace(\'-\',\'–\',stripslashes($showTerms)), 80, \"\\n\"); ?></pre></p>
You\'ll see \"80\" towards the end of that line. This represents the number of \"columns\" wide your text will display.
Hope this is helpful!
Check this box to be notified of replies to this topic.
Note: BBcode and smileys are still usable.
Please Log in or Create an account to join the conversation.
Board Categories
News & Announcements
- DTH Development Announcements
DT Register
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- General Discussion - Joomla 1.7 / 2.5
- General Discussion - Joomla 3.x
- Feature Wish List
- DT Register Plugins
DT SMS
- Pre-Sales Questions
- General Discussion - Joomla 3.x
- Feature Wish List
DT Donate
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- Feature Wish List
- General Discussion - Joomla 2.5
- General Discussion - Joomla 3.x
DT DocuSign
- Pre-Sales Questions
- General Discussion - Joomla 2.5 / 3.x
- Feature Wish List
DT Invoice
- Pre-Sales Questions
- General Discussion
- Feature Wish List
DT Community Builder Plugins
- DT Delete Me
Show & Tell
- DT Show & Tell
Time to create page: 0.542 seconds