Changeset 565308
- Timestamp:
- 06/29/2012 08:03:30 AM (14 years ago)
- Location:
- per-page-widgets/trunk
- Files:
-
- 2 edited
-
i123_per_page_widgets.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
per-page-widgets/trunk/i123_per_page_widgets.php
r558383 r565308 5 5 Description: Control widget areas on a per-page / per-post basis. Gives you the ability to show or hide individual widget areas on each page / post as well as completely substituting the widgets shown in a specific widget area on a specific page or post. 6 6 Author: Internet 123 7 Version: 0.0. 57 Version: 0.0.6 8 8 Author URI: http://www.i123.dk 9 9 */ … … 209 209 $i123_widgets_setting_overall = (isset($values['_i123_widgets_setting_overall'][0])) ? $values['_i123_widgets_setting_overall'][0] : '0'; 210 210 211 echo '<p><a href="widgets.php?i123_widgets_iframe=yes&KeepThis=true&TB_iframe=true&height=200&width=200" class="thickbox sidebareditlink" id="i123_widgets_show_sidebar_default_edit" title="' . esc_attr(__('Edit default widgets on all pages.', 'i123_widgets')) . '">' . __('Edit default widgets on all pages.', 'i123_widgets') . '</a></p>';211 echo '<p><a href="widgets.php?i123_widgets_iframe=yes&KeepThis=true&TB_iframe=true&height=200&width=200" class="thickbox sidebareditlink" id="i123_widgets_show_sidebar_default_edit">' . __('Edit default widgets on all pages.', 'i123_widgets') . '</a></p>'; 212 212 213 213 echo '<p>' . __('Choose which widget areas to show.', 'i123_widgets') . '</p>'; … … 229 229 <input type="radio" id="i123_widgets_show_sidebar_<?php echo $value['id'] ?>-2" name="i123_widgets_show_sidebar_<?php echo $value['id'] ?>" class="i123_widgets_checkbox" value="2"<?php if($i123_widgets_show_this=='2') echo ' checked="checked"'; ?> /> 230 230 <label for="i123_widgets_show_sidebar_<?php echo $value['id'] ?>-2" class="i123_widgets_checkfield_description"><?php echo __('Special', 'i123_widgets') ?><br /> 231 <a href="widgets.php?i123_widgets_p=<?php echo $post->ID ?>&i123_widgets_s=<?php echo $value['id'] ?>&KeepThis=true&TB_iframe=true&height=200&width=200" class="thickbox sidebareditlink" id="i123_widgets_show_sidebar_<?php echo $value['id'] ?>_edit" title="<?php echo esc_attr(sprintf(__('Edit widgets in the sidebar "%s" on "%s"', 'i123_widgets'), $value['name'], $post->post_title)) ?>"><?php echo __('Edit widgets', 'i123_widgets') ?></a></label>231 <a href="widgets.php?i123_widgets_p=<?php echo $post->ID ?>&i123_widgets_s=<?php echo $value['id'] ?>&KeepThis=true&TB_iframe=true&height=200&width=200" class="thickbox sidebareditlink" id="i123_widgets_show_sidebar_<?php echo $value['id'] ?>_edit"><?php echo __('Edit widgets', 'i123_widgets') ?></a></label> 232 232 </div> 233 233 </div> -
per-page-widgets/trunk/readme.txt
r558383 r565308 3 3 Tags: widgets, pages, posts, sidebars 4 4 Requires at least: 3.3 5 Tested up to: 3.4 6 Stable tag: 0.0. 55 Tested up to: 3.4.1 6 Stable tag: 0.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 0.0.6 (2012-06-29) = 33 * Made room for large adminbars alt the top 32 34 = 0.0.5 (2012-06-15) = 33 35 * Added title to widget-editor thickbox and links
Note: See TracChangeset
for help on using the changeset viewer.