1
mackingspain
how to turn off showcalendar / displaycalendar call in forms?

Greetings -

I'm using Formulize with XOOPS 2.0.15, PHP Version 4.4.4, and MySQL Version 4.1.21 and have a problem when I use date boxes in forms. A button like this:



is put next to each date field which seems designed to bring up a visual calendar using javascript. In my site, however, the button does not bring up the box and instead resets all of the fields the user has already filled in on the form. The guilty tag seems to be:


<input type='reset' value=' ... ' onclick='return showCalendar("ele_45");'>



element 45 is the date I'm using there, btw

I have warned users about this but it's just too tempting for them. I'm wondering if there's a hack to just get rid of the showcalendar box call for forms altogether. The most most relevant error I get on the page in debug mode is:

Warning: Missing argument 8 for displaycalendar() in file /modules/formulize/include/calendardisplay.php line 62

If I understand the message correctly, element 8 is $hidden, but I'm not sure where it's set.

It might be something particular to my site, but I have tried different browsers and turning off pop-up blockers.

2
jegelstaff
Re: how to turn off showcalendar / displaycalendar call in forms?

Hello,

I don't think the problem you're having with the showCalendar javascript function is related to the notice about the displayCalendar PHP function.

Have you installed the datebox patch that we distribute with Formulize? It changes the behaviour of XOOPS dateboxes slightly.

What exactly happens when users click the button? All fields in the form go blank? Or just calendar fields? What version of Formulize are you using?

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports

3
mackingspain
Re: how to turn off showcalendar / displaycalendar call in forms?

Thanks for getting back to me - I should have mentioned that I'm working with Formulize 2.2RC1. The files I have seem to be identical to the ones in the patch.

The behavior of the date box & button is as follows:

- the form appears with today's date already filled in

- when the button is clicked, all fields revert to the default value set when the page was first opened. text fields are blank, option boxes are reset, yes/no boxes are set to the default setting, and date boxes are reset to today's date.

I created another test form as an experiment and saw the same behavior from the date box in that form. I tried formatting the date differently (mm-dd-YYYY for example) but saw the same behavior.

4
jegelstaff
Re: how to turn off showcalendar / displaycalendar call in forms?

What browser are you using? I think this is a bug in the HTML that is only rearing it's head in a particular browser, maybe IE 7?

Here's the thing, the calendar '...' buttons are listed as "type=reset", and the behaviour you're describing is exactly what you'd expect a reset button to do in a form. But the onclick event should (and normally does) override the behaviour of the reset button. Instead, the button simply does whatever the javascript function returns, which should be the typical calendar that we know and love.

However, in your case, the javascript is failing. This could be because your site has a problem with accessing the javascript function that shows the calendar (did you put the <{$calendarjs}> smarty tag into your main page template when you installed the datebox patch?).

Or it could be that the browser you are using is deciding that the 'reset' status of the button should override whatever onclick events the button has.

Or both.

So the first thing to do is make sure the javascript function is available. So make sure that <{$calendarjs}> is in your main page template. Right before the tag is recommended.<br><br>If you do that, check the page source after going to the form, to make sure the change is picked up. You should have a lot of javascript code near the top, including a line like this:<br><br>function showCalendar(id) {<br><br>If you don't have that even after making the change, make sure your templates are being read properly and you don't have any cached or compiled templates or other files getting in the way. Check the FAQ on this site for help making sure changes are reflected in your live site.<br><br>If you do have that javascript in the page now, and you click the button and you still get the reset behaviour and not the calendar behaviour, then you need to fix that HTML bug in the date select box, which should never have been written that way in the first place in my opinion, I'm sorry we didn't correct it when we made our datebox patch.<br><br>Anyway, go to class/xoopsform/formtextdateselect.php and change the text near the bottom that says type='reset' to type='button'.<br><br>If you do that, and then try to click the calendar button, I sure hope it works!<br><br>Make sense? <br><br>--Julian </div> <div style="position: relative; margin-top: 5px; bottom:0px; right: 15px; text-align: right; font-style: italic; clear: both; border-top:1px solid #eeeeee; padding: 10px 0 0 0;"> Technical Architect - <a href="http://www.freeformsolutions.ca" rel="noopener external" title="">Freeform Solutions</a><br><a href="http://www.freeformsolutions.ca/formulize" rel="noopener external" title="">Formulize</a> - custom registration forms, ad hoc forms and reports </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <style> #forum-more-info-250904{display: none} </style> <script> $( document ).ready(function() { $( "#forum-show-more-250904" ).click(function() { $( "#forum-more-info-250904" ).toggle("slow"); }); }); </script> <div class="post-body" style="background:#efefef;border-radius:4px;padding:7px;margin-top:15px;margin-bottom:10px;"> <div class="post-eren" style="background:#fff;margin:5px;padding:15px;box-shadow: 0 1px 2px #bbb"> <div class="post-text post-text-mob"> <span style="position: absolute; right: 45px;"> <a style="color: #666666; font-size: 12px" id="250904" href="https://xoops.org/modules/newbb/viewtopic.php?post_id=250904#250904"><i class="fas fa-hashtag"></i>5</a> </span> <br> <div class="kapla"> <div class="row"> <div class="col-md-12"> <div class="candidates-img float-left mr-4"> <img style="max-width: 72px;" src="https://xoops.org/uploads/avatars/blank.gif" alt="mackingspain" class="img-circle img-responsive img-thumbnail"> </div> <div class="candidates-list-desc job-single-meta pt-2"> <h5 class="mb-2 f-19"><i class="fas fa-bars"></i> and the answer is . . .</h5> <ul class="list-inline mb-0"> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> 2007/1/28 17:11</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-user"></i> <a href='https://xoops.org/userinfo.php?uid=54028'>mackingspain</a></p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-users-cog"></i> Just popping in</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-comments"></i> Posts: <a href="https://xoops.org/modules/newbb/viewpost.php?uid=54028" title="All"> 9 </a> </p> </li> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> Since: 2006/9/26 </p> </li> </ul> </div> </div> </div> </div> <br> <div class="yazirenk"> I had the tag in the wrong place. I'd put the <{$calendarjs}> tag <b>after</b> TITLE in the templates page, and as you say here, it needs to be <b>before</b>. <br><br>I'd installed the patch from the <a href="http://sourceforge.net/tracker/?func=detail&aid=1077123&group_id=41586&atid=430842">Sourceforge</a> instructions, which asks for the tag to go after TITLE, but I wasn't able to get functionality out of this until I followed the instructions in this post and moved the tag up.<br><br>Thanks again for your help! </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <style> #forum-more-info-250905{display: none} </style> <script> $( document ).ready(function() { $( "#forum-show-more-250905" ).click(function() { $( "#forum-more-info-250905" ).toggle("slow"); }); }); </script> <div class="post-body" style="background:#efefef;border-radius:4px;padding:7px;margin-top:15px;margin-bottom:10px;"> <div class="post-eren" style="background:#fff;margin:5px;padding:15px;box-shadow: 0 1px 2px #bbb"> <div class="post-text post-text-mob"> <span style="position: absolute; right: 45px;"> <a style="color: #666666; font-size: 12px" id="250905" href="https://xoops.org/modules/newbb/viewtopic.php?post_id=250905#250905"><i class="fas fa-hashtag"></i>6</a> </span> <br> <div class="kapla"> <div class="row"> <div class="col-md-12"> <div class="candidates-img float-left mr-4"> <img style="max-width: 72px;" src="https://xoops.org/uploads/cavt42e9c95c67872.gif" alt="jegelstaff" class="img-circle img-responsive img-thumbnail"> </div> <div class="candidates-list-desc job-single-meta pt-2"> <h5 class="mb-2 f-19"><i class="fas fa-bars"></i> Re: and the answer is . . .</h5> <ul class="list-inline mb-0"> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> 2007/1/28 17:17</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-user"></i> <a href='https://xoops.org/userinfo.php?uid=22018'>jegelstaff</a></p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-users-cog"></i> Module Developer</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-comments"></i> Posts: <a href="https://xoops.org/modules/newbb/viewpost.php?uid=22018" title="All"> 518 </a> </p> </li> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> Since: 2004/7/2 2</p> </li> </ul> </div> </div> </div> </div> <br> <div class="yazirenk"> Odd, maybe you had a typo. It shouldn't matter if it's before or after the title (it was before the title in a site I checked while writing that post). In the Formulize readme, we say put it after the title. Javascript should be read by the browser no matter where it is, as long as it's inside script tags, inside the html tags. Anyway, I'm glad it's working now!<br><br>--Julian </div> <div style="position: relative; margin-top: 5px; bottom:0px; right: 15px; text-align: right; font-style: italic; clear: both; border-top:1px solid #eeeeee; padding: 10px 0 0 0;"> Technical Architect - <a href="http://www.freeformsolutions.ca" rel="noopener external" title="">Freeform Solutions</a><br><a href="http://www.freeformsolutions.ca/formulize" rel="noopener external" title="">Formulize</a> - custom registration forms, ad hoc forms and reports </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <div class="newbb-viewtopic-footer"> <div class="row mb10"> <div class="col-sm-6 col-md-6 hidden-xs"> <a href="https://xoops.org/modules/newbb/reply.php?topic_id=56692" title="Reply" class="btn btn-sm btn-primary">Reply</a> <a href="https://xoops.org/user.php" title="Register" class="btn btn-sm btn-success">Register</a> <a href="https://xoops.org/modules/newbb/polls.php?op=add&topic_id=56692" title="Add Poll" class="btn btn-sm btn-info">Add Poll</a> </div> </div> <div class="text-right generic-pagination"> </div> </div> <!-- .newbb-viewtopic-footer --> </div> <!-- .newbb-viewforum --> <!-- End content module --> </div> </div> <div class="col-xl-3 col-lg-12 col-md-12"> <!-- Start right blocks loop --> <div class="card"> <div class="card-header"> <h3 class="card-title">Login</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <div class="panel panel-default"> <form action="https://xoops.org/user.php" method="post" role="form"> <div class="panel-body"> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-12 control-label"> Username</label> <div class="col-sm-9"> <input class="form-control login-block-form" style="margin-bottom: 5px;" type="text" name="uname" placeholder="Your Username"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-12 control-label"> Password</label> <div class="col-sm-9"> <input class="form-control login-block-form" type="password" name="pass" placeholder="Your Password"> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <div class="checkbox"> <label> <input type="checkbox" name="rememberme" value="On" class="formButton"> Remember me </label> </div> </div> </div> <input type="hidden" name="xoops_redirect" value="/modules/newbb/viewtopic.php?post_id=250905"> <input type="hidden" name="op" value="login"> <div class="form-group last"> <div class="col-sm-offset-3 col-sm-9"> <input type="submit" class="btn btn-success btn-sm" value="User Login"> <button type="reset" class="btn btn-default btn-sm"> Reset </button> </div> </div> </form> </div> </form> <div class="panel-footer" style="text-align: center"> <a href="https://xoops.org/register.php" title="Register now!">Register now!</a>  |  <a href="https://xoops.org/user.php#lost" title="Lost Password?">Lost Password?</a> </div> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Search</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <form role="search" action="https://xoops.org/search.php" method="get"> <div class="input-group"> <input class="form-control" type="text" name="query" placeholder="Search here..."> <input type="hidden" name="action" value="results"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit"> <span class="fas fa-search"></span> </button> </span> </div> </form> <p class="text-right"> <a href="https://xoops.org/search.php" title="Advanced Search"> Advanced Search </a> </p> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Recent Posts</h3> </div> <div class="card-body p-0"> <div class="job-box"> <div class="inbox-message"> <ul> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367240#forumpost367240"><i class="fas fa-angle-right"></i> Re: Test 3</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/10 1:12 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367239#forumpost367239"><i class="fas fa-angle-right"></i> Test 3</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/10 1:08 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367238#forumpost367238"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:56 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367237#forumpost367237"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:29 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367236#forumpost367236"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:25 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367235#forumpost367235"><i class="fas fa-angle-right"></i> Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 19:34 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367228#forumpost367228"><i class="fas fa-angle-right"></i> Re: Xlanguage Module - Default Language Issue</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/3 18:30 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367227#forumpost367227"><i class="fas fa-angle-right"></i> Re: Xlanguage Module - Default Language Issue</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/3 13:47 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=141176" title="Runeher2">Runeher2</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367226#forumpost367226"><i class="fas fa-angle-right"></i> Re: Xlanguage Module - Default Language Issue</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/1 19:27 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367225#forumpost367225"><i class="fas fa-angle-right"></i> Re: Xlanguage Module - Default Language Issue</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/1 6:59 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=141176" title="Runeher2">Runeher2</a> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Who's Online</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <p><strong>205</strong> user(s) are online (<strong>164</strong> user(s) are browsing <strong>Support Forums</strong>)</p> <hr> <p><i class="fas fa-user-plus"></i> Members: 0</p> <hr> <p><i class="fas fa-street-view"></i> Guests: 205</p> <hr> <p><i class="fas fa-users"></i> </p> <a class="btn btn-sm btn-info" href="javascript:openWithSelfMain('https://xoops.org/misc.php?action=showpopups&type=online','Online',420,350);" title="more...">more...</a> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Donat-O-Meter</h3> </div> <div class="card-body p-0"> <table class="table table-bordered"> <tr> <td style="width: 100%; font-weight: bold; text-decoration: underline;" colspan="2">Stats</td> </tr> <tr> <td>Goal:</td> <td>$100.00</td> </tr> <tr> <td>Due Date:</td> <td>Jun 30</td> </tr> <tr> <td>Gross Amount:</td> <td>$0.00</td> </tr> <tr> <td>Net Balance:</td> <td>$0.00</td> </tr> <tr> <td style="font-weight: bold;">Left to go:</td> <td style="font-weight: bold;"><span style="color: #CC0000;">$100.00</span></td> </tr> <tr> <td style="width: 100%; text-align: center;" colspan="2"><a href="https://xoops.org/modules/xdonations/index.php"> <img src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" style="border-width; 0px;" alt="Make donations with PayPal!" width=110 height=23 /> </a></td> </tr> </table> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Latest GitHub Commits</h3> </div> <div class="card-body p-0"> <div id="demo"> <div class="job-box"> <div class="inbox-message"> <ul> <li v-for="record in commits"> <div class="message-body1"> <div class="message-body-heading1"> <h5><a><i class="fas fa-angle-right"></i></a> <a :href="record.html_url" target="_blank" class="commit">{{ record.sha.slice(0, 7) }} - <span class="message">{{ record.commit.message | truncate }}</span></a></h5> </div> <div class="olc"><i class="fas fa-user"></i> <a :href="record.author.html_url" target="_blank">{{ record.commit.author.name }}</a> <i class="fas fa-folder-open"></i> {{ record.commit.author.date | formatDate }}</div> </div> </li> </ul> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.4/vue.min.js"></script> <script> var apiURL = 'https://api.github.com/repos/XOOPS/XoopsCore25/commits?per_page=3&sha=' /** * Actual demo */ var demo = new Vue({ el: '#demo', data: { branches: ['master'], currentBranch: 'master', commits: null }, created: function () { this.fetchData() }, watch: { currentBranch: 'fetchData' }, filters: { truncate: function (v) { var newline = v.indexOf('n') return newline > 0 ? v.slice(0, newline) : v }, formatDate: function (v) { return v.replace(/T|Z/g, ' ') } }, methods: { fetchData: function () { var xhr = new XMLHttpRequest() var self = this xhr.open('GET', apiURL + self.currentBranch) xhr.onload = function () { self.commits = JSON.parse(xhr.responseText) console.log(self.commits[0].html_url) } xhr.send() } } }) </script> </div> </div> <!-- End right blocks loop --> </div> </div> </div> </section> <!--Section--> <!--Footer Section--> <footer class="footer"> <div class="container bottom_border"> <div class="row"> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">About us</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/wfchannel/">About Xoops</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=24">Why XOOPS?</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=21">Board of Advisors</a></li> <li><a href="https://xoops.org/modules/wgtimelines/index.php?op=list&tl_id=1">Xoops Innovators</a></li> <li><a href="https://xoops.org/modules/wgtimelines/index.php?op=list&tl_id=2">XOOPSers</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=6">XOOPS Etiquette</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Learn</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/news/article.php?storyid=4534">Books</a></li> <li><a href="https://xoops.org/modules/smartfaq/">FAQ</a></li> <li><a href="https://www.gitbook.com/@xoops/">Core Guides</a></li> <li><a href="https://www.gitbook.com/@xoops/">Module Guides</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Use</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://github.com/XOOPS/XoopsCore25/releases">Download Xoops</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://xoops.org/modules/newbb/">Support Forums</a></li> <li><a href="https://xoops.org/modules/xoopspartners/">International Support</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Develop GitHub</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://github.com/XOOPS">Core @ GitHub</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://sourceforge.net/projects/xoops/">Legacy XOOPS @ SourceForge </a></li> <li><a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md">Coding Standards PSR-2</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Contribute</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/xdonations/">$$$ Donations</a></li> <li><a href="https://github.com/orgs/XOOPS/people">Join Team</a></li> <li><a href="https://github.com/XOOPS">Core @ GitHub</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://github.com/XOOPS/XoopsCore25/issues">Report Core Bug</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Connect</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://www.facebook.com/groups/xoops/">Facebook</a></li> <li><a href="http://www.linkedin.com/groups?gid=43552">LinkedIn</a></li> <li><a href="http://www.flickr.com/photos/tags/xoops/">Flickr</a></li> <li><a href="https://www.youtube.com/results?search_query=xoops">YouTube</a></li> <li><a href="https://www.openhub.net/p/xoops">Ohloh</a></li> <li><a href="https://twitter.com/xoopsgithub">Twitter</a></li> </ul> <!--footer_ul_amrc ends here--> </div> </div> </div> <div class="container"> <!--foote_bottom_ul_amrc ends here--> <br> <p class="text-center"><a rel="nofollow" href="https://xoops.org/modules/wfchannel/index.php?pagenum=3">Terms of Use</a> | <a rel="nofollow" href="https://xoops.org/modules/wfchannel/index.php?pagenum=4">Privacy Policy</a> | Hosted by <a rel="nofollow" href="http://www.arvixe.com/xoops_hosting?utm_campaign=xoops&utm_medium=banner&utm_source=xoops.org" title="Hosted by Arvixe">Arvixe Hosting</a> | <a rel="nofollow" href="https://xoops.org/backend.php" title="RSS2 Feed"><img src="https://xoops.org/uploads/rss.gif" alt="RSS 2.0 Button" /></a> <script type="module"> jQuery(document).ready(function () { jQuery("ul.sf-menu").superfish(); pathClass: "current" }); </script></p> </div> <center><a href="https://erenyumak.com/" target="_blank">Design: B.Heyula</a></center> </footer> <a href="#top" id="back-to-top" style="display: inline;"><i class="fa fa-long-arrow-up"></i></a> <!--Footer Section--> <!-- JS --> <script src="https://xoops.org/themes/xoops2020/js/jquery-3.5.1.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/bootstrap.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/bootstrap.bundle.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/newapplication.js" defer></script> <!-- JS --> </body> </html>