Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorHamed
    • CommentTimeApr 27th 2008
     # 1
    how do i edit others forum preferences?
    or better yet
    how do i change the default forum preferences for all the users?

    thank you
    • CommentAuthormiquel
    • CommentTimeApr 27th 2008
     # 2
    if you have access to the database, you could give a user the certain set of preferences you desire and then from phpMyAdmin update all users' preferences field with that exact serialized array

    I don't know if there is a better way, but you can test first with just a couple of users and see if it works
    •  
      CommentAuthorHamed
    • CommentTimeApr 27th 2008
     # 3
    i might have access, i dunno
    but i have never tried that b4
    is it possible to have like an addon for this?
    or if there is another way (like editing some files to set what to be as default preferences)

    thanks
    ^_^
  1.  # 4
    Isnt there a default preference extension?
    •  
      CommentAuthorHamed
    • CommentTimeMay 2nd 2008 edited
     # 5
    nope it does not do that
    the title is very misleading
    try it
    see if it does what you think it does



    -----

    so is anyone able to do this?
    it would be REALLY nice of anyone to help me out
    ^_^
  2.  # 6
    Which preference are you trying to change? I must say I dont think I've ever found anyone's writing style quite as irritating as yours. What's with all the line breaks?
    •  
      CommentAuthorHamed
    • CommentTimeMay 3rd 2008
     # 7
    the user wall. I want it to be enabled, and if the users don't want it enabled, they can then disable it
  3.  # 8
    Well if you have the global preference extension installed, change TurnOnUserWall to 1. Otherwise open up the default.php of the userwall extension, find this line:
    $PreferencesForm->AddPreference('UserWall', 'Pref_TurnOnUserWall_Text', 'TurnOnUserWall', 0);
    and change it to
    $PreferencesForm->AddPreference('UserWall', 'Pref_TurnOnUserWall_Text', 'TurnOnUserWall', 1);
    •  
      CommentAuthorHamed
    • CommentTimeMay 3rd 2008 edited
     # 9
    what?
    the global preference extension does that?
    i tried using it, but i don't remember there being a choice to do that
    maybe i should download and re-upload it
    i will see

    thanks a bunch for the help
    ^_^
    thank you so much

    oh umm
    now is there a way to change everyone's preference of it now
    i believe this changes it so that any new members who register are automatically with an enabled wall
    so what about the members who i already have?
    is there a way to change their preference?

    thanks
  4.  # 10
    I think either of those methods will change it for any users who havent already explicitly set their choice.
    •  
      CommentAuthorHamed
    • CommentTimeMay 4th 2008
     # 11
    aa i see
    thanks
Add your comments
    Username Password
  • Format comments as