Hi, can you help me a bit in this problem?
My
bitfield_get_direct_links.xml:
HTML Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields product="get_direct_links">
<bitfielddefs>
<group name="ugp">
<group name="get_direct_links_permissions">
<bitfield intperm="true" name="get_direct_links_number" group="get_direct_links_permissions" phrase="get_direct_links_number_desc">5</bitfield>
</group>
</group>
</bitfielddefs>
</bitfields>
In UserGroupt Manager, it work well but in my php code, when I call
PHP Code:
var_dump($vbulletin->bf_ugp);
I can't find my
get_direct_links_permissions. And when I call
PHP Code:
var_dump($permissions['get_direct_links_permissions']);
It is NULL
Can you help me? Thank you very much!
PS: Sorry for my bad English