Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Tomelyr on September 22, 2014, 01:29:06 AM

Title: No permission or APromote anymore after Installing SMF-Group-Sync
Post by: Tomelyr on September 22, 2014, 01:29:06 AM
hi

i got a bit of strange error.
After installing SMF-Group-Sync (https://github.com/GodzBro/SMF-Group-Sync/blob/master/lua/autorun/server/smf_groupsync.lua), 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?
Title: Re: No permission or APromote anymore after Installing SMF-Group-Sync
Post by: JamminR 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