111
zyspec
Re: APCal 2.22 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2017/3/16 15:11

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Yeah... sorry about that. geekwright found/fixed the issue (another of the dreaded spaces at the end of the url/path definitions).

I found occurrences of the same problem in numerous other files, so I fixed those too. I think I found them all but let me know if you find anything else. I've updated my branch with the changes. I updated the status to be 'Beta 1b' with a date of 16Mar2017 so you can tell if you have the right "revision".

Sorry, I should have caught that...



112
zyspec
Re: APCal 2.22 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2017/3/16 4:18

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@Cesagonchu,

I have updated a couple of things to address 2 of the open issues you have.... I also commented on the problem you're seeing with the "file not found" error on github issues

You can try my branch (unofficial) to see if this solves the 2 issues you're having. If so then I'll put in a pull request so they become a part of the official branch.

You can download a copy of my branch athttps://github.com/zyspec/apcal

Don't forget - you have to rename the directory to "APCal" (case sensitive) BEFORE you install the module.



113
zyspec
Re: extcal database query
  • 2017/3/7 5:41

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I think what you want is to replace the last 3 lines with the following:

if ($row['event_start'] <= $time && $time <= $row['event_end']) { 
  echo 
$row['event_title']; 
}


This compares the numeric value of today, the starting time and the ending time. Your previous attempt compares the formatted date string, which isn't what you want.



114
zyspec
Re: News and Photogallery modules
  • 2016/9/5 20:27

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I recommend Publisher for a news module. It has lots of features and is actively being developed. You might try xmcontent if you just need something simple to publish a few articles.

Sorry I can't make a recommendation for a photo gallery as I don't have any experience with the existing modules.



115
zyspec
Re: MyAlbum 3.07 pre-RC3 available for testing
  • 2016/8/20 16:27

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Thanks Richard... I hate auto-correct, doesn't fix stuff you want it to (like above) and then changes things that you don't want - I just can't win.



116
zyspec
Re: MyAlbum 3.07 pre-RC3 available for testing
  • 2016/8/20 4:39

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


in ./admin/admin_header.php change line 47 from:
$moduleperm_handler =& xoops_gethandler('groupperm');


to:
$moduleperm_handler xoops_gethandler('groupperm');



in ./admin/mygrouppermform.php change line 88 from:
$this->XoopsForm($title'groupperm_form''''post')


to:
$parent::__construct($title'groupperm_form''''post')



117
zyspec
Re: extCal 2.39 Beta-1 available for testing (XOOPS 2.5.8, PHP 7)
  • 2016/8/9 22:29

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


SMEDrieben,

In ./view_new-event.php right after lines 18-19:
if (count($permHandler->getAuthorizedCat($xoopsUser'extcal_cat_submit')) > 0) {
    include 
XOOPS_ROOT_PATH.'/header.php';

add the following line:
xoops_loadLanguage('modinfo'_EXTCAL_MODULE);


That should make the error go away and also display the page title correctly.



118
zyspec
Re: Module upgrade for xoops 2.5.8
  • 2016/7/22 20:05

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Line 53 should be changed from:
$this->XoopsObject();

to:
parent::__construct();



119
zyspec
Re: contact module with feedback auto-notification ?
  • 2016/7/12 3:20

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I have a version of contact that I modified "some time ago" that does this. I've been using a version of this for a while and it seems to work. It's on SourceForge - I'll merge it in with the "official" version of Contact on GitHub at some point but don't have time right now.

If you'd like to try my version you can get it from:
https://sourceforge.net/p/xoops/svn/13213/tree/XoopsModules/modulepacks/x257basicmodulepack/branches/zyspec/contact/



120
zyspec
Re: Biblioteka problems
  • 2016/7/12 2:34

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@Zap_English,

For Bookshop module, delete line 27 in ./class/bookshop_discounts.php
if (!defined('XOOPS_ROOT_PATH')) {




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 100 »



Login

Who's Online

258 user(s) are online (176 user(s) are browsing Support Forums)


Members: 0


Guests: 258


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits