evanhenry Publish time 2020-04-29 19:42

How to mimic a different Discuz version

Hey guys,

I found a beautiful free template on the addon.disuz site and I wanted to download but when I go to the download page, I can only see a black button which means that template is not compatible with my current Discuz x3.4 and cannot be downloaded.

Now the question, how is my currently installed Discuz version detected by the addon site? I have installed version 3.4 but I need a template which can be downloaded only upto version 3.3 but I am sure it will work for 3.4 as well.

How can I have x3.4 installed but show the addon site that I have installed x3.3 or 3.2? Which files must be edited to be detected as x3.3?

Please help and thanks

Cheerios......

vot Publish time 2020-04-30 12:32

It is easy.

Just edit the file /source/discuz_version.php
        define('DISCUZ_VERSION', 'X3.4');
        define('DISCUZ_RELEASE', '20200310');
        define('DISCUZ_FIXBUG', '34000000');
Pages: [1]
View full version: How to mimic a different Discuz version