41
Mage
Re: xContent
  • 2017/3/19 7:33

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Use xmcontent:

xmcontent



42
Mage
Re: TDMDownloads 1.65 RC 1
  • 2017/3/10 8:23

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Sorry, but these problems do not apply to the TDMDownloads module



43
Mage
Re: Smarty Help
  • 2017/3/1 15:15

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1





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

  • Mage

  • Core Developer

  • Posts: 209

  • 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!



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

  • Mage

  • Core Developer

  • Posts: 209

  • 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.



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

  • Mage

  • Core Developer

  • Posts: 209

  • 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.



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

  • Mage

  • Core Developer

  • Posts: 209

  • 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.



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

  • Mage

  • Core Developer

  • Posts: 209

  • 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?



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

  • Mage

  • Core Developer

  • Posts: 209

  • Since: 2009/8/2 1


Thank you all!

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



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

  • Mage

  • Core Developer

  • Posts: 209

  • 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




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



Login

Who's Online

127 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 127


more...

Donat-O-Meter

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

Latest GitHub Commits