41
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/2/19 12:41

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Thank you for this great job!

I would like to integrate it in the next version of the module. You agree?

If you need to modify the php code for display, ask me!



42
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/2/17 11:22

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hi Heyula!

Thanks for your great work in templates!

1. I will integrate this
2. With the new system "fineupload" of 2.5.9 I will be able to make the modification to integrate images.
3. I do not know if it's very useful for everyone...

The next version of TDMDowloads will only be a code change to be compatible with version 2.5.9.

Then I integrate the requests!
For the moment I concentrate on xoops 2.5.9.



43
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/2/2 21:22

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Quote:

heyula wrote:
This will be great. I will then make a theme for this module.


That's great. If you need modifications in the module for templates, I can do it.



44
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/1/31 18:07

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


I do not have this problem! What version of xoops do you have? What does debug mode say?

I found the problem The version of TDMDownloads is only compatible with xoops 2.5.9...

To make it compatible with 2.5.8 you need to modify the file TDMDowloads/class/tree.php With this code:
class TDMObjectTree extends XoopsObjectTree {
    
    protected function 
makeArrayTreeOptions($fieldName$key, &$ret$prefix_orig$prefix_curr '')
    {
        if (
$key 0) {
            
$value $this->_tree[$key]['obj']->getVar($this->_myId);
            
$ret[$value] = $prefix_curr $this->_tree[$key]['obj']->getVar($fieldName);
            
$prefix_curr .= $prefix_orig;
        }
        if (isset(
$this->_tree[$key]['child']) && !empty($this->_tree[$key]['child'])) {
            foreach (
$this->_tree[$key]['child'] as $childKey) {
                
$this->makeArrayTreeOptions($fieldName$childKey$ret$prefix_orig$prefix_curr);
            }
        }
    }
    
    public function 
makeArrayTree($fieldName$prefix '-'$key 0) {
        
$ret = array();
        
$this->makeArrayTreeOptions($fieldName$key$ret$prefix);

        return 
$ret;
    }
}


I tested on xoops 2.5.9 and I did not see the problem, sorry.



45
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/1/30 8:56

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


I can integrate this in the next version!

For information:
The templates are old and I would like to have a bootstrapp version, could a designer help me?



46
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/1/28 8:27

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Thank you all!

If you have suggestions for improvements, you have to propose them!



47
Mage
TDMDownloads 1.65 RC 1
  • 2017/1/26 20:11

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello,

I am pleased to announce the release of TDMDownloads in version 1.65 RC 1.

This release corrects the following issues with version 2.5.8:

- Fixed class tree.php
- Fix "error by ref"
- Module class update
- Fixed an error with search.php
- Fixed an error with xoops_load

This version only works on versions higher than 2.5.8.

To download: Here

To report a bug: Here



48
Mage
Re: new module wgTimelines
  • 2017/1/21 18:08

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


You should post a news. This module must be known!

I have a small display problem, I have described the problem on github!



49
Mage
Re: new module wgTimelines
  • 2017/1/20 16:51

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


This module is excellent! Congratulations for this work. The module is very interesting and the possibilities are enormous. It is a good complement to a content module such as xmcontent.



50
Mage
Re: new theme for xoops.org
  • 2017/1/14 16:26

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


I answered you (# 30). You do not use the correct version, you must use my link:

https://github.com/GregMage/TDMDownloads/tree/Version_165

Your modification is not right! On version 1.65 it works.

For now I have to fix a problem with submit.php and search.php




TopTop
« 1 2 3 4 (5) 6 7 8 9 »



Login

Who's Online

178 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

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

Latest GitHub Commits