181
suico
Re: Warning - kernel Xoops after version 2.0.5 is bug
  • 2005/4/1 3:39

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


The technique he mentions was used to hack:
http://www.peak.ne.jp/xoops/

I didn t understand the technique used but has something to do with the mainfile.php file that you could read if logged in XOOPS running on servers that hasn tphp5 installed



182
suico
Re: XoopsFormTextDateSelect Problem showing
  • 2005/3/31 21:29

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


No one knows how to help on this?



183
suico
Re: XoopsFormTextDateSelect Problem showing
  • 2005/3/31 5:23

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I have two sites installed on localhost, one has this problem , the other has not.

I have copied the files calendar.js calendarjs.php and calendar-blue.css from the one that works and pasted oover the old ones of the one that don t work , but nothing changed.

I have done the same procedure with the form class files with no succes.

If anyone can help please....



184
suico
XoopsFormTextDateSelect Problem showing
  • 2005/3/31 0:21

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I can t see the calendar when i click on the [...]

What can it be?

The browser says there is an error on line :

<br />Set the date/time of publish&nbsp;<input type='text' name='publish_date[date]' id='publish_date[date]' size='15' maxlength='25' value='2005-03-30' /><input type='reset' value=' ... ' onclick='return showCalendar("publish_date[date]");'>


It says object expected...



185
suico
Re: piCal - missing minicalendar
  • 2005/3/30 23:45

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I do have the same problem :(



186
suico
Re: A little help on smarty ...
  • 2005/3/30 21:16

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Maybe you did not understand me?



187
suico
A little help on smarty ...
  • 2005/3/30 18:57

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I am trying to build a module and am having some questions coming into my mind, hope you can help me.

The first one is:

I have a function moreor less like this:

while ($row $xoopsDB->fetchBoth($result)) 
        {
         
$listadoadores =     "<td>".$row["doacao_data"]."</td>".
                                 
"<td>".$doador."</td>".
                                 
"<td>".$row["tipo_key"]."</td>".
                                 
"<td>".$row["doacao_observacao"]."</td>".
                                 
"<td>R$ ".$row["doacao_valor"]."</td>";

$xoopsTpl->append('rows'$listadoadores);

}


I then have a template based on smarty like this to show it:

<{foreach item=link from=$rows}>
    <
tr>
        <{foreach 
item=field from=$link}>
        
            <{
$field}>
        <{/foreach}>
    </
tr>
    <{/foreach}>


What I would like is:

Tobe able to change the code and template in a way that I will be able to set the template in the template not in the code. I mean to be able to change where each field will show

Sorry for the bad english and hope someone understand and answer my question.



188
suico
Re: A selct in a form the xoops way
  • 2005/3/25 22:20

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks dave I used it and it works fine, I ll use language constants now too , again thanks a lot



189
suico
A selct in a form the xoops way
  • 2005/3/25 21:32

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I have this field in my downloads:
$sform->addElement( new XoopsFormText_MD_PLATFORMC'platform'5080 ), false );


I wish to make it a select field instead of a text field with these options in it:

Hora do Rush
Simcity 4
Windows

I know it is something like this:
$sform->addElement( new XoopsFormLabel_MD_PLATFORMC'my options somewhere here?' ) );


Any help? Easiest way?



190
suico
Xoops Donations
  • 2005/3/25 16:58

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I am in need of a module that acts the same way as xdonations but instead of having the info of donations coming from paypal, I wished the users could send the info and the admins only confirm it.

For example:
James sent a letter with 2 dollars inside, he goes to a page and fill a form informing the day he sent how much and the way he did (in this case by mail).

The admin when he gets the letter he goes to module admin page and mark the donation as received then in a block in front page we can see this donation in the community treasury and the numbers for month goals updated.

SOmething like this would be possible to do? Someone would like a try?




TopTop
« 1 ... 16 17 18 (19) 20 21 22 »



Login

Who's Online

147 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 147


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