WHMCS addon not showing in modules - whmcs

whmcs-addon-whois-0.2 addon is not showing in whmcs> Setup> Addon modules, after uploading and uzipping its file in public> whmcs> Modules> Addons. Where am I getting it wrong?
Please advise.

Please make sure your addon module folder name and addon module file name is same.Also confirm there function name as same.

Related

How I can add new module to odoo 15

I am new to Odoo and I need to know what is the basic steps of adding a new module.
More specifically I need to know how to add custom modules to the addons-path.
In Odoo document they explain this step as this
$ ./odoo-bin --addons-path=../custom,../enterprise/,addons
but did not work for me.
For adding a new module you should do these steps:
Build your module with your written code or scaffold command.
Add the module path in your config file at addons-path = '',''
Change your URL like this: http://localhost:8091/web?debug=1
Go to apps and from up tabs
Select update app list and refresh your page.
Now you can see your module in the apps.
If you are not getting your custom module in Odoo after adding the path then you can try to add the full path of your folder into addons-path.
To get the full path of your custom folder just right-click on the folder and go to properties and find the path of your folder.
Also, you have to make sure to Apply the Update App list in your Odoo App Dashboard after restarting the server with custom addons.

How to add an upload FileField in the Silverstripe User Forms module

I have a Silverstripe website where the admins can create online forms using the userform module.
On an older website I do work for the userform has a form option for 'File Upload Field'.
On my current website I've downloaded the latest version of the userform module but the option for file upload is not listed in the form options. Does anyone know what I'm missing/ what I need to do to give admins the ability to add a file uploader to the page?
Here's an image of the available options,
Silverstripe form dropdown
It looks like the EditableFileField currently requires the Secure Assets Module to work. If the Secure Assets Module is not installed, the File Upload Field does not appear.
For Silverstripe Userforms module 4.5 and Silverstripe 3.6, if you really really don't want to install Secure Assets Module to enable File upload field just as me, you can create a secureassets.yml file in mysite/_config folder and add some yml configuration as below:
---
Name: userformsnosecurityoverride
After:
- '#userformsnosecurity'
Except:
ModuleExists: secureassets
---
EditableFileField:
hidden: false
This will override the default settings and make the file upload field visible.

How to configure affiliate module in Yii?

I have affiliate module and i put it into Yii protected module folder. Now what will i do for next steps to get affect of this module in my site ?
Note : I don't know about affiliate Program ..... Just need to run this module in my yii site.
Thanks in Advance.
Kavi.
I got some better Solution. And able to rune this module.
Need some External Tool name couponic. and then install this module like step vice.
Click this link for more information

OpenERP module not showing in correct path

My module is not showing in the addon in this path that is
C:\Users\bakhtawar\workspace\abc\openerp-7.0-20130916-231138\
openerp\addons
it is showing in this path
C:\Users\bakhtawar\workspace\abc\openerp-7.0-20130916-231138\
build\lib\openerp\addons\Asset_Allocation.
I think if it will show in that path so then I can install my custom module that is asset_allocation.

Prestashop 1.5, How to copy a core module into my theme module folder?

I'de like to copy the [prestashop new theme]cart block (cartblock2 in the main module folder) into my theme/modules in order to customize it and keep the core module intact.
How do I do that ? I searched the documentation and it's not very clear...
What I did so far :
Copy cartblock2 from the main module folder into my theme/module folder, empty prestashop cache (it's turned off but just to be sure), I made my changes but nothing change it's only changing when I modify the module in the main module folder.
Thank you for your help
module folder name must same with root modules name
/modules/blockcart2
in themes
/themes/modules/blockcart2
and you can only edit blockcart2.tpl file in themes folder
and make sure blockcart2 installed in bacoffice