11
heyula
Re: TDMDownloads 1.65 RC 1
  • 2017/1/30 15:21

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Quote:

Cesagonchu wrote:
Your picture doesn't show, heyula.


Resized Image

12
Cesagonchu
Re: TDMDownloads 1.65 RC 1

Thanks!

13
heyula
Re: TDMDownloads 1.65 RC 1
  • 2017/1/31 16:39

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Quote:

Mage wrote:
Thank you all!

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


Hello Mage
I think there is a mistake

The categories I have added appear in the module's homepage
Resized Image


It does not appear on the admin page.

Resized Image

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

15
heyula
Re: TDMDownloads 1.65 RC 1
  • 2017/1/31 18:57

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Problem solved thanks.

16
hipoonios
Re: TDMDownloads 1.65 RC 1
  • 2017/2/1 19:31

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Some more requests/suggestions:

* Make columns sortable in table view
* Have more screenshots/images for downloads
* Embedded Youtube videos
* The ability to add mirror links
* Clean URLs support
* In table view, use ajax tooltip to show a image and part of the description about the download. An old discontinued module called rmDownloads had this feature. It would be really great to have this in TDMDownloads too.

...and as you have already mentioned, updated templates.

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

18
heyula
Re: TDMDownloads 1.65 RC 1
  • 2017/2/3 11:38

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Quote:

Mage wrote:
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.


Hi;
These features will be great

1: Vote Ajax Rating -http://www.astuces-webmaster.ch/page/system-vote-ajax-rating
2: Gallery for pictures
3: Additional download areas , Example : 64-Bit Download - 32-Bİt Download

19
heyula
Re: TDMDownloads 1.65 RC 1
  • 2017/2/4 10:26

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


I started to work on the theme for the download module.

TDMDownloads İndex :

Resized Image

20
Bleekk
Re: TDMDownloads 1.65 RC 1
  • 2017/2/4 13:12

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


looks great!

I have only one wish, use as much as you can bootstrap css classes. it is then easier to use and adopt it to other bootstrap themes

Login

Who's Online

173 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 173


more...

Donat-O-Meter

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

Latest GitHub Commits