Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Create / edit and delete data (CCK?)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Create / edit and delete data (CCK?)
#61224
Create / edit and delete data (CCK?) 6 Years, 7 Months ago Karma: 0
English
------------------------------------------------------------
I'm looking for a solution to create / modify / delete data in a table totally independent of Joomla.
The visualization, "ARI Smart Content" in the form of tables suit me perfectly, but I would like to go further in the developments.

Currently, uses "ARI Smart Content" to display information (module of type "Data Table" and access by {arimodule id = "xxx"} {/ arimodule} in an article) and I use the CCK "ChronoForm and ChronoConnectivity" to create / modify / delete information from these tables.

My first question is whether it is possible to replace "ChronoForm and ChronoConnectivity" by "ARI Smart Content" or another ARI tool so as to:
- Create new records in tables
- Modify existing information
- Delete some records

If it is not possible...
- How to display in the ARI Smart Content tables an additional column containing a link to a page that would have been created by another CCK extension and to manage (delete or modify) the record displayed by "ARI Smart Content" ?
- Is it possible to create a column to delete the record from the table directly in the list "ARI Smart Content" ?

Thank you in advance for your ideas and possible solutions.
Jean Marie


Français
------------------------------------------------------------
Bonjour

Je cherche une solution pour créer/modifier/supprimer des données dans une table totalement indépendante de celles de Joomla.
La visualisation, "ARI Smart Content" sous forme de tableaux me convient parfaitement, mais j'aimerai aller plus loin dans les développements.

Actuellement, l'utilise "ARI Smart Content" pour afficher des information (module de type "Data Table" et accès par {arimodule id="xxx"}{/arimodule} dans un article) et j'utilise le CCK "ChronoForm et ChronoConnectivity" pour créer/modifier/supprimer les informations de ces tables.

Ma première question est de savoir s'il est possible de remplacer ChronoForm et ChronoConnectivity par "ARI Smart Content" ou par un autre outil ARI de façon à :
- Créer de nouveaux enregistrements dans les tables
- Modifier les informations existantes
- Supprimer certains enregistrements
Si c'est possible, c'est une très bonne nouvelle mais comment faire ?

Si ce n'est pas possible...
- Comment afficher dans les tableaux "ARI Smart Content" une colonne supplémentaire contenant un lien vers une page qui aurait été créée par une autre extension de type CCK et permettant de gérer (supprimer ou modifier) l'enregistrement affiché par "ARI Smart Content" ?
- Est-il possible de créer une colonne permettant de supprimer directement l'enregistrement de la table dans la liste "ARI Smart Content" ?

Merci d'avance pour vos idées et vos solutions éventuelles.
Jean-Marie
The administrator has disabled public write access.
Le peu que je sais est occulté par le trop que je ne sais pas...
 
#61229
Re:Create / edit and delete data (CCK?) 6 Years, 7 Months ago Karma: 747
Hello,

Sorry, but we don't have an extension which supports ability to modify data (add/delete/update).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#61235
Re:Create / edit and delete data (CCK?) 6 Years, 7 Months ago Karma: 0
Hello

OK, so how can i create new columns in the "ARI datatable" with links (or buttons with link) to a Joomla page with parameters in the link, for exemple :

Column 1 : https//mywebsite/mypagetodelete?option1=xxx&option2=yyy
Column 2 : https//mywebsite/mypagetomodify?option1=xxx&option2=yyy

with "xxx" and "yyy" = parameters retrieved from the line displayed in the datatable

I will have the possibility to go directly from the display of the list (ARI datatable) to a page of deletion or modification of the concerned record.

Jean-Marie
The administrator has disabled public write access.
Le peu que je sais est occulté par le trop que je ne sais pas...
 
#61244
Re:Create / edit and delete data (CCK?) 6 Years, 7 Months ago Karma: 747
Hello,

For example, you can add an extra columns to SQL query:

SELECT
id,
xxx,
yyy,
1 AS edit_link,
1 AS delete_link
FROM
tbl

and then use "Columns settings -> Format" parameter to create links. Set "Columns settings -> ID" to edit_link value and populate "Columns settings -> Format" parameter with the following value:

Code:


<a href="https://mywebsite/mypagetomodify?option1={$columns:xxx}&option2={$columns:yyy}">Edit</a>



Do the following also for delete_link column.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#61245
Re:Create / edit and delete data (CCK?) 6 Years, 7 Months ago Karma: 0
Hello

Thanks a lot
This is a good solution for me.
This topic can be closed.

Jean-Marie
Last Edit: 2017/09/16 08:42 By jmgroud.
The administrator has disabled public write access.
Le peu que je sais est occulté par le trop que je ne sais pas...
 
Go to topPage: 1