51
EyeKeeper
wfsections1 with php5
  • 2006/8/11 19:48

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello all!

I'm trying to convert wfsections 1 module to be compatible with php 5 and I already made all changes related to the vars change:

$HTTP_GET_VARS ==> $_GET
$HTTP_POST_VARS ==> $_POST
$HTTP_COOKIE_VARS ==> $_COOKIE
$HTTP_SERVER_VARS ==> $_SERVER
$HTTP_POST_FILES ==> $_FILES
$HTTP_POST_VAR ==> $_POST


but I'm still not being able to run it...

has anyone converted it to php5 compatibility and could help me further?

thanks



52
EyeKeeper
Re: Problems with contact module
  • 2006/7/28 13:14

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


well...

after trying to solve it for a couple of days before posting I got to a solution that at least solved my problem.

in the index.php file I changed the following line:

$xoopsMailer->setToEmails($toemail);


to

$xoopsMailer->setToEmails($xoopsConfig['adminmail']);


... that was it.



53
EyeKeeper
Re: Problems with contact module
  • 2006/7/28 11:34

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


just adding to try to get some help.

Contact module 1.6 as released under this news



54
EyeKeeper
Re: MultiMenu CSS issue
  • 2006/7/28 11:31

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


parfait Solo! Merci!

I took a look at the table and change somethings in the menu.css file in the scripts dir and so I solved.

Thanks!



55
EyeKeeper
Re: MultiMenu CSS issue
  • 2006/7/27 19:59

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


1.82 dyn



56
EyeKeeper
MultiMenu CSS issue
  • 2006/7/27 17:55

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


I'm trying to use MultiMenu in a website for the first time and I don't know if it is any trouble related to IE and firefox or simply CSS...

When I preview the site using Firefox it looks ok, but under IE the menu title gets a little bit idented...

Can anyone help me further?

thanks



57
EyeKeeper
Problems with contact module
  • 2006/7/27 17:53

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello!

I'm using the contact module with the anti-spam feature and possibility to display/hide some of the fields available but I'm facing some trouble with it regarding the sending.

In the same site I use Liaise and I receive the sent emails and with the contact module not... I receive the confirmation screen showing the message has been sent successfully but no email comes...

No error messages or anything the like...
Xoops 2.013.2

Thanks for any help



58
EyeKeeper
Re: Some project management module
  • 2006/7/1 12:55

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


hum...

thanks... I'll install and take a look how it works...
post feedbacks later on



59
EyeKeeper
Some project management module
  • 2006/7/1 12:36

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello!

I'm researching some modules and I'm in doubt if something similar already exists.

I need a module with more or less the following features:
- Control of the stages of a job being performed
- Upload file possibility
- limited view for pre-defined group of users (taken from the XOOPS groups)

Example:
Customer: X
Jobs performed Status Last Update
Task 1 ok date
Task 2 waiting date
Task 3 pending date
....

File: xxxx
Updated by: project manager

Is nothing that difficult, but before I start coding maybe it already exists so I don't need to redo the job...

Thanks



60
EyeKeeper
Re: Lightbox and RMSOFT MyFolder 1.2
  • 2006/6/30 19:50

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


bingo!

defining the z-index to -1 and setting other z-index setups on the css file solved it.
Thank you!




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 17 »



Login

Who's Online

279 user(s) are online (182 user(s) are browsing Support Forums)


Members: 0


Guests: 279


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