9 years ago
2
Topic

Hi

my question is not relative to form , view but how/where in the generated php/SQL the data are store in table !

a) How seblod can manage one custom form registration for many Component extension ( Community bulder Joomsocial) that have implemented a customize way to store user and extra fields informations ( adress ,town name, zip code ) ?

In a way can seblod be able to map for each components the x fields ( form) to y fields ( cell of table) ( y<x) that can be store in many tables !! in which file php name must be customize ? ( i think it name is a mix of id , form name , function name use by seblod ) .

b) Does an seblod extension already available for manager unique user registration into different components ?

regard's

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
0
Level 1

Hi,

I'm sorry but this is not possible, Seblod works with joomla user table and extends it, but it does not use/affect other tables, Thoretically adding  Free storage fields pointing to those tables into user content type shoudl work, but this was not tested, you will need to experiment with it yourself.

154 Posts
WebOne
9 years ago
0
Level 1

@lionel80
You may be able to experiment with the code pack

http://www.seblod.com/products/1854

by storing values entered into Form fields into separate tables using the AfterStore field for example. 

You can then kind of map fields on a List view with SD Databaser

http://www.seblod.com/products/2239

and also use Search Query

http://www.seblod.com/products/2239

and/or Dynamic Cascade

http://www.seblod.com/products/2997

Of course using a custom template also has options.

Sometimes it helps to experiment, Seblod is full of possibilities :-)

Get a Book for SEBLOD