11
HannY
Re: Liga Manager Online module
  • 2008/10/20 10:08

  • HannY

  • Just popping in

  • Posts: 36

  • Since: 2008/9/2 1


yap, i tried all night getting the LMO to work, but registry globals must be on. On new LMO they don't have to be on, but then again, the new LMO isn't a module for xoops. Gonna try those two modules you posted. Thanks for your help

12
ghia
Re: Liga Manager Online module
  • 2008/10/20 10:38

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


The modification required for working with registry globals off is not very difficult.
You have to identify all the names from the input fields in forms (also the hidden ones).
eg.:
echo "<input type="hidden" name="id" value="$id">n";
for variable id.
At the beginning of processing the form you add for every variable name eg id:
$id = isset($_GET['id']) ? trim($_GET['id']) : '';
$id = isset($_POST['id']) ? trim($_POST['id']) : $id;

If the variable is an integer number, you add also this:
$id intval($id);


13
HannY
Re: Liga Manager Online module
  • 2008/10/20 12:07

  • HannY

  • Just popping in

  • Posts: 36

  • Since: 2008/9/2 1


thx. I'm gonna try doing that, and then report does it work or not

14
HannY
Re: Liga Manager Online module
  • 2008/10/20 23:01

  • HannY

  • Just popping in

  • Posts: 36

  • Since: 2008/9/2 1


nahh, that didn't help. but soccer module is working just fine. Not as good as LMO, but it will have to do

thx for your help

15
rgauci
Re: Liga Manager Online module
  • 2008/10/29 14:11

  • rgauci

  • Not too shy to talk

  • Posts: 173

  • Since: 2007/8/31


Quote:
You can also check out a slightly modified version for Soccer World Cup, that seems to work in XOOPS 2.3.1 just fine.


Yes it worked fine BUT..... somehow it does not show up in the Templates Set Manager which in the System Options block like any ordinary module, although as said it is working fine and I can update results, teams etc. Used this module in other XOOPS versions and always showed up in the templates set manager.
Is this has to do with the databese? or are there any hacks (or files) that I can alter in this module?
Be Set FREE!

16
grigori
Re: Liga Manager Online module
  • 2010/1/19 18:56

  • grigori

  • Just popping in

  • Posts: 11

  • Since: 2006/11/10


a friend of mine is looking for a cms (hopefully Xoops) for their soccer team, they are willing to pay for modules and support.
That said, is there anyone interested in developing/adapting some modules?

please, contact me through gri@sjdist.com

thanks,

17
Mazarin
Re: Liga Manager Online module
  • 2010/1/19 18:59

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Not me, but I recommend using the TPLLeagueStats module.

18
Mamba
Re: Liga Manager Online module
  • 2010/1/19 19:20

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Grigori, please post in only ONE forum, and not in several. Multiple messages will be deleted.

Login

Who's Online

217 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 217


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