301
alain01
Re: International XOOPS Podcast
  • 2014/3/12 15:27

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Episode 2 in line !!!

Audio Rss
Resized Image



302
alain01
Re: New Module XZen 1.5.1 for Xoops 2.5.6
  • 2014/3/8 0:15

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Quote:

robertchan wrote:
After New XosC,


Humm,
i read old topics about it from you and it's not very clear...

Could you make an abstract about Xosc, in another topic, please ?
(On line demo, stable ?, download ?, free ? )
Thanks.



303
alain01
Re: Two-Factor Authentication for Xoops
  • 2014/3/7 23:37

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


humm,

- you need to have a phone on you
- you need to have an account with providers in order to send sms...

no ?



304
alain01
International XOOPS Podcast
  • 2014/3/5 7:48

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi all,
I hope you read the news about the podcast (for the French-speaking community).
Resized Image

What about build international Podcast ?

why not open an :
- fr-podcast.xoops.org,
- uk-podcast.xoops.org,
- br-podcast.xoops.org,
- ... ?

Who wants come in this new team : International Podcast Team ?

We got yet many stages, steps :

- We got the Logo
- We got the jingles (specially created for the XOOPS Podcast, exclusivity)
- We got the 1st french episode (i can write the traduction in (bad) english)
- I can explain how to create episode

- For the fisrt other language episode, i can build the audio file (using audacity) Resized Image



For the french podcast, the characteristic are :
- News about XOOPS (Core, modules, themes, french community...)
- Interview
- 3 to 5 minutes
- 2 podcasts maximum / month




305
alain01
Re: New Module XZen 1.5.1 for Xoops 2.5.6
  • 2014/3/4 18:07

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Waouu, Nice news !
i tag this forum.



306
alain01
Re: Help to add a memberGroup test
  • 2013/12/2 8:57

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Tx, redheadedrod,
i read your tutorial, i 've understood what 's you explain, but it's hard to me to develop...

I coded in another way and it works :

// XOOPS 
// 1 : webmasters group
// 2 : members group
// 3 : anonymous group
// 4 : your 1st custom group
// ...
global $xoopsUser;  
$allowed_groups_upload=array(1,2); // id des groupes autorisés en upload 
$allowed_groups_createfolder=array(1); // id des groupes autorisés create folder 
if ($xoopsUser) {   
    
$usergroups $GLOBALS['xoopsUser']->getGroups();  
    
$result_upload array_intersect($usergroups$allowed_groups_upload);  
        if (
$result || $result!=null) {  
           
$upload_files=true;  
        }  
    
$result_createfolder array_intersect($usergroups$allowed_groups_createfolder);  
       if (
$result || $result!=null) {  
           
$create_folders=false;  
        }  

// XOOPS



307
alain01
Re: TinyMCE v4 pour XOOPS
  • 2013/11/25 20:55

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


i Added the plugin XOOPS Tag eXtGallery now !

Here : https://github.com/alain01/TinyMCE4forXOOPS/archive/master.zip



308
alain01
Re: TinyMCE v4 pour XOOPS
  • 2013/11/23 20:58

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Now,

TinyMCE v4 pour XOOPS
V1.12 2013/11/23
(Alain01)
Changelog :

Updated TinyMCE 4.0.10 to 4.0.11
Updated Responsivefilemanager 9.2.0 to 9.3.0
Modify the toolbars (moved right the format and paragraph button)
Bug $chemin_array['path'] in tinymce.php and /external_plugins/filemanager/config/config.php
bug session in /external_plugins/filemanager/config/config.php

https://github.com/alain01/TinyMCE4forXOOPS
https://github.com/alain01/TinyMCE4forXOOPS/archive/master.zip



309
alain01
Re: TinyMCE v4 pour XOOPS
  • 2013/11/17 12:10

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


commited for the bug $chemin_array["path"]...

ok, i will try this plugin, Mamba. Thanks for the link !



310
alain01
Re: TinyMCE v4 pour XOOPS
  • 2013/11/16 18:59

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


ok for SyntaxHighlighter,

please convert it in TinyMCE plugin and i could add it.




TopTop
« 1 ... 28 29 30 (31) 32 33 34 ... 38 »



Login

Who's Online

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


Members: 0


Guests: 183


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