211
Yurdal
Re: install automatic
  • 2008/12/5 14:34

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Delete the index.html file from your root,
after that your install begins when you enter your site



212
Yurdal
Re: Intranet and pages with private information
  • 2008/10/1 22:57

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


I'm noet sure what you are looking for, but if you want a module that create private space for your users you can check the ClientSpace module



213
Yurdal
Re: New attack on my website
  • 2008/9/13 21:52

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Please provide more information as:

1.Xoops version
2.Used Module(and the version numers of the modules)

Did you install the protector module? this very important



214
Yurdal
Re: Olédrion 1.62 - cart empty! not added products.
  • 2008/8/27 10:40

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Everything works fine here on my test site , i can add product & picturs without problems, so i think it is a server problem



215
Yurdal
Re: Database server lost PLEASE help
  • 2008/6/13 8:39

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


when the database is lost than you have a serious problem.
Reinstalling wouldt help, only a clean XOOPS install is what you will see.
Try to find a backup of your DB



216
Yurdal
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/30 12:51

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


A feature request, is it possible to add a link instead of module/blocks to the tabs?



217
Yurdal
Re: Recette on 2.0.18.1 - Ingredients and amounts required
  • 2008/5/29 8:20

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Hmm i made a small change and it works now

Find:
// Ajout des ingrédients
$nbingredientF = new XoopsFormHidden('nbingredient'$nbingredient);
$sform->addElement($nbingredientF);
    
    for ( 
$ii=0;$ii<$nbingredient;$ii++ )
    {
        
$jj=$ii+1;
        ${
'ligne'.$ii} = new XoopsFormElementTray(_NW_INGREDIENT);
        if ( 
$ii+1>count($quantite) )
        {
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_QT'qt'.$jj1040''), true);
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_INGREDIENT'ing'.$jj2050''), true);        
        }
        else
        {
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_QT'qt'.$jj1040$quantite[$ii]), true);
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_INGREDIENT'ing'.$jj2050$ingredient[$ii]), true);
        }
        
$add_btn = new XoopsFormButton('''addIng'_NW_AJOUT_ING'submit');
        
$add_btn->setExtra('accesskey="a"');
        ${
'ligne'.$ii}->addElement($add_btn);
        
$sform->addElement(${'ligne'.$ii});
    }



Replace:

// Ajout des ingrédients
$nbingredientF = new XoopsFormHidden('nbingredient'$nbingredient);
$sform->addElement($nbingredientF);
    
    for ( 
$ii=0;$ii<$nbingredient;$ii++ )
    {
        
$jj=$ii+1;
        ${
'ligne'.$ii} = new XoopsFormElementTray(_NW_INGREDIENT);
        if ( 
$ii+1>count($quantite) )
        {
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_QT'qt'.$jj1040''), false);
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_INGREDIENT'ing'.$jj2050''), false);        
        }
        else
        {
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_QT'qt'.$jj1040$quantite[$ii]), false);
            ${
'ligne'.$ii}->addElement(new XoopsFormText(_NW_INGREDIENT'ing'.$jj2050$ingredient[$ii]), false);
        }
        
$add_btn = new XoopsFormButton('''addIng'_NW_AJOUT_ING'submit');
        
$add_btn->setExtra('accesskey="a"');
        ${
'ligne'.$ii}->addElement($add_btn);
        
$sform->addElement(${'ligne'.$ii});
    }



218
Yurdal
Re: Recette on 2.0.18.1 - Ingredients and amounts required
  • 2008/5/28 22:00

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Hmm i want to try the solution but which file must be edited ?



219
Yurdal
Re: Calendar available that individuals can use for themselves?
  • 2008/5/25 21:44

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


just upload the whole common directory to the root of your xoops



220
Yurdal
Re: Make Xoops URLs professional
  • 2008/4/21 15:40

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


thanks for sharing, but in the mainfile.php i assume the <?php line was a typo right ?




TopTop
« 1 ... 19 20 21 (22) 23 »



Login

Who's Online

195 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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