Im having problem installing 1.3.4 on vb4.
When I try to install it says Importing product and the message below.
The thing is that I can see it as installed products but when I go to Settings > Options, I dont see it.
Thanks
Code:
:
<if condition="!is_member_of($vbulletin->userinfo, explode(',', $vboptions['esidebar_no_hide_exclude']))">
explode explode(',', $vboptions['esidebar_no_hide_exclude'])
in_array() is_array() is_numeric() isset() empty() defined() array() gmdate() mktime() gmmktime() can_moderate() can_moderate_calendar() exec_switch_bg() is_browser() is_member_of() is_came_from_search_engine() vbdate()
:
<if condition="is_member_of($vbulletin->userinfo, explode(',', $vboptions['esidebar_no_hide_exclude']))">
explode explode(',', $vboptions['esidebar_no_hide_exclude'])
in_array() is_array() is_numeric() isset() empty() defined() array() gmdate() mktime() gmmktime() can_moderate() can_moderate_calendar() exec_switch_bg() is_browser() is_member_of() is_came_from_search_engine() vbdate()