Changeset 1071877
- Timestamp:
- 01/20/2015 06:55:51 PM (11 years ago)
- Location:
- sidebar-post/trunk
- Files:
-
- 3 edited
-
css/spost.css (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
sidebar_post.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebar-post/trunk/css/spost.css
r1069866 r1071877 7 7 .spost_box{ border-top: #060 6px solid; border-bottom:#060 3px solid; background:#DFF4E1; padding-bottom:10px; padding: 3px;} 8 8 #wp_sidebarpost_main button{ cursor: pointer; margin-bottom: 10px;} 9 #spostLogin{ width: 175px; height: 45px; padding: 8px 25px; border-radius:5px; border:none; font-size:24px;} 10 #spostRegister{ width: 175px; height: 45px; padding: 8px 25px;border-radius:5px; border:none; font-size:24px} 11 .separatorHorizontal{ background:url(../images/separator-horizontal.png) no-repeat center; height: 50px; width:300px;} 9 #spostLogin{ width: 200px; height: 45px; padding: 8px 25px; border-radius:5px; border:none; font-size:24px;} 10 #spostRegister{ width: 200px; height: 45px; padding: 8px 25px;border-radius:5px; border:none; font-size:24px} 11 .separatorHorizontal{ background:url(../images/separator-horizontal.png) no-repeat center; height: 50px; width:200px; 12 margin:30px auto} 13 12 14 #or{ width:50px; height:35px; border-radius:25px; margin-left:auto; margin-right:auto; text-align:center; padding-top:12px; font-size:18px} 13 .mustLog, .mustLogRegister{margin-left:auto; margin-right:auto; width:50%; }15 .mustLog, .mustLogRegister{margin-left:auto; margin-right:auto; width:50%; width:200px;} 14 16 15 17 #loginRegisterHidden{ background:#003; height: 500px; width:500px; display: none; position: fixed; top:32; right:0} -
sidebar-post/trunk/readme.txt
r1070696 r1071877 1 1 === Plugin Name === 2 Contributors: ishimwe, janvierdesigns2 Contributors: ishimwe,wpcoding.ca 3 3 Donate link: http://www.wpcoding.ca/donate 4 4 Tags: post,sidebar, sidebar post, wordpress, posting, wordpress MU, MU 5 5 Requires at least: Wordpress 3.0 6 6 Tested up to: Wordpress 4.1 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 8 8 9 9 This plugin allows your visitors (logged in OR Not) to submit posts to your site via a simple sidebar widget form. … … 13 13 14 14 This plugin allows your visitors (logged in OR Not) to submit posts to your site via a sidebar widget form, or a custom shortcode in a page or post of your choice. 15 This is a very easy way to get your visitors to engage on your website. We will have a premium module that will allow users whose emails don't exist in the database to be added immediately. 16 It comes with a javascript form validation (user can't submit post if some fields are empty), and once the post has been submitted it is saved as a draft. 15 This is a very easy way to get your visitors to engage on your website. The idea came from a client who wanted a way to let members of their congregation post articles in the main church's website 16 Some of the niches this plugin can be useful include: 17 18 * Blogging website with many contributors 19 * Community webstes with user participation/interativity 20 * Forum like websites that don't want to use a fully featured forum module/plugin 21 * Classified ads website where users post and review others' posts 22 23 and more 17 24 18 25 This plugin is fully localizable with .po file included. The .mo for Français is included … … 20 27 You can join/follow the discussion about the plugin on its home page at http://www.wpcoding.ca/forums/forum/plugins/sidebar-post/ 21 28 22 Twitter: https://twitter.com/wpcodingca23 Facebook: https://www.facebook.com/wpcoding.ca24 Github: https://github.com/wordpresscoding 29 * Twitter: https://twitter.com/wpcodingca 30 * Facebook: https://www.facebook.com/wpcoding.ca 31 * Github: https://github.com/wpcodingca 25 32 26 33 == Installation == … … 70 77 * Added Default Post user 71 78 79 =3.0.4= 80 81 * Fixed formatting issues 82 72 83 == Upgrade Notice == 73 84 -
sidebar-post/trunk/sidebar_post.php
r1070696 r1071877 4 4 Plugin URI: http://www.wpcoding.ca 5 5 Description: This plugin places a posting form in the sidebar 6 Version: 3.0. 36 Version: 3.0.4 7 7 Author: Janvier M @ WpCoding .Ca 8 8 Author URI: http://www.wpcoding.ca … … 18 18 global $shortname; 19 19 $shortname = "spost_"; 20 define('SPOST_VERSION','3.0. 3');21 define('SPOST_DATABASE_VERSION','3.0. 3');22 define('SPOST_BUILD','01 182015');20 define('SPOST_VERSION','3.0.4'); 21 define('SPOST_DATABASE_VERSION','3.0.4'); 22 define('SPOST_BUILD','01202015'); 23 23 define('SOFTWARE_NAME',__('Sidebar Post','spost')); 24 24 define( 'SPOST_PLUGIN_DIR', WP_PLUGIN_DIR . '/sidebar-post' ); … … 129 129 </form> 130 130 <?php else: ?> 131 <div id="loginButtons"> 131 132 <div class="mustLog"> 132 133 <button name="spostLogin" id="spostLogin" onclick="location.href='<?php echo get_bloginfo('home'); ?>/wp-login.php'"><?php _e('Login','spost'); ?></button> … … 138 139 <button name="spostRegister" id="spostRegister" onclick="location.href='<?php echo get_bloginfo('home'); ?>/wp-login.php?action=register'"><?php _e('Register','spost'); ?></button> 139 140 </div><div class="clearall"></div> 141 </div> 140 142 <?php endif; ?> 141 143 </div> … … 344 346 345 347 $one = add_menu_page(__('Sidebar Post','spost'),__('Sidebar Post','spost'),'switch_themes', "spost", "spost_admin_fx", SPOST_PLUGIN_URL.'/images/icon.png', '5.4'); 346 $mainsettings = add_submenu_page('spost', __(' Main Settings','spost'), __('Main Settings','spost'), 'switch_themes', 'spost-main-settings', 'spost_main_options' );348 $mainsettings = add_submenu_page('spost', __('Advanced Settings','spost'), __('Advanced Settings','spost'), 'switch_themes', 'spost-main-settings', 'spost_other_admin_options' ); 347 349 $uninstallspost = add_submenu_page('spost', __('Uninstall','spost'), __('Uninstall','spost'), 'switch_themes', 'spost-uninstall', 'spost_uninstall_fx' ); 348 350 $loginattemps = add_submenu_page('spost', __('Documentation','spost'), __('Documentation','spost'), 'switch_themes', 'spost-documentation', 'spost_documentation_fx' ); … … 527 529 528 530 } 529 function spost_ main_options(){?>531 function spost_other_admin_options(){?> 530 532 <div id="spostContainer"> 531 533 <form id="spostForm1" enctype="multipart/form-data" method="post" action=""> 532 534 <div class="spostRow" id="theHeader"> 533 <h1><?php _e('Sidebar Post - A dmin MainSettings','spost'); ?></h1>535 <h1><?php _e('Sidebar Post - Avanced Settings','spost'); ?></h1> 534 536 <div class="clearall"></div> 535 537 </div><div class="clearall"></div>
Note: See TracChangeset
for help on using the changeset viewer.