Plugin Directory

Changeset 541940


Ignore:
Timestamp:
05/09/2012 05:32:07 PM (13 years ago)
Author:
joshkeen
Message:

main fixes, no new screenshots yet

Location:
informational-popup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • informational-popup/trunk/info_popup_main.php

    r541044 r541940  
    77Author: Josh Keen
    88
    9 
    10 NEW NOTE
    119License: GPL2
    1210This program is free software; you can redistribute it and/or modify
     
    2220http://www.gnu.org/licenses/gpl.html.
    2321
    24 here is a new note --I'm testing soemthing in subversion
    25 another note
    2622*/
    2723
     
    9187}   else{
    9288     
    93           $complete_img_path = $blog_url.'wp-content/plugins/informational-popup/pop-images/'.$pop_image;
     89          $complete_img_path = $blog_url.$pop_image;
    9490      $img_div = '<img src="'.$complete_img_path.'" alt="popup image '.$pop_image.'" id="img_tag_'.$pop_id_num.'" />';
    9591       
     
    156152<?php }
    157153
    158     // Create the function use in the action hook
     154    // Create the function to use in the action hook
    159155
    160156    function popup_add_dashboard_widgets() {
    161157    wp_add_dashboard_widget('popup_dashboard_widget', 'info popup Dashboard Widget', 'popup_dashboard_widget_function');   
    162158}
    163 
    164159    // Hook into the 'wp_dashboard_setup' action to register our other functions
    165160
  • informational-popup/trunk/readme.txt

    r533207 r541940  
    77Stable tag: trunk 
    88
    9 UNDER CONTRUCTION. DO NOT DOWNLOAD! Sorry, please check back later.
     9under construction!!!!!!   
    1010 
    1111
    1212== Description ==
    1313
    14 Informational Popup shortcode to create animated popup windows. It supports text, images and links. Create dynamic foot notes, explore digressions, extend your posts. 
     14This is a shortcode to create animated popup windows. It supports text, images and links. Create dynamic foot notes, explore digressions, extend your posts. 
    1515
    1616example:
     
    2121[info_popup pop_title='PASTE THE WINDOW'S HEADLINE HERE' message='PASTE THE MAIN TEXT HERE' pop_image='example.jpg']THIS TEXT WILL SHOW AS BEING CLICKABLE IN YOUR POST BECAUSE IT'S WRAPPED IN THE SHORTCODE[/info_popup]
    2222
    23 Upload the images you want to use in your popups to (YOUR DOMAIN)/wp-content/plugins/informational-popup/pop-images
    24 
    25 You can add anchor tags anywhere in the message="".
    2623
    2724Example:
     
    2926I'm using (open anchor tag here) in the example because otherwise it will render as a live anchor tag on this page (the wordpress plugin repository page you're visiting right now).
    3027
    31 [info_popup pop_title="Here's a Headline!" message="Here's a message! And here is a (open anchor tag here) a link to the onion.(close anchor tag here)" pop_image="example.jpg"]Click me![/info_popup]   
     28[info_popup pop_title="Here's a Headline!" message="Here's a message! And here is a (open anchor tag here) link to the onion.(close anchor tag here)" pop_image="example.jpg"]Click me![/info_popup]   
    3229
    3330
     
    60573. In a post or page use the shortcode [info_popup pop_title='Headline at the Top of the Window' message='This is the main text']clickable text in your post or page.[/info_popup] to create a popup link.
    61584. Go to the dashboard, select appearance->info popup options, choose styles and click set style options.
    62 5. Upload images you want to use in your popups to this directory: [your domain]/wp-content/plugins/informational-popup/popup-images
     595. YOU MUST CLICK "set popup options" TO INITIALIZE POPUP WINDOWS WHEN YOU FIRST INSTALL THIS PLUGIN!
     606. Upload images anywhere to any directory (folder) in your website's domain.
    6361
    6462== FAQ ==
Note: See TracChangeset for help on using the changeset viewer.