Modify the registration in Community Builder + joomla - joomla

I am working with the community builder package(CB) and joomla 3.3.1.
I want to modify the CB registration for adding a new input.
I want to add "phone" and put this number into the table for joomla users.
Any idea?
In advance, thank you

You should check Community Builder Profile Pro plugin. It allows to place your custom HTML or even PHP code on CB registration page. You can add your custom input to the form and then process it on form submit by adding a trigger call using CB API. More info on CB Triggers http://www.joomlapolis.com/support/tutorials/120-api-usage/18358-using-cb-triggers

Related

How can i add custom fields in prestashop 1.7.6 newsletter form?

i need funneling the subscriptions in my 1.7.6 Prestashop newsletter. I should add custom fiels in newsletter registration form. How can i do this?
Thanks a lot guys
I suggest you to use Module for creating new custom field. Because you are going to create also new table in the database as well. Then using the front controller to add new field.
You can read the official docs here:
https://devdocs.prestashop.com/1.7/modules/
https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/

joomla add custom tab and custom fields to article

first i show image: http://www.upload.ee/image/4675395/Untitled.png , to understand my idea better
I am using joomla 2.5.14 and I want to add another menu option for Extra Fields (It would have 10 fields - ID, Picture URL, Video URL, etc).
The new menu would be saved as vod_items table. The menu would be added where are the Publishing Options, Configure Edit Screen, etc.
That option should be available in every article.
Is there a simple way to add that option to Joomla or is there any kind of a code or plugin to do that?
Kind regards,
Aimar.
You can create a custom plugin to add more custom fields on Article manager or any other core component of Joomla.
You can follow following link for creating a plugin for adding custom fields to Article manager.
Reference : Adding custom fields to core components using a plugin
Note : Don't edit the core component as all changes will be lost in future update of Joomla.

How to create two Joomla community builder(CB) registration forms

I have Joomla 3.x website . I am using CB(community builder) for user registration and log in.
I want to have another registration form on another page with some different field.
I have a already registration page here http://urbanaccessregulations.eu/register/registers. I need an other registration form on another page(http://urbanaccessregulations.eu/stakeholer-login).
I need basically two different registration form for two different pages.
Is this possible by community builder .
Please suggest me how can I do this
That can be done with Profile Pro plugin for Community Builder. It allows to create separate registration forms with different fields and even multi-step registrations.

joomla integrating external php signup form

I have a joomla website.here is the link
link for siteI want to integrate a external php signup and login form.I create a php signup form.It works perfecly.
signup linkBut the problem is i dont know how to integrate that form to my joomla web pages...I want to secure my web pages..Only registered users can view my page....please help me..
Why have you create your own register form? Joomla already has the one. To see it follow the link index.php?option=com_user&task=register, Login for there index.php?option=com_user&task=login. If you need more fields to be filled out during registation you may you Community Builder. This extention allows to add to user profie as many fields as you want
It is also possible to use Chronoforms to allow for registration that brings in multiple fields as well without having to bring in an external file for registration/login.
Using the tools Joomla has to stay within Joomla is really the best way to go about it. It will allow you to keep your sanity and keep things as uniformed as possible.

How to add new forms in magento

I have to add some forms for various purpose like getting info from client regarding a product, getting query from customers, some lead forms.
So how can i add new forms in magento other than having new module for forms. The form will be working with some custom db tables or need to mail them to admin/customer.
Please help me out. Thanks in advance
Since Magento is built on MVC model, i think u should add module in order to use any form.
And if you are reluctant in using them, then there is a possibility of having plain php pages outside magento folder and add those links inside magento either using static blocks or CMS Pages..

Resources