293281
ndial
Re: remembering logins?
  • 2003/4/10 19:30

  • ndial

  • Just popping in

  • Posts: 29

  • Since: 2003/3/3 1


That might work (making session expiration longer) but it wouldn't be the same as letting users decide to save their login information.



293282
snojrnl
Re: remembering logins?
  • 2003/4/10 19:06

  • snojrnl

  • Just popping in

  • Posts: 1

  • Since: 2003/4/10


I don't think there is any problem with setting a long timeout ... no problem with that at all. Hack not needed. PHP can handle thousands of concurrent sessions. I'd say, just set the session expiration up to a week or so and problem is solved without a hack.



293283
shankwc
Re: Is XOOPS used for business applications?
  • 2003/4/10 18:12

  • shankwc

  • Just popping in

  • Posts: 1

  • Since: 2002/9/11


I'm trying to make money from XOOPS as well. I have my own site running it (http://extranet.acetechgroup.com) - am in midst of 2 major customized XOOPS implimentations - which should be ready by the end of the month. I've also been working on some custom modules, which I will be releasing. I think XOOPS has a bright future as the basis for some excellent systems.



293284
kevinv
Re: Is XOOPS used for business applications?
  • 2003/4/10 17:54

  • kevinv

  • Friend of XOOPS

  • Posts: 44

  • Since: 2003/1/4 1


Under the GPL you can sell XOOPS as much as you want (slap it on a CD, put it in a box, sell it at CompUSA). As long as you make the source code available, and you can do NOTHING about someone turning around and selling (or giving away) as many copies of that XOOPS they bought to others.

You can also build modules, from scratch, and put those modules under your own license. However if you incorporate any code from someone else's GPL module, or the core systems, your code must also be released under GPL.

If you modify any of the core or GPL modules, and sell or give away (i.e. distribute) that code then you must make that source code available too, and that code is also covered by the GPL.

If you modify the core and or GPL modules, and do not distribute the code (i.e. for an intranet or system where all clients are purchasing it as a service and it runs on your servers) then you do not need to release the source code.

Of course, this is PHP -- no compilation is possible so technically every time you give someone XOOPS they get the source code anyway... And if you build a module no matter what license you put it under they'll have the source code (so you could sue if they violate the license but it's much harder to hide the code like companies that sell binary-only stuff)

Kevin



293285
fdj
Re: replace XoopsFormButton by image
  • 2003/4/10 16:18

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello Herko,
most of form buttons can't be edited from the theme manager. It seems that it's hardcoded so i would like to know how can i change for e.g the submit button of "submit news" => $button_tray->addElement(new XoopsFormButton('', 'post', _NW_POST, 'submit'));



293286
Herko
Re: replace XoopsFormButton by image
  • 2003/4/10 14:12

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


I think you'll have to edit each template manually to get this...

Herko



293287
fdj
replace XoopsFormButton by image
  • 2003/4/10 12:09

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello, i would like to change all the form buttons of my XOOPS web site. I saw that they were built like this (in include/storyform.inc.php) :

$button_tray->addElement(new XoopsFormButton('', 'post', _NW_POST, 'submit'));

what i would like to do is changing every "submit" by "image".
something like this =>
$button_tray->addElement(new XoopsFormButton('', 'post', _NW_POST, 'image', src='post.gif'));

can someone tell me how to change this.

thx for your help




293288
mike-h
Re: remembering logins?
  • 2003/4/9 22:44

  • mike-h

  • Just popping in

  • Posts: 5

  • Since: 2002/8/7 6


up at
http://www.koudanshi.net

there a hack that seems to do this
however not sure if it works on a normal XOOPS or just when ipb module is installed

may be of use?




293289
AndyB
Re: remembering logins?
  • 2003/4/9 21:54

  • AndyB

  • Just popping in

  • Posts: 13

  • Since: 2003/2/19


I agree, but no definite answer from important XOOPS figures appeared on this forum. Let's hope they at least know what the popular demand is.



293290
Jaaay
News Categories Module Hack Released "UPDATE"
  • 2003/4/9 5:11

  • Jaaay

  • Just popping in

  • Posts: 15

  • Since: 2003/4/9 4


I have recently updated to XOOPS 2.0.5 and have changed the URL of my site so I updated the download link in this post.

I wanted multiple news categories so I hacked the news module. This modified news module will let you post news on multiple pages (categories) instead of all news on the same page. Those interested can download it here.

It works for XOOPS 2.x/2.0.x







Login

Who's Online

515 user(s) are online (374 user(s) are browsing Support Forums)


Members: 0


Guests: 515


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits