⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Why some question is ignoring?



istiaque
  • profile picture
  • Member

Posted 19 March 2013 - 15:38 PM

Hello there!

 

I am new here and I extremly happy to get two wonder tools. One is GC (Grocery Crud) and another is IC (Image Crud). Its save my a lot of time and happy with it.

 

I have a question, why some question is ignoring here? I thought it is occurd for duplicate entry or posting. but I searched on a topic like searched on documentation and forum for multiple field in one row in add/edit form. like two column in one row. I didn't get any proper solution. I didn't get any proper feedback from GC. I found few peoples asked on that point but no result.

 

I found 25 fields in our worker database. If I want to implemented it by GC then my registration form will be 25 rows. but If I use multiple column in one row, minimum two column in one row then It will in 13 line. see the following figure:

 

[attachment=494:form.JPG]

 

 

I am showing 3 row and 6 data fields. I need a solution from GC. Please give me a solution or please integrate this type of facilities in up coming.

 

Sorry for my subject title and giving this type of title to get a good feedback from GC.

 

Have a nice day! All the best :)

 

Istiaque

 


victor
  • profile picture
  • Member

Posted 19 March 2013 - 20:02 PM

GC is a free library and it was shared "AS IS" and the project has no money to answer all questions :( . Many people spend own time to answer different question, but they (we ;) ) have no time for that too.

Web-johnny made a nice documentation for the library.

 

About the problem:

You can use JavaScript to change design for the page.

For example:

You can try to copy all elements from the form and paste into your design.

But...

Your case is easy to make it without GC. As I understand that design for the front end?

I only use GC for the back end system.


web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 19 March 2013 - 20:58 PM

Hello [member='istiaque'] and welcome to the forum,

 

no-one is ignoring to answer. The main problem is about time. I really spend all my free time to add as much effort to grocery CRUD, Image CRUD and now Codeigniter Simplicity that I am preparing (this will be a template library that it will make your life easier) . Imagine that all of this work is a one-man project (me :) ) . The website, the forum, the code, the requests, the issues, the bugs, the questions, merge requests, code reviews, testing ... and I always do my best to answer as many questions as I can in forums, blogs and stack-overflow but I really don't have time and all of these without any important income (except of course the donations that really keep this project alive!).

 

The guys here such as [member='victor'] are doing their best as well to answer all of the questions, but they are so many and they have their own websites to fix as well. By the way victor great website ;) ( www.svc.by )

 

Anyway, as for your question, grocery CRUD is designed to change the CSS easily with a custom css. So for example a div in grocery CRUD is like this:

 

<div id="city_field_box" class="form-field-box odd">
				<div id="city_display_as_box" class="form-display-as-box">
					City :
				</div>
				<div id="city_input_box" class="form-input-box">
					<input type="text" maxlength="50" value="San Francisco" name="city" id="field-city">				</div>
				<div class="clear"></div>	
			</div>

So for example you can add a CSS for id: city_field_box

 

#city_field_box
{
    float:left;
    width:300px;
}

or:

 

.form-field-box
{
    float: left;
    width: 300px;
}

 

 

This is just an example, they are css-classes and ids everywhere so you can easily change the forms styles. Please do not expect answers to just copy-paste them. As this is an open-source project you have to try and experiment by yourself so you can have your desired results.

 

Hope this helped

 

Kindest Regards

Johnny


istiaque
  • profile picture
  • Member

Posted 20 March 2013 - 03:28 AM

GC is a free library and it was shared "AS IS" and the project has no money to answer all questions :( . Many people spend own time to answer different question, but they (we ;) ) have no time for that too.

Web-johnny made a nice documentation for the library.

 

About the problem:

You can use JavaScript to change design for the page.

For example:

You can try to copy all elements from the form and paste into your design.

But...

Your case is easy to make it without GC. As I understand that design for the front end?

I only use GC for the back end system.

------

Thank you Victor, You are right and its good for back end. but If GC support that kind of facilities then it can be use front end too.

I know GC is free library and I am very much pleased on it. I am new and working on GC+IC+Codeigniter.

 

I thought if it can be used as my uploaded image, then form or table size must be smaller from front end.

 

I am not good on javascript and it will be tough for me to change in javascript.

 

any way, I will try you instruction. please do not mind :) and thank youuuuuuuuuuuuuuuuuu for your answer.


istiaque
  • profile picture
  • Member

Posted 20 March 2013 - 03:40 AM

Hello [member='istiaque'] and welcome to the forum,

 

no-one is ignoring to answer. The main problem is about time. I really spend all my free time to add as much effort to grocery CRUD, Image CRUD and now Codeigniter Simplicity that I am preparing (this will be a template library that it will make your life easier) . Imagine that all of this work is a one-man project (me :) ) . The website, the forum, the code, the requests, the issues, the bugs, the questions, merge requests, code reviews, testing ... and I always do my best to answer as many questions as I can in forums, blogs and stack-overflow but I really don't have time and all of these without any important income (except of course the donations that really keep this project alive!).

 

The guys here such as [member='victor'] are doing their best as well to answer all of the questions, but they are so many and they have their own websites to fix as well. By the way victor great website ;) ( www.svc.by )

 

WOW........................................................................www

 

I had no idea about GC and You. You are doing an excellent job. I had no idea about it that one man GC. I have no any complain for it but I will wait for your all kind of next features and all other things.

 

I tried to change in add.php file as my requirements but failed and I searched here but didn't get any good feedback. that is why, I asked by that way.

 

I am extremely sorry if I hurt you. I appreciate your work and God bless you...


davidoster
  • profile picture
  • Member

Posted 25 March 2013 - 13:29 PM

We try to make our best and help as many people as possible, whenever we can!

[member=victor] is the most frequent user here (except [member=web-johnny] of course) that spends endless time to try to answer our questions!