Jump to content
thirty bees forum

Module "Ask a question"


zimmer-media

Recommended Posts

@Nemo module "Ask a question" works with tb 1.0.3

http://store.nemops.com/free-modules/32-ask-a-question.html#.WrLdsHARb

for themes with tabs i changed the / modules / prestaqna / prestaqna.php

it is not perfect with tabs, but at the moment i changed ``` public function hookProductTab($params) { if(versioncompare(PSVERSION, '1.6', '<')) return $this->display(FILE, 'prestaqna_tab.tpl');

}

to public function hookProductTab($params) { if(versioncompare(PSVERSION, '2.6', '<')) return $this->display(FILE, 'prestaqna_tab.tpl');

}

and this if(versioncompare(PSVERSION, '1.6', '>')) return $this->display(FILE, 'prestaqnatabcontent.tpl'); else return $this->display(FILE, 'prestaqnatabcontent15.tpl'); to if(versioncompare(PSVERSION, '2.6', '>')) return $this->display(FILE, 'prestaqnatabcontent.tpl'); else return $this->display(FILE, 'prestaqnatabcontent15.tpl'); ``` result

0_1521671865196_a71f7bbd-a10f-4c74-ac45-23709b18fca6-grafik.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...