hunk
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] "Set image in field" not responsiveAny error fo javascript?
could check the request of javascript https://img.skitch.com/20110127-77wbu2jdpu6tcni3wnwwkk78a.jpg
Forum: Fixing WordPress
In reply to: Querying by post type using magic fields pluginwrite panel != post type
check this https://groups.google.com/d/topic/magic-fields/gQ-zi630kyk/discussion
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] new .po and .mu fileshere de .po for MF 1.5.2 https://github.com/downloads/hunk/Magic-Fields/magic-fields_1_5_2.pot
Forum: Plugins
In reply to: [Plugin: Magic Fields] Where'd my category panel go?chekc you screen options
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Errors when Exporting a write paneldo not have permissions on / tmp
Forum: Plugins
In reply to: [Plugin: MagicFields] "File **** Doesn't Exist?"which function you are using?
Forum: Plugins
In reply to: [Plugin: MagicFields] "File **** Doesn't Exist?"yeah, el image (media upload) take the image of upload, only save the cache in files_mf
Forum: Plugins
In reply to: [Plugin: MagicFields] "File **** Doesn't Exist?"mf 1.5.2 and wp 3.x?
yes, you can use css for hide
Forum: Hacks
In reply to: Using add_image_size With Magic Fieldsuse get_image http://wiki.magicfields.org/doku.php?id=front-end_functions#get_image or gen_image http://wiki.magicfields.org/doku.php?id=front-end_functions#gen_image.
check the override_params in get_image and “param” in gen_image
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Displaying Custom Data on Admin Panelcheck this http://www.deluxeblogtips.com/2010/05/add-custom-column.html, all values of custom fields is store in post meta of wordpress
can apply this change http://github.com/hunk/Magic-Fields/commit/c4e32dc328b1a40a9f94622dd3…
and check againForum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Not Able to Make Date Field RequiredHi the answer en google groups http://groups.google.com/group/magic-fields
Forum: Plugins
In reply to: Magic fields not showing all custom fieldstry with litte test
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); echo ge('name_of_field'); endwhile; endif; ?>