यह सवाल थोड़ा अनोखा है।
यह एक "चुनौती" है जो मैं टीआरसी टिकटों से संबंधित वर्डप्रेस टीम ( या किसी और ) को जारी कर रहा हूं : # 16048 , # 16050 और # 16204 ।
लक्ष्य
वर्डप्रेस एडमिन मेन्यू सेक्शन को संशोधित करने का प्रयास करते समय लक्ष्य को स्क्रीनशॉट में दर्शाए गए तीन (3) मुद्दों के आसपास जाना है :
जाओ "माइक्रोसाइट" सबमेनू पेज एक अटार्नी संपादित करते हुए प्रकाश डाला जाना करने के लिए (यह हम किसी भी तरह सबमेनू आइटम, _ और करने के लिए लागू करने के लिए "वर्तमान" में सक्षम होना चाहिए के लिए _wp_menu_output में कुछ हुक () फ़ंक्शन प्रदान करेगा यहाँ क्या आवश्यक है) ,
अटॉर्नी मेनू पेज लिंक से लिंक करें
/wp-admin/edit.php?post_type=attorney
जब अटॉर्नी को संपादित करने के लिए लिंक (और _wp_menu_output () फ़ंक्शन को इस तरह की आवश्यकता हो सकती है) , और"माइक्रोसाइट" लिंक प्राप्त करें ट्रिगर करने के लिए "आपके पास इस पृष्ठ" त्रुटि * का उपयोग करने के लिए पर्याप्त अनुमति नहीं है (यह हल करने के लिए सबसे कम है, और वापसी के मूल्य पर
user_can_access_admin_page()
एक हुक इस मुद्दे को अच्छी तरह से संभाल सकता है।)
(स्रोत: mikeschinkel.com )
केवल मेरे उपयोग-मामले से अधिक
ये तीन (3) मुद्दे मेरे उपयोग-मामले के लिए हैं, लेकिन उनके WordPress में व्यवस्थापक मेनू को कॉन्फ़िगर करने से संबंधित मुद्दों के प्रतीक हैं।
वर्डप्रेस टीम के कई लोगों ने कहा कि यह आसान है और इस तरह निहित है कि मुझे कुछ याद आ रहा है (जो कि सही भी हो सकता है) लेकिन मैंने इस समस्या को हफ्तों तक देखा है और यह पता नहीं लगाया कि इसे कैसे प्राप्त किया जा सकता है इसलिए मैंने आपके द्वारा नीचे देखा गया प्लगइन बनाया ( जिस्ट से डाउनलोड करने योग्य ) मुद्दों का सबसे सरल उपयोग-केस उदाहरण के रूप में। कोड में admin_menu2()
हैक किया गया है, लेकिन यह बहुत ज्यादा है कि WordPress में व्यवस्थापक मेनू को संशोधित करने के लिए क्या आवश्यक है।
ध्यान दें कि मैंने 3.1 में नए remove_menu_page()
और न ही नए remove_submenu_page()
कार्यों का उपयोग करने की कोशिश नहीं की, क्योंकि प्लगइन बनाने में अधिक समय लगेगा - मेरे पास पहले admin_menu2()
से ही एक मौजूदा परियोजना से कोड था - और मुझे विश्वास नहीं है कि वे संबोधित करेंगे समस्या वैसे भी।
मुझे क्या ज़रुरत है?
मुझे दो (2) चीजों में से एक की आवश्यकता है:
समस्याओं का एक समाधान जो मैं इस प्लगइन के साथ उजागर करता हूं और इस प्रश्न और स्क्रीनशॉट (BTW) में समझाता हूं , अगर आप PHP आउटपुट बफरिंग का उपयोग किसी भी भाग को हल करने के लिए करते हैं , तो मैं आपके समाधान को अयोग्य घोषित करूंगा ) , या
वर्डप्रेस टीम को पहचानने के लिए कि वास्तव में इन हुक की आवश्यकता है और टिकट पर अपनी स्थिति पर पुनर्विचार करने के लिए उन्हें प्राप्त करना है।
आप चैलेंज कैसे लेते हैं?
वर्डप्रेस 3.1 की एक प्राचीन नई प्रति डाउनलोड और स्थापित करें (कोई भी संशोधन शायद करेगा) ,
नीचे दिए गए "The Great WordPress Admin Menu Challenge Of Jan 2011" प्लगइन को डाउनलोड, इंस्टॉल और एक्टिवेट करें (या Gist से प्लगइन डाउनलोड करें ) , और फिर
इस प्लगइन के लिए प्लगइन पृष्ठ पर पाए गए निर्देशों का पालन करें (निम्न स्क्रीनशॉट देखें) लेकिन मूल रूप से आपके द्वारा देखे गए स्क्रीनशॉट को लोड करें और फिर वर्णित तीन (3) मुद्दों का पता लगाने की कोशिश करें:
(स्रोत: mikeschinkel.com )
वन रे ऑफ होप
सौभाग्य से वर्डप्रेस टीम के एंड्रयू नैसीन ने इसे देखने की पेशकश की, एक बार मैंने इसे कोडित कर दिया था, इसलिए मैं इसे मुख्य रूप से यहां पोस्ट करने के लिए समीक्षा और टिप्पणी करने के साथ-साथ दूसरों को टिप्पणी करने के लिए पोस्ट कर रहा हूं। मुझे पता है कि वह व्यस्त है, लेकिन मुझे उम्मीद है कि वह (या आप भी) v3.1 की एक प्राचीन स्थापना पर इस प्लगइन को स्थापित करने के लिए समय ले सकते हैं और देखें कि क्या वह इस मुद्दे को हल कर सकता है।
यदि आप सहमत हैं तो चुनौती असंभव है?
यदि इस चुनौती को आजमाने के बाद आप मेरे जैसे ही निष्कर्ष पर आते हैं, और यदि आप वर्डप्रेस एडमिन मेन्यू देखना चाहते हैं, तो कृपया इन ट्रेस टिकटों पर टिप्पणी करें ( # 16048 - # 16050 - # 16204 ) और इस प्रश्न को वोट दें इसके लिए समर्थन दिखाने के लिए।
आई विल ग्लैडली एडमिट आई मिस्ड समथिंग, इफ आई डिड
निश्चित रूप से यह संभव है कि मैं इस पर पूरी तरह से मृत हो सकता हूं और कोई यह बता सकता है कि यह कैसे करना है। वास्तव में, मैं वास्तव में आशा करता हूं कि मामला समाप्त हो जाएगा; बल्कि मैं गलत होगा और इसके विपरीत काम कर रहा हूं।
और यहाँ प्लगिन है
यदि आप Gist से भी डाउनलोड कर सकते हैं :
<?php
/*
Plugin Name: The Great WordPress Admin Menu Challenge of Jan 2011
Description: <em>"The Great WordPress Admin Menu Challenge of Jan 2011"</em> was inspired by the WordPress team's apparent lack of understanding of the problems addressed by trac tickets <a href="http://core.trac.wordpress.org/ticket/16048">#16048</a> and <a href="http://core.trac.wordpress.org/ticket/16050">#16050</a> <em>(See also: <a href="http://core.trac.wordpress.org/ticket/16204">#16204</a>)</em> and suggestion that the <a href="http://wordpress.org/extend/plugins/admin-menu-editor/>Admin Menu Editor</a> plugin handles the use-cases that the tickets address. Debate spilled over onto Twitter with participation from <a href="http://twitter.com/nacin">@nacin</a>, <a href="http://twitter.com/aaronjorbin">@aaronjorbin</a>, <a href="http://twitter.com/petemall">@petemall</a>, <a href="http://twitter.com/westi">@westi</a>, <a href="http://twitter.com/janeforshort">@janeforshort</a>, <a href="http://twitter.com/PatchesWelcome">@PatchesWelcome</a>; supportive comments from <a href="http://twitter.com/ramsey">@ramsey</a>, <a href="http://twitter.com/brianlayman">@brianlayman</a>, <a href="http://twitter.com/TheLeggett">@TheLeggett</a>, a retweeting of @nacin's simple yet <em>(AFAICT)</em> insufficient solution by <a href="http://twitter.com/vbakaitis">@vbakaitis</a>, <a href="http://twitter.com/Viper007Bond">@Viper007Bond</a>, <a href="http://twitter.com/nickopris">@nickopris</a>, <a href="http://twitter.com/Trademark">@Trademark</a>, <a href="http://twitter.com/favstar_pop">@favstar_pop</a>, <a href="http://twitter.com/designsimply">@designsimply</a>, <a href="http://twitter.com/darylkoop">@darylkoop</a>, <a href="http://twitter.com/iamjohnford">@iamjohnford</a>, <a href="http://twitter.com/markjaquith">@markjaquith</a>, <a href="http://twitter.com/JohnJamesJacoby">@JohnJamesJacoby</a> and <a href="http://twitter.com/dd32">@dd32</a>. Also see <a href="http://andrewnacin.com/2010/12/20/better-admin-menu-controls-custom-post-types-wordpress-3-1/#comment-6360">comments</a> on @nacin's blog post entitled "<em>Better admin menu handling for post types in WordPress 3.1</em>." <strong>The desired goal of the <em>"challenge"</em></strong> is to simply either to find a solution that has eluded me or, to get those who are dismissing it as solvable without added hooks in WordPress to have a tangible example to explore in hopes they will recognize that there is indeed a need for at least some of the requested hooks. <strong>There are three (3) steps to the challenge:</strong> 1.) Get the "Microsite" submenu page to be highlighted when editing an Attorney, 2.) Get the Attorney Menu Page link to link <a href="/wordpress//wp-admin/edit.php?post_type=attorney">here</a> when editing an Attorney, and 3.) Get the "Microsite" link not to trigger a "You do not have sufficient permissions to access this page" error. Here is <a href="https://mikeschinkel.com/websnaps/skitched-20110114-235302.png" target="_blank"><strong>a screenshot</strong> that attempts to illustrate the callenge</a>. The code can be found on gist <a href="https://gist.github.com/780709"><strong>here</strong></a>. Activate it as a plugin in a WordPress 3.1 install and go <a href="/wordpress//wp-admin/post.php?post=10&action=edit"><strong>here</strong></a> to see what the screenshot illustrates. <strong>Be sure to load the <a href="https://mikeschinkel.com/websnaps/skitched-20110114-235302.png" target="_blank">screenshot</a> in another browser tab or window first</strong>.
Author: Mike Schinkel
Author URI: http://about.me/mikeschinkel
Plugin URI: https://gist.github.com/780709
*/
if (!class_exists('TheGreatWordPressAdminMenuChallenge')) {
class TheGreatWordPressAdminMenuChallenge {
static function on_load() {
add_action('init',array(__CLASS__,'init'));
add_action('admin_menu',array(__CLASS__,'admin_menu1')); // Simulates generic "Microsite" plugin
add_action('admin_menu',array(__CLASS__,'admin_menu2'),100); // Simulates website-specific plugin
add_action('post_row_actions',array(__CLASS__,'post_row_actions'),10,2);
}
static function post_row_actions($actions,$post) {
$url = admin_url(self::this_microsite_url($post->ID));
$actions = array_merge(array('microsite'=>"<a href=\"{$url}\" title=\"Manage this Microsite\">Microsite</a>"),$actions);
return $actions;
}
static function the_microsite_editor() {
echo "We are in the Microsite Editor for " . self::post_title();
}
static function admin_menu1() {
if (self::this_post_id() && in_array(self::this_post_type(),array('attorney','practice_area'))) {
add_submenu_page(
self::this_parent_slug(),
self::microsite_page_title(),
self::microsite_page_title(),
$capability = 'edit_posts',
'microsite',
array($microsite,'the_microsite_editor')
);
global $wp_post_types;
$parent_type_meta = $wp_post_types[self::this_post_type()];
global $menu;
$slug = false;
foreach($menu as $index => $menu_page)
if ($menu_page[0]===$parent_type_meta->label) {
$slug = $menu_page[2];
break;
}
if ($slug) {
global $pagenow;
global $submenu;
// Setting this makes gives the link to the microsite in the menu the highlight for "current" menu option
global $submenu_file;
$submenu_file = self::this_microsite_url();
$index = end(array_keys($submenu[$slug]));
$submenu[$slug][$index][12] = $submenu_file;
}
}
}
static function this_parent_slug() {
return "edit.php?post_type=" . self::this_post_type();
}
static function post_title() {
$post_id = self::this_post_id();
return ($post_id ? get_post($post_id)->post_title : false);
}
static function microsite_page_title() {
return 'Microsite for ' . self::post_title();
}
static function this_post_type($get_post=true) {
$post_type = (isset($_GET['post_type']) ? $_GET['post_type'] : false);
if (!$post_type && $get_post) {
$post_id = self::this_post_id();
$post_type = get_post($post_id)->post_type;
}
return $post_type;
}
static function this_post_id() {
$post_id = false;
$post_type = self::this_post_type(false);
if (isset($_GET[$post_type]))
$post_id = intval($_GET[$post_type]);
else if (isset($_GET['post']))
$post_id = intval($_GET['post']);
return $post_id;
}
static function this_microsite_url($post_id=false) {
$post_type = self::this_post_type();
$post_id = $post_id ? intval($post_id) : self::this_post_id();
return "edit.php?post_type={$post_type}&page=microsite&attorney={$post_id}";
}
static function admin_menu2() {
// The code required for this is super, nasty, ugly and shouldn't be, but at least it *is* doable
global $menu;
global $submenu;
global $microsite;
$parent_type = self::this_post_type();
foreach(array('attorney','practice_area') as $post_type) {
$slug = "edit.php?post_type={$post_type}";
if ($post_type==$parent_type) { // If a microsite remove everything except the microsite editor
$microsite_url = self::this_microsite_url();
foreach($submenu[$slug] as $submenu_index => $submenu_page) {
if ($submenu_page[2]!=$microsite_url) {
unset($submenu[$slug][$submenu_index]);
}
}
} else {
$submenu[$slug] = array();
}
}
// Remove the Submenus for each menu
unset($submenu['index.php']);
unset($submenu['edit.php?post_type=article']);
unset($submenu['edit.php?post_type=event']);
unset($submenu['edit.php?post_type=case_study']);
unset($submenu['edit.php?post_type=news_item']);
unset($submenu['edit.php?post_type=transaction']);
unset($submenu['edit.php?post_type=page']);
unset($submenu['upload.php']);
unset($submenu['users.php'][13]); // Removed the "Add New"
$remove = array_flip(array(
'edit.php',
'link-manager.php',
'edit-comments.php',
'edit.php?post_type=microsite-page',
));
if (!current_user_can('manage_tools'))
$remove['tools.php'] = count($remove);
foreach($menu as $index => $menu_page) {
if (isset($remove[$menu_page[2]])) {
unset($submenu[$menu_page[2]]);
unset($menu[$index]);
}
}
$move = array(
'edit.php?post_type=page' => array( 'move-to' => 35, 0 => 'Other Pages' ),
'separator2' => array( 'move-to' => 40 ),
'upload.php' => array( 'move-to' => 50, 0 => 'Media Library' ),
);
$add = array();
foreach($menu as $index => $menu_page) {
if (isset($move[$menu_page[2]])) {
foreach($move[$menu_page[2]] as $value_index => $value) {
if ($value_index==='move-to') {
$move_to = $value;
} else {
$menu_page[$value_index] = $value;
}
}
$add[$move_to] = $menu_page;
unset($menu[$index]);
}
}
foreach($add as $index => $value)
$menu[$index] = $value;
add_menu_page(
'Attorney Positions',
'Attorney Positions',
'edit_posts',
'edit-tags.php?taxonomy=attorney-position&post_type=attorney',
false,
false,
55);
ksort($menu); // Need to sort or it doesn't come out right.
}
static function init() {
register_post_type('attorney',array(
'label' => 'Attorneys',
'public' => true,
));
register_post_type('practice_area',array(
'label' => 'Practice Areas',
'public' => true,
));
register_taxonomy('attorney-position','attorney',array(
'label'=>'Attorney Positions',
));
register_post_type('article',array(
'label' => 'Articles & Presentations',
'public' => true,
));
register_post_type('case_study',array(
'label' => 'Case Studies',
'public' => true,
));
register_post_type('news_item',array(
'label' => 'Firm News',
'public' => true,
));
register_post_type('event',array(
'label' => 'Events',
'public' => true,
));
register_post_type('transaction',array(
'label' => 'Transactions',
'public' => true,
));
// Install the test data
$post_id = 10;
$attorney = get_post($post_id);
if (!$attorney) {
global $wpdb;
$wpdb->insert($wpdb->posts,array(
'ID' => $post_id,
'post_title' => 'John Smith',
'post_type' => 'attorney',
'post_content' => 'This is a post about the Attorney John Smith.',
'post_status' => 'publish',
'post_author' => 1,
));
}
}
}
TheGreatWordPressAdminMenuChallenge::on_load();
}
यह पढ़ने वाले सभी के लिए, मैं वास्तव में उम्मीद कर रहा हूं कि आप मदद कर सकते हैं।
अग्रिम में धन्यवाद।