XYDAC
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Content not display after upgradeHello,
Sorry guys about the content bug, update to 1.6.3 to fix it,Couldn’t find the bugs relating to Javascript, can someone please most me a screenshot of error.
Regards,
-XydacDone…Thank buddy,I was in kind of hurry when i created some field types so if you find any thing as such i would be much thankful for notifying me..:)
Made the update in 1.6.2:)
Regards,
-XydacThanks, I had already resolved it but didn’t update it,due to some other bugs It will be done by next release.
Thanks again for notifying..
Cheers..:P
-Xydac
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Archive slugI won’t be adding that, But you can help yourself by changing following line
Search for this line in cptfields.php
'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'boolean', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),Change it to
'has_archive' => array( 'arr_label' => 'Has Archive' , 'name' => 'xy_post[args][has_archive]', 'type'=>'string', 'desc'=>'Enables post type archives. Will generate the proper rewrite rules if rewrite is enabled. ', 'default'=>'true'),then you will be getting a text box.Use wisely.:)
Am almost finished with the next version just doing some testing….:)
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Ultimate Post Type Manager – WordPress 3.1@dorondeco
The solution specified here is for problem with custom post types created only with the plugin.won’t solve any other problem.Regards,
-XydacSelecting the option as True : you will get the terms in a combo box and you can select only one term for a post.
If selected as false: you will get the default WordPress Terms Selection Widget.Regards,
-XydacForum: Plugins
In reply to: [Ultimate Post Type Manager] Ultimate Post Type Manager – WordPress 3.1We’re referring to Ultimate Post Type Manager Plugin.
-Xydac
Forum: Plugins
In reply to: [Ultimate Post Type Manager] Ultimate Post Type Manager – WordPress 3.1@tuin: Have you created a Custom Post type or you are getting errors for Post..??
Also are you using as administrator?Forum: Plugins
In reply to: [Ultimate Post Type Manager] Ultimate Post Type Manager – WordPress 3.1Hello everyone,
There isn’t actually any problem with the plugin, You just need to tweak the plugin as per your use.
For this problem all you need to do is EnableMap Meta CapabilitiesunderOptionstotrue.Will add as default in next version of the plugin.;)
Regards,
-XydacNo thats wrong,
You can create any post type with the default categories and tags or you can create fresh new taxonomies for any post type with my other plugin Ultimate Taxonomy Manager.(For NEWS with their own category).For those whom you don’t want just remove the category and/or tags from the post type manager setting.
Let me know if this doesn’t solve your problem.
Regards,
-XydacHey,
you could try this till next release :add these lines to ‘ultimate-taxonomy-manager.php’ just after
update_option("xydac_taxonomies",$taxonomies);
add these linesglobal $wp_rewrite; $wp_rewrite->flush_rules();Do let me know if it doesn’t work.:)
Regards,
-XydacThanks for info Carlo,
I’ll sort out the stuff in next version.Do let me know if you find any other bugs.
Regards,
-XydacUpdated new version , please check and let me know how it works…..??
-Xydac
The new version will be updated soon…:)
Hey everyone,
I haven’t been able to generate the error yet but still i have changed the code to include a text box to add the url of image, as well as remove image option.
Still working on it to improve….Would be gr8 if someone could check, if there is still and error after deactivating all other plugins, because i think the issue is plugin conflict.
-Xydac