11
adwin
cannot update the template
  • 2006/6/24 1:54

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


Hi,

I did some modification my module's templates (the html) .. and then I enter the administration and did module update by clicking on the update button.

But, when I tried to access the block or the page that I made changes, it still the same with the previous one. Why it happen ?

If I change to the templates directly it will refresh the page ... but it is annoying if I did many changes in the templates.

Please tell me how to 'cheat' this situation ?

Thank you

adwin
www.adwin.org



12
adwin
Re: Request for Xoops Development : [XoopsForm and Validator]
  • 2006/6/20 8:27

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


done :)
www.adwin.org



13
adwin
Re: Is XOOPS ready for Mysql 5.0 ?
  • 2006/6/20 8:26

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


I use XOOPS and did module development with xammp (php 5 and MySQL 5.0) ... and everything just fine ... ;)

I install some modules as well ...
I think MySQL 5.0 should be able to support the previous version as well ... and as far as i know .. XOOPS modules use basic sql function :)
www.adwin.org



14
adwin
Request for Xoops Development : [XoopsForm and Validator]
  • 2006/6/19 13:35

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


I would like to post my requests here:
1. It would be nice to have custom validators in each XoopsForm Field (textfield, combobox, etc)... The Validators class could be: Integer Validator, String Validator, Email Validator, PostCode Validator, Name Validator etc ... and it should be able to put Regex :]
The validator that currently on XoopsForm is nice enough, it could validate whether the user filled the field or not. nice one ... but it would be nicer if you could add custom validator on both client and server side :)

2. I would like to ask Layout Class like in Java Swing .. such as Grid Bag Layout but much easier .. like Flow Layout in JGoodies.Net ....http://jgoodies.net/

3. Class Generator Modules is nice enough but could not handle to generate class that has more than one primary key. Please add this in the XOOPS Developments Tools :)


Thank you !!!
www.adwin.org



15
adwin
Re: hack the users table
  • 2006/6/19 13:26

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


so, to make it easy to install on my clients, what should i do ? should i make the modules for updating users table ?

and what is the sql script inside /install/sql/upgrade/mysql.sql ? is it for creating update script ?

www.adwin.org



16
adwin
hack the users table
  • 2006/6/19 6:21

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


Hi,

I want to add some field on users field (on XOOPS 2.0.13.2) such as city, country and address.

I add those scripts on install/upgrad/mysql.sql

alter table 'users' add country varchar(100) ;
etc ...


the problem is, when I tried to install on another server, those upgrade doesnt added into my users table.

Thank you !
www.adwin.org



17
adwin
Re: main difference between 2.0.x and 2.2 ?
  • 2006/6/7 1:11

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


And which are the "several behavioral changes" in XOOPS 2.2 / 2.3 ?

is there any changes in kernel/ and class/ ?

are the steps needed to create module in 2.0.x same with 2.2 ?
thx
www.adwin.org



18
adwin
XoopsFormTextDateSelect
  • 2006/6/6 1:43

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


Hi,

I use XoopsFormTextDateSelect in my module and I didnt know how to assign a value in it. Could someone help me ?

thx
www.adwin.org



19
adwin
main difference between 2.0.x and 2.2 ?
  • 2006/6/6 1:26

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


Hi,

I just want to know, in the point of view core classes, what is the differences between XOOPS version 2.0.13 and 2.2 ? and why did you guys recommend the user to use 2.0.13 instead ver 2.2 ?

I did a module development in XOOPS 2.0.x ... my question is, could i install the module into XOOPS 2.2 without any modification ?

I also have suggestion for XOOPS 2.2.x, if it is possible, you could add class generator module included in official 2.2 .. it is nice module that help modules developers :)


regards,


adwin
www.adwin.org



20
adwin
Designing with xoopssimpleform class?
  • 2006/5/24 2:40

  • adwin

  • Just popping in

  • Posts: 68

  • Since: 2004/6/27


Hi,

I want to redisgn the registration form with some images and text in it. I couldnt use XoopsThemeForm because the style is fixed already.

So, what I want to ask is that possible to redesign a registration form with XOOPSSIMPLEFORM?


Here is the ouput of html that I desire to have.
<form ... >
<
table>
 <
tr>
   <
tdFirst Name </td>
   </
tdLast Name </td>
 </
tr>
 <
tr>
   <
td>  <input type=text name=firstname/> </td>
   </
td> <input type=text name=lastname/> </td>
  </
tr>
  <
tr>
   <
td colspan=2>
     <
img src="images/quotation.jpg"/>
   </
td>
  </
tr>
  ..... <!-- 
another text field and images and texts --> 
  
  <
tr>
    <
td colspan=2> <center> <input type="submit"/> </center></td>
  </
tr>
<
table>
</
form>
www.adwin.org




TopTop
« 1 (2) 3 4 5 ... 7 »



Login

Who's Online

236 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 236


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