mysimsek Active member Nov 28, 2017 #1 Hello, How can I do this in xf2? https://xenforo.com/community/resources/creating-a-template-based-add-on.3257/
Hello, How can I do this in xf2? https://xenforo.com/community/resources/creating-a-template-based-add-on.3257/
mysimsek Active member Nov 28, 2017 #3 Dadparvar said: Check this: https://xf2demo.xenforo.com/dev-docs/ Click to expand... thanks @Dadparvar I read the documentation there and I could not find what I was looking for
Dadparvar said: Check this: https://xf2demo.xenforo.com/dev-docs/ Click to expand... thanks @Dadparvar I read the documentation there and I could not find what I was looking for
Dadparvar Well-known member Nov 28, 2017 #4 I'm with my phone now, but as I remember, after creating add-on, you can simply associate TM to it, just like xf1.
I'm with my phone now, but as I remember, after creating add-on, you can simply associate TM to it, just like xf1.
mysimsek Active member Nov 28, 2017 #5 Dadparvar said: I'm with my phone now, but as I remember, after creating add-on, you can simply associate TM to it, just like xf1. Click to expand... my friend, I am grateful for helping me but i could not
Dadparvar said: I'm with my phone now, but as I remember, after creating add-on, you can simply associate TM to it, just like xf1. Click to expand... my friend, I am grateful for helping me but i could not
ge66 Well-known member Nov 28, 2017 #6 Maybe you didn't set this in config.php? $config['development']['enabled'] = true;
mysimsek Active member Nov 28, 2017 #7 ge66 said: Maybe you didn't set this in config.php? $config['development']['enabled'] = true; Click to expand... I did this, but I'm not sure what to do next
ge66 said: Maybe you didn't set this in config.php? $config['development']['enabled'] = true; Click to expand... I did this, but I'm not sure what to do next
AndyB Well-known member Nov 28, 2017 #8 ge66 said: Maybe you didn't set this in config.php? $config['development']['enabled'] = true; Click to expand... This is not required to create an add-on and I don't suggest adding that to your config.php.
ge66 said: Maybe you didn't set this in config.php? $config['development']['enabled'] = true; Click to expand... This is not required to create an add-on and I don't suggest adding that to your config.php.
BassMan Well-known member Nov 28, 2017 #9 For creating template modification it is enough to add this to your config file in src folder: $config['debug'] = true;
For creating template modification it is enough to add this to your config file in src folder: $config['debug'] = true;
mysimsek Active member Nov 28, 2017 #10 I can create a template for my friend, but how is the addon included?