1
yuriko
How make user menu top site inline?
  • 2004/11/19 4:18

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


Subj.
How move, only user menu, in top site?
Example user registred enter in site and see:

logo banner
logout usermenu in line
main menu in
vertical content
(defaut theme)

How insert in theme.php code for show user menu in line?



2
yuriko
How update article WF-Sections 1.x to v2.x?
  • 2004/9/8 6:20

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


Subj.
Where i can't download update scipt?
http://www.wf-projects.com write:
Quote:
We will be releasing a update script with the next release of wf-sections 2.0.2 (there will be database changes and I see no point in releasing a update script twice) =)

But maybe somebody have this update script?
Help... plzz..



3
yuriko
blank page display my modules
  • 2004/5/14 9:36

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


i'm create module, debug in Apache + php for Windows. Working.
Replace to Linux(apache + php). Installing in Admin, my module, select his in main menu. And view blank page.
i'm looking source html. Empty, even no html tag(?)
in log nought. ;-(




4
yuriko
Re: How create simple template xoops2?
  • 2004/5/13 2:52

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


Get only XOOPS content(header, menu,footer), but not content my test module.
Content array test2 & test1 not display.



5
yuriko
Re: How create simple template xoops2?
  • 2004/5/12 10:51

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


IMHO
<{foreach item=dir from=$list1}>
<{foreach item=file from=$dir}>
<{$file}>
<{/foreach}>
<{/foreac}>

i'm try create new array $test1
$test1[dir1]="qq";
$test1[dir2]="qq1";
$test1[dir3]="qq2";
$xoopsTpl->assign('list2',$test1);

in template
<{foreach item=file1 from=$list2}>
<{$file1}>
<{/foreac}>

not work
xoops2 2.0.6



6
yuriko
Re: How create simple template xoops2?
  • 2004/5/12 9:58

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


{$list1} Array (3)
dir1 => Array (3)
file1 => test
file2 => test1
file3 => test3
dir2 => Array (1)
file1 => test1
dir3 => Array (1)
file1 => test2

Im change $list to $list1
in template.. but not work.



7
yuriko
Re: How create simple template xoops2?
  • 2004/5/12 9:09

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


not working ;-(
my files
./index.php

require('header.php');
$xoopsOption['template_main'] = 'create_list.html';
require(XOOPS_ROOT_PATH.'/header.php');
$test[dir1][file1]=test;
$test[dir1][file2]=test1;
$test[dir1][file3]=test3;
$test[dir2][file1]=test1;
$test[dir3][file1]=test2;
print_r($test); //test array
i see
Array ( [dir1] => Array ( [file1] => test [file2] => test1 [file3] => test3 ) [dir2] => Array ( [file1] => test1 ) [dir3] => Array ( [file1] => test2 ) )
$xoopsTpl->assign('list1',$test);
require(XOOPS_ROOT_PATH.'/footer.php');


./template/create_list.html
<{section name=i loop=$list1>
<{section name=z loop=$list1[i]}>
<{$list.i.z}>
<{/section}>
<{/section}>

how?
this simple example, but not working?



8
yuriko
How create simple template xoops2?
  • 2004/5/12 5:45

  • yuriko

  • Just popping in

  • Posts: 8

  • Since: 2004/5/12


I have.
php code:
...
$xoopsOption['template_main'] = 'create_list.html';
$test = array ("dir1" => array("date_file_in_dir1" => "111.txt","date_file_in_dir1" => "222.txt" ),"dir2" => array ("date_file_in_dir2" => "test.txt","date_file_in_dir2" => "ss.txt"));
$xoopsTpl->assign('list',$test);
...

dir1, dir2 ... -- randomise;

how do template "create_list.html"
to be show:
dir -- date -- name ?
I try using this code template "create_list.html"
<{section name=i loop=$list>
<{section name=z loop=$list[i]}>
<{$list[i][z]}>
<{/section}>
<{/section}>
Not working
Plz.. help..




TopTop



Login

Who's Online

114 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 114


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