1
beanstalk
Re: Changing Email - Or is it a BUG ?
  • 2006/2/7 13:31

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


check out this topic. may help.

email changes



2
beanstalk
Re: Is there such a module that will do this?
  • 2006/2/5 3:34

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


multimenu does this as well.



3
beanstalk
Re: registration date problem?
  • 2006/1/26 3:55

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


php 4.4.2
mysql 4.0.25



4
beanstalk
Re: registration date problem?
  • 2005/12/19 17:57

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


same problem here. haven't been able to duplicate it. noticed that the post count is negative. for some -1, others -2, -3. not sure what's going on.



5
beanstalk
Re: xoopsgallery stopped working after months of working fine?
  • 2005/12/8 4:35

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


go to the module admin and click to update your album module. had a similar problem after installing/uninstalling some modules. updating fixed it for me.



6
beanstalk
Re: extended prefs not allowing users to change email, only webmasters
  • 2005/12/1 5:15

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


don't think so. i could change my email address as an admin no matter what the prefs were. but i wanted to let my registered users change their own email. there's a preference for that, but it didn't work. my changes make it work for me now.

i did just verify the problem that you are speaking of. i'll have to make that change as well.



7
beanstalk
Re: extended prefs not allowing users to change email, only webmasters
  • 2005/11/30 21:52

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


seems to work properly after the following changes. haven't noticed any adverse effects, maybe the experts can comment.

in file profile/edituser.php change (uncomment):
Quote:

//if ($xoopsModuleConfig['allow_chgmail'] == 1){
// $edituser->setVar('email', $email);
// }
to:
Quote:

if ($xoopsModuleConfig['allow_chgmail'] == 1) {
$edituser->setVar('email', $email);
}


then in file profile/include/forms.php change:
Quote:

if ($user->isNew() || $xoopsUser->isAdmin()) {
to:
Quote:

if ($user->isNew() || $xoopsUser->isAdmin() || $xoopsModuleConfig['allow_chgmail'] == 1) {


sorry about the wrapping. the files may look a little different.



8
beanstalk
extended prefs not allowing users to change email, only webmasters
  • 2005/11/30 17:04

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


i want to allowed my registered users to change their email address. seems straightforward. just answer 'yes' to that option in the extended prefs general settings. doesn't work though. anyone else see this or am i doing something stoopid? thanks.



9
beanstalk
Re: Multiple votes allowed from one IP in poll module?
  • 2005/11/30 4:37

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


i commented out the 'setcookie' lines in 'xoopspoll/index.php' and in 'xoopspoll/blocks/xoopspoll.php'. now different registered users may vote from one ip/computer.

however, no anonymous votes are allowed. results show when anonymous, unless the vote button is hit. anonymous votes get the 'sorry you already voted' message.

i think this fixes it properly for me. although it would be nice to have the option to allow anonymous votes. i know my hack and allowing anonymous votes can compromise the results, but for certain applications, it is preferred.

we have a youth center. it's a poor area so the only place for them to vote is on our computers. they also don't like to register. case in point...



10
beanstalk
Re: Custom Block Blank 2.2.3
  • 2005/11/29 20:34

  • beanstalk

  • Just popping in

  • Posts: 13

  • Since: 2005/11/8


thanks guys. your tip worked Poslanik. my custom blocks went blank when i uninstalled some modules that i wasn't using. i'm guessing the uninstall for some of those modules isn't written correctly.




TopTop



Login

Who's Online

92 user(s) are online (62 user(s) are browsing Support Forums)


Members: 0


Guests: 92


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