Customized MySql CRUD

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
zeljkobobic
 
 
Posts: 4
Joined: Tue Jul 12, 2022 6:00 pm

Customized MySql CRUD

Post by zeljkobobic »

Hi.
Does anyone has any experience in making customized CRUD page?
I would like to organize edit fields and buttons on my way.
Any suggestions are most welcomed!
Thank you.
P.S. In MySql CRUD extension, on edit-then save, reports: Duplicate entry '0' for key 'PRIMARY'???
Any record which I try to edit, the same report appear.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Customized MySql CRUD

Post by Pablo »

Sorry, the extension cannot be customized (visually), this requires custom coding.
infokalarakis
 
 
Posts: 6
Joined: Wed Jul 20, 2022 9:51 am

Re: Customized MySql CRUD

Post by infokalarakis »

Does anybody knows the way to caustomize - by code- the mysql crud extension?
I have about 3000 records , increasing rapidly, and the pagging occupy the half of the browser page
User avatar
jerryco
 
 
Posts: 879
Joined: Fri Mar 27, 2009 2:42 pm
Location: Purmerend, Holland

Re: Customized MySql CRUD

Post by jerryco »

Hello, it is outside this forum, but maybe you can find a coding deal at www.fiverr.com. You can place what you want and programmers can respond.
// Love is the acceptance of nothing / Account age is no guarantee of efficiency ;-) ->

Above, Beyond, and @wwonderfull! <- Genuinely helps you with a powered up site that counts! Four Times Excellence!
WWBman
 
 
Posts: 917
Joined: Fri Jan 08, 2010 6:10 pm

Re: Customized MySql CRUD

Post by WWBman »

infokalarakis wrote: Wed Jul 20, 2022 9:56 am... I have about 3000 records , increasing rapidly, and the pagging occupy the half of the browser page
Not sure what you mean, can you be more specific?
Have you seen the options under the Style tab?
zeljkobobic
 
 
Posts: 4
Joined: Tue Jul 12, 2022 6:00 pm

Re: Customized MySql CRUD

Post by zeljkobobic »

Custom coding wouldn't be a problem if there are some samples?
Is there at least an explanation how to put a submit button and make an ADD record?
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Customized MySql CRUD

Post by Pablo »

I'm sorry, we cannot teach you how to program, this is outside the scope of this forum because it would take a lot of time.
We try to provide standard solution for most commonly requested functionality.
But if you need something specific then you will need to implement the code for this yourself.
Post Reply