ULX

Author Topic: No permission or APromote anymore after Installing SMF-Group-Sync  (Read 1450 times)

0 Members and 2 Guests are viewing this topic.

Offline Tomelyr

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
No permission or APromote anymore after Installing SMF-Group-Sync
« on: September 22, 2014, 01:29:06 AM »
hi

i got a bit of strange error.
After installing SMF-Group-Sync, my Permission Page is emtpy and also APromote XGUI by Chaos got an Empty List.

After removing the smf-group-sync the problem is gone, but it' still pretty annoying, since i planned to use the addon.

Or should i swap to RunConsoleCommand?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: No permission or APromote anymore after Installing SMF-Group-Sync
« Reply #1 on: September 22, 2014, 10:51:08 PM »
Tomelyr, we didn't write that function, so you'd likely get best support from the instructions and developer of that script.

Though I didn't study everything, it seems you have to configure group IDs just right, AND, just from the description of the default config method, seems as though one would cancel other out as both are currently true.
Code: [Select]
--Should it sync according to SMF/MyBB's groups?
local FORUM_to_ULX = true
--Should it sync according to ULX groups?
local ULX_to_FORUM = true
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming