⚠ 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

Share your Themes



Cyber3D

Cyber3D
  • profile picture
  • Member

Posted 20 January 2014 - 01:15 AM

Modified the Datatables theme. [attachment=748:flat_metro.jpg]

 

https://github.com/Cyber3D/metro_blue

 

 

 


manushimn

manushimn
  • profile picture
  • Member

Posted 15 August 2014 - 23:49 PM

@Cyber3D,

 

Hey I really love this theme.. but when I try this, it does not render properly.. what version of grocery crud are you using?


manushimn

manushimn
  • profile picture
  • Member

Posted 16 August 2014 - 00:54 AM

Sorry, It worked perfectly after I replace the name with metro_blue :)
thanks :)


DrPaul

DrPaul
  • profile picture
  • Member

Posted 20 August 2014 - 16:31 PM

I made a slight improvement to flexigrid/views/list_template.php.

 

It now conditionally displays the paging dialog, only if required.  Meaning, if you are displaying <= the default rows per page, don't bother with the paging display.

 

Starts at line 115:

	<div class='search-div-clear-button'>
                <input type="button" value="<?php echo $this->l('list_clear_filtering');?>" id='search_clear' class="search_clear">
        </div>
  	</div>
+ 	<?php if( $total_results > $default_per_page ){ ?>
  	<div class="pDiv" >
  		<div class="pDiv2" >
  			<div class="pGroup">

Then to close out the conditional (starting 4 lines from EOF)

  	</div>
+ 	<?php } else {?>
+ 	<div class="pDiv" style="height: 27px" >
+ 	</div>	      
+ 	<?php } ?>		   
  	<?php echo form_close(); ?>
  	</div>
  </div>

Note: This is the latest code from github => https://github.com/scoumbourdis/grocery-crud

(commit:  9a3f5c18575de74f25ded3d3b5d5e7921d884b86)

Nice addition, have added it to my list of "hacks to have" :-)


DonySuXX

DonySuXX
  • profile picture
  • Member

Posted 09 May 2016 - 17:06 PM

Hi, guys!

 

That's amazing tool. And I have to share modified theme for it  ^_^

I modified flexigrid a bit and named new theme flatgrid

[attachment=1113:list.PNG]

[attachment=1112:Detail.PNG]

 

I can't attach zip file, so i upload theme on my cloud:

https://yadi.sk/d/y-zsfH7mraed5

 


abubasil

abubasil
  • profile picture
  • Member

Posted 28 April 2017 - 11:21 AM

Hi everyone.

I would like to thank you for this amazing product.

 

This is my first post in this forum,  I have been using codeigniter since Jan. 2017, and CrudGrocery two months so far.

 

here is my Right to Left css file for the theme named felxigrid in the attachments.

 

I wonder if there is any help here about using the wysiwyg editor from http://www.openwebware.com/

 

with codeigniter.?