hunk
Forum Replies Created
-
Which version you uses?
try for MF 2.x add .htaccess in MF plugin folder
<FilesMatch “^(mf_upload)\.php$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>MF 1.x same path
<FilesMatch “(RCCWP_upload|RCCWP_GetDuplicate)\.php$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>Forum: Plugins
In reply to: [Magic Fields 2] WordPress 4.5 Issues?this happen in all post type or with someone specific field?
Forum: Plugins
In reply to: [Magic Fields 2] file upload "no editor could be chosen"this was a detail with htaccess. we resolve this detail with this:
<FilesMatch “^(mf_upload)\.php$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>Forum: Plugins
In reply to: [Magic Fields 2] Get url of related type contentHi, uses this code for show the permalink:
<?php echo get_permalink(get(‘relation’)); ?>
Forum: Plugins
In reply to: [Magic Fields 2] file upload "no editor could be chosen"hi polroti, do you have some error in javascript console?
Forum: Plugins
In reply to: [Magic Fields 2] Fatal error: aux_image()Hi tower2204, both, i send all change to WP system in Jan 18.
Forum: Plugins
In reply to: [Magic Fields 2] Fatal error: aux_image()Sorry for that. i send the fix to github, if you can test and tell me if work fine i really appreciate https://github.com/magic-fields-team/Magic-Fields-2
Forum: Plugins
In reply to: [Magic Fields 2] get_image brokenSorry for that. i send the fix to github, if you can test and tell me if work fine i really appreciate https://github.com/magic-fields-team/Magic-Fields-2
Forum: Plugins
In reply to: [Magic Fields 2] file upload "no editor could be chosen"Sorry for that. i send the fix to github, if you can test and tell me if work fine i really appreciate https://github.com/magic-fields-team/Magic-Fields-2
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedall these change is in the new version 2.3.2.2
Forum: Plugins
In reply to: [Magic Fields] WP pages panel missing after recent updateHi, which type of Write Panel have the problem? or is in both.
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedyes, you can download the version with the fix here https://github.com/magic-fields-team/Magic-Fields-2
if work fine please tell me for send this version to WP repository
Forum: Plugins
In reply to: [Magic Fields] Errors in magic fieldsDo you use the last version of MF2.x? try the save again de post type.
Forum: Plugins
In reply to: [Magic Fields 2] Backend functions for add, update and delete metaswhich type functions? some who add/update/delete to MF tables value-relationships ? some like this:
add_to_mf(post_type,field_name,value, group_index*,field_index*)
save all FM relationships, save the value in post_meta of WP.
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checked