Quote:
Originally Posted by BadgerDog
I have v3.67pl1 ....
I hate to ask, but is there any way we can get a compatible version for v3.67pl, even on a pay-to-fix basis....
|
Update to 3.6.12.
I don't see any reason for you to run on 3.6.7PL1.
Any way you can try to download none-official 1.3 from this post
https://vborg.vbsupport.ru/showpost....7&postcount=68
Open it.
product-per_forum_edit_time_limit.xml
Change:
this:
PHP Code:
<dependency dependencytype="vbulletin" minversion="3.6.8" maxversion="" />
to:
PHP Code:
<dependency dependencytype="vbulletin" minversion="3.6.7" maxversion="" />
this:
PHP Code:
<hookname>fetch_foruminfo</hookname>
<phpcode><![CDATA[if (isset($vbulletin->bf_misc['pfetlforumoptions']))
to:
PHP Code:
<hookname>fetch_foruminfo</hookname>
<phpcode><![CDATA[global $vbulletin;
if (isset($vbulletin->bf_misc['pfetlforumoptions']))
No guarantees. Never tested.