321
alain01
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2013/9/29 18:58

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Found !!!

File /modules/xoopstube/include/video.php

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

by
// 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")



322
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:45

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


héhé goffy, plz, re-read my post



323
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/9/18 14:47

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
since my old post, no other work...

Done :
* Included TinyMCE v4 in XOOPS (http://www.tinymce.com/index.php)
* Added de FileManager Free for TinyMCEv4 (https://github.com/2b3ez/FileManager4TinyMCE)
**If member of admin group, you could :
- Delete files
- Delete directory
- Add directory
- Add files (drad'n drop)
* Added 2 gabarits, availables
* Included the xoops_quote plugin
* Included xoops_code plugin

To do : (not me)
- Include xoops_emoticons plugin
- Include xoops_imagemanager plugin
hummm I dont know how to made it...

To do (me) (in next days) :
1 - Update TinymCE (4.0.3b3 to 4.0.6)
2 - Update the FileManager Free for TinyMCEv4 to v9 (now named responsivefilemanager)
3 - Add new plugin ? ( tinymce4-plugin-qrcode)

Waouuu, i 'm happy cause there were many plugin manager for TinyMCE and i choosed "FileManager Free for TinyMCEv4" and the developper has continued to work on it and now it's "responsivefilemanager". Good choice



324
alain01
Re: TinyMCE v4 pour XOOPS : Version to test
  • 2013/7/29 21:37

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
i'm just come back from holidays...

Yes, still test version,
there are lot of some little things to do...

... but, it runs.

If any trouble, you can return to config to choose tinyeditor (v3).
No influence on existent news, or contents.



325
alain01
Re: extCal 2.37 Final is released
  • 2013/7/11 7:17

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hello,
Nice news.

The original author was Zoullou,
so long time that i didn't see him...

Mamba, i read your name in the author list,

Are you the current developper, now ?



326
alain01
Re: TinyMCE v4 pour XOOPS : Version to test
  • 2013/6/13 9:51

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Quote:
To do :
- Automtic parameter for path in the config.php file, for the filemanager plugin


If you use xoops from "d:\wamp\www" all is ok.

if you use xoops from "d:\wamp\www\mytestsite1" you should modify the file like that :

$upload_dir "/uploads/tinymce4/media/"// path from base_url to upload base dir
$current_path "../../../../../../../../uploads/tinymce4/media/"// relative path from filemanager folder to dir for upload file


to

$upload_dir "/mytestsite1/uploads/tinymce4/media/"// path from base_url to upload base dir
$current_path "../../../../../../../../../uploads/tinymce4/media/"// relative path from filemanager folder to dir for upload file


Added "/mytestsite1" to $upload_dir
Added 1 "../" to $current_path



327
alain01
TinyMCE v4 pour XOOPS : Version to test
  • 2013/6/12 13:51

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


TinyMCE v4 pour XOOPS

Date : 12/06/2013
Version : 0.80 => Be carreful , version in dev.
Auteur : alain01


!!! Be careful!
This version should not be installed on a production site !!!


Version : 0.80 => Be careful , version in dev.

Done :
* Included TinyMCE v4 in XOOPS (http://www.tinymce.com/index.php)
* Added de FileManager Free for TinyMCEv4 (https://github.com/2b3ez/FileManager4TinyMCE)
**If member of admin group, you could :
- Delete files
- Delete directory
- Add directory
- Add files (drad'n drop)
* Added 2 gabarits, availables
* Included the xoops_quote plugin
* Included xoops_code plugin

To do :
- Include xoops_emoticons plugin
- Include xoops_imagemanager plugin
- Move xoops plugins to another directory, external_plugin
- Automtic parameter for path in the config.php file, for the filemanager plugin
- Include 2 levels for TMCEV4 (light and full) in admin option, dependings xoops groups
- ...

Download here


Installation :
1) Copy all under /htdocs to your root site
2) Update system module
3) Use TinyMCE v4 pour XOOPS

4) For blocs, comments and modules :
- Go to Administration / Preférences / Paramètres du système,
- Partie "Paramètres de l'éditeur de texte"
- Choose in the list : "Tinymce4"

4a) For modules, update modules which use this editor



328
alain01
Re: Link for a direct phone call in a web page
  • 2013/6/3 8:46

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


You mean the Wtai code ?

You mean that the wtai code is only visible from mobile ?

The first code (<a href="tel:) seems to be ok...

Mariane, could you explain more, please.



329
alain01
Link for a direct phone call in a web page
  • 2013/5/31 8:54

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,

yes, i know, the title is not clear,
but it was hard for me to explain that in 3 words

Perhaps lot of people know yet this, but i discover this functionnality yesterday, surfing on the net with my smartphone (i'm noob with my smartphone, but i like discover all what could i do with it, im so curious...).

ok, ok, alain, let's explain :

In a mail or a web page, if you want that you readers call (phone call) the phone number from their smartphone, on the contact page for example

you should add this code : (french phone number in this example)

<a href="tel:0472xxyyzz">Click here to call the 04 72 xx yy zz</a>


Result :
When your readers will click on the link, their smartphone directly call the number phone.

Cool, no ?

So I will change my professional signature and my contact page on my web sites.

You already know that ? True ? ok ok, so you can say that i'm old man,



330
alain01
image and icon with license CC BY 3.0 US
  • 2013/5/30 10:04

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hello,

i found a big collection of icons and images (Commercial usage: Allowed) but the license is CC BY 3.0 US

Does it means we can't use this icons collection out of USA ?

My idea is to use new emoticons in the XOOPS package, but i need to know if it's ok to put it in the package or not.




TopTop
« 1 ... 30 31 32 (33) 34 35 36 ... 38 »



Login

Who's Online

192 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 192


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