
01-03-2011, 03:28 PM
|
|
|
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by btlewand
Does the new version work only with 4.1 forward or is it backwards compatible (i.e. 4.08)?
|
The 1.4.1 is tested on vb4.1 but it should work with 4.0.8. Try it and see.
Quote:
Originally Posted by osva
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()
|
Uninstall the product and try to install it again
Quote:
Originally Posted by asylum119
Installed
Nominated
Much appreciated
4.1 PL2
|
Thanks
|