81
Cifug
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/4/17 22:13

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
alain01 wrote:
// Determine if video source is XoopsTube for thumbnail
    
case 200:
        
$thumb
            
=
            
'<img src="' XOOPS_URL '/' $screenshot '/' $picurl .'" title="'$title '" alt="' $title '" style="padding: 0px; border-style: none;" />';
                break;
    }
    return 
$thumb;


Now just write the fine name of the preview picture in the field "Link of the picture :" (for example "myvideo_01.png")

Thanks Alain01, this worked and the screenshot now shows but it isn't being resized to the thumbnail dimensions. You missed the "width" and "height" tags.

It works like this:
// Determine if video source is XoopsTube for thumbnail 
    
case 200
        
$thumb 
            
'<img src="' XOOPS_URL '/' $screenshot '/' $picurl '" width="' $width '" height="' $height '" title="'$title '" alt="' $title 
              
'" style="padding: 0px; border-style: none;" />'
                break; 
    } 
    return 
$thumb;
}


Cheers,
Marty.



82
Cifug
Re: extgallery options to add?
  • 2014/4/17 1:08

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Cool, thanks Rod.

Anybody else have some time to help me implement the 2 things I mentioned above?

1. Be able to make private albums
2. Album directory structure

I will help test it for you???



83
Cifug
Re: extgallery options to add?
  • 2014/4/16 5:22

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I know this is an old thread but I think some of the points that Rod brought up are still very valid like the idea of being able to make an album private or public and having a directory structure...very cool.

Even if we could just add the permissions to make a private or public album would be fantastic.

Rod, are you still working on this or have you had to re-prioritize?

Cheers,
Marty.



84
Cifug
Re: XoopsTube
  • 2014/4/12 0:46

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thank you alain01



85
Cifug
XoopsTube
  • 2014/4/11 15:16

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I currently have version 1.05

Is there an update to this module?

I notice that the latest version for xoopstube in the module repository is 1.051 however, I don't really know whether I should trust the xoops repository these days.

Anyway, just want to know if there is an update and what the changes are...

Any direction would be awesome.

Cheers,
Marty



86
Cifug
Re: Publisher & Tag Modules
  • 2014/4/4 23:21

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
Go to the "Permissions" tab, and look under "Fields available in articles submission forms" and check "Tags".


Thanks Mamba, I knew it had to be there somewhere

Cheers,
Marty



87
Cifug
Publisher & Tag Modules
  • 2014/4/4 12:12

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Hi everyone

Does or can Publisher use the Tags module? I know News does but I prefer to use Publisher and just wondering if I'm missing something because I can't find any settings...it may be staring me in the face tho

Cheers,
Marty



88
Cifug
Re: Configuration settings impacting speed
  • 2014/3/24 11:11

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Oh sorry, I thought it was a xoops thing... My bad, I should have thought to google first then come here for answers lol



89
Cifug
Re: Configuration settings impacting speed
  • 2014/3/24 10:53

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thanks Mamba, what does the "Persistant Connection" actually do, and if we shouldn't use it why is it an option in set up?

Cheers,
Marty.



90
Cifug
Re: Configuration settings impacting speed
  • 2014/3/24 2:29

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I noticed that DiggerSS mentioned in post #8 that it is located in the makefile.php.

I can't seem to find this file. I had a look through mainfile.php it's not in there.

Any ideas?

Cheers,
Marty.




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 19 »



Login

Who's Online

188 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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