401
kris_fr
Re: Please.Help!I cant put LOGO ON MY PAGE
  • 2006/10/28 22:51

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Hi,

Look

bye bye



402
kris_fr
Re: SecurityImage not functioning properly
  • 2006/10/26 21:35

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


where do you have to download your version of XOOPS ?
please

ou s'il te plaît
A +



403
kris_fr
Re: SecurityImage not functioning properly
  • 2006/10/26 20:47

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Hi

Quote:

boumbo wrote:
XOOPS Version: 2.11


Xoops JP, XOOPS Cube or XOOPS ?

A +



404
kris_fr
Re: Astonthemes Obscene_V3_3C with Xoops 2.0.15 version: how to adjust it to the new theming system?
  • 2006/10/4 17:29

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

Look this or that

A +



405
kris_fr
Re: News 1.44 duplicatable?
  • 2006/8/12 16:49

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


For news clone, this php file (utilisation idem smartsection) :

<?php
/*
Usage:

    Copy clone_news.php in <xoops_root>
    Change current working directory to <xoops_root>
    Update mappings as per new modulename.

    php -q clone_news.php

*/

// ##########################################################
//    Define your mapping here
// ##########################################################
$patterns = array(
  
// first one must be module directory name
  
'news'  => 'memo',
  
'NEWS'  => 'memo',
  
'News' => 'Memo',
  
'stories' => 'memo_stories',
  
'topics' => 'memo_topics',
  
'getmoduleoption' => 'memogetmoduleoption',
  
'MygetItemIds' => 'memoMygetItemIds',
  
'CreateSiteNavBar' => 'memoCreateSiteNavBar',
  
'updateCache' => 'memoupdateCache',
  
'TableExists' => 'memoTableExists',
  
'FieldExists' => 'memoFieldExists',
  
'AddField' => 'memoAddField',
  
'is_admin_group' => 'memois_admin_group',
  
'make_infotips' => 'memomake_infotips',
);

$patKeys array_keys($patterns);
$patValues array_values($patterns);

// work around for PHP < 5.0.x
if(!function_exists('file_put_contents')) {
  function 
file_put_contents($filename$data$file_append false) {
    
$fp fopen($filename, (!$file_append 'w+' 'a+'));
    if(!
$fp) {
      
trigger_error('file_put_contents cannot write in file.'E_USER_ERROR);
      return;
    }
    
fputs($fp$data);
    
fclose($fp);
  }
}

// recursive clonning script
function cloneFileFolder($path)
{
  global 
$patKeys;
  global 
$patValues;

  
$newPath str_replace($patKeys[0], $patValues[0], $path);

  if (
is_dir($path))
  {
    
// create new dir
    
mkdir($newPath);

    
// check all files in dir, and process it
    
if ($handle opendir($path))
    {
      while (
$file readdir($handle))
      {
        if (
$file != '.' && $file != '..')
        {
          
cloneFileFolder("$path/$file");
        }
      }
      
closedir($handle);
    }
  }
  else
  {
    if(
preg_match('/(.jpg|.gif|.png|.zip)$/i'$path))
    {
      
copy($path$newPath);
    }
    else
    {
      
// file, read it
      
$content file_get_contents($path);
      
$content str_replace($patKeys$patValues$content);
      
file_put_contents($newPath$content);
    }
  }
}

cloneFileFolder('modules/news');

echo 
"Happy cloning...n";
echo 
"check directory modules/" $patterns['news'] . " for cloned module n";
echo 
"Consider modifying new module by editing language/english/modinfo.php and images/" $patterns['news'] . "_slogo.png manually (if you care)n";

?>


Thanks Dugris (French Team)



406
kris_fr
Re: xoops module - addresses - how to modify 'map' url ( for version 1.7 )
  • 2006/7/31 21:11

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hello,

Look my reponse here

use google translation

A ++



407
kris_fr
Re: Xoops themes
  • 2006/7/26 19:30

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hello,

Look here

bye bye



408
kris_fr
Re: [XOOPS] Designing a default module pack for Xoops Core
  • 2006/7/26 18:39

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Hello, bonjour,

Long debate, and a lot off to clicks of keyboard….

For my part, I am for a distribution of the core only… with some quasi indissociable modules like contact and xoopsmembers.

In the article presenting the version of the core and in the readme (or lisezmoi) included in the file of the core, I will see a small paragraph indicating well the names and the composition of packs of modules “must” according to the destination of the site (and small disclaimer for saying that there is full with other modules on the national supports web sites).

To make short, I will say that with the installation of xoops, instead of finding itself in front of a page without contents, we could find a page presenting the cms, the links for the packs of modules (with load of the various linguistic supports to bring up to date this page as well as the translation of the core), best themes, and the links to the support (forum) xoops.org and forum of the local support.

To ++

PS: the idea of the last paragraph is practical for a diffusion of promotion of XOOPS via media (Cd of the magazines for example)



409
kris_fr
Re: Mylinks Module
  • 2006/7/20 23:50

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Hello,

Look here may be, or in XOOPS 2.0.13 package

A +



410
kris_fr
Re: XOOPSGroups Theme Preview Library
  • 2006/5/10 19:47

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31






TopTop
« 1 ... 38 39 40 (41) 42 »



Login

Who's Online

212 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 212


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