XYDAC
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All CPT permalinks broken after upgrading to 3.2.1Sorry for the delay , It will be incorporated in uppcoming version.
Stay Tuned ..New version coming soon…:)regards,
-Xydacworking on it for next version …but very busy des days….will take sum times..:)
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Ultimate Post Type Manager – WordPress 3.1The options here are of Ultimate Post type manager, not of WordPress. Go to edit screen of a custom post type, and there you will find it.:)
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Query Custom Fields using meta queryHie,,
I have seen people having various issues using the serialized values in meta data. I have decided to revert them back to normal form which i’ll be doing in next release.Hope you can wait till then..:)
Forum: Plugins
In reply to: Can't install Ultimate Taxonomy and Ultimate Post Type managerI would recommend you to write the taxonomy and post type code for your site. would be able to help you if you could provide some details over it.
Regards,
-XydacSetting this to resolved as bug not confirmed.:)
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Content not display after upgradeI’ll set this to resolved for now.:)
The best way to get data is by using shortcodes, it helps the developer to customize the data in the he wants and deliver it to the user.
But still if you would want to use the native php/WordPress function to get the output then just replace theget_post_meta()function call withxydac_get_post_meta()all you need to change is function name and leaving the rest to same.
The function returns the value part if the content is an array, else it returns the value itself.
For the implementation of checkbox you can check out the output function infieldtypes/class-checkbox.php.You are getting the same string again because you are not using the shortcode for getting the value.
I would recommend using the shortcode, and even if you want to use it in template file as php code or anywhere else as php code then u can use the WordPress function to execute shortcode
do_shortcode().Regards,
-XydacForum: Plugins
In reply to: [Ultimate Post Type Manager] problem with check and comboFixed in recent version Update, Check and report.
Regards,
-XydacIt’s fixed in recent version.
Please check it out and also let me know.Regards,
-XydacForum: Plugins
In reply to: [Ultimate Post Type Manager] Search problemSearch seems to be working for me please check and report again.
Regards,
-XydacI have figured it out yesterday only and found that RTE doesn’t pops up when editor is disabled i am fixing this asap and will be updated by next release.
Regards,
-XydacForum: Plugins
In reply to: [Ultimate Post Type Manager] Content not display after upgradeThen initial issue identified in this post had been already fixed. Please update regarding it.
Regards,
-XydacHey jrevillini,
Glad to see someone giving complete information regarding a bug found. But sorry to say i couldn’t reproduce it. Can you just recheck it. There is some known bug with checkbox, but that doesn’t wipe out data.Do let me know.
Regards,
-XydacForum: Plugins
In reply to: [Ultimate Post Type Manager] problem with check and combodo_shortcode for Check box is not working, Will be updated in next version. But there doesn’t seems to be any such problem with combobox.