293801
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/8 8:00

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


for lazy people: HERE you can download this hack for RC3



293802
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/8 0:11

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


it works

thanks ono and max



293803
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/7 23:48

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


Quote:
Invalid email


do this, too:

change around line 163

$email = $myts->oopsStripSlashesGPC(trim($email));

to

$email = $xoopsUser->getVar("email");

and it will works (tested)



293804
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/7 21:10

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


i got error:

Invalid email



293805
onokazu
Re: Account re-activation required on Profile email changes
  • 2002/8/7 14:54

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


in edituser.php, change the following line

$email_text = new XoopsFormText("", "email", 30, 60, $xoopsUser->getVar("email"));

to

$email_text = new XoopsFormLabel("", $xoopsUser->getVar("email"));

and around line 190, comment out the following line

$edituser->setVar("email", $email);

so it will look like

//$edituser->setVar("email", $email);

sorry, I have not tested this, but hope this works



293806
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/7 11:13

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


Quote:
perhaps a rc3 hack

yes, you're right

I took a look at RC3's edituser.php but it's a lot different from previous version. I still didn't understand the logic. I bet a dev could give a suggest without spending too much time.



293807
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/6 20:16

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


perhaps a rc3 hack



293808
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/6 19:29

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


Quote:
any ideas on how to make email field on edit profile to "read only"?

if you read the whole thread you'll see I published this hack

Quote:
In the waiting for this useful fix, I've skipped this problem by removing the option to change the email by XOOPS users (RC2-only hack)
etc.




293809
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/6 19:13

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


email should not be touch by members, just like nickname.


any ideas on how to make email field on edit profile to "read only"?




293810
Kon
Re: Is XOOPS used for business applications?
  • 2002/8/3 22:05

  • Kon

  • Just popping in

  • Posts: 1

  • Since: 2002/7/31


I use XOOPS to run a development portal for developers working on interactive tv and HDTV apps. We're a part of News Corp. I've got CVS, Xoopsforge and other hacks running with 3.0.4. Its an intranet site, but it works pretty well :)) I'm not even part of the IT department, but I wanted something easy to setup and easy to hack/add our own features to, and XOOPS rocks for this!







Login

Who's Online

173 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 173


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