Plugin Directory

Changeset 719083


Ignore:
Timestamp:
05/27/2013 09:43:17 PM (12 years ago)
Author:
sudiptomahato
Message:

minor bug fix related to CSS for long urls

Location:
link-to-url-post
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • link-to-url-post/trunk/link-to-url.php

    r443048 r719083  
    44Plugin URI: http://letusbuzz.com/link-to-url-post-plugin/
    55Author: Sudipto Pratap Mahato
    6 Version: 1.1
     6Version: 1.2
    77Description: Hide your long ugly affiliate links with your own short and easy to remember links or redirect your old posts to a new post or external link!!
    88Requires at least: 3.0
    9 Tested up to: 3.2.1
     9Tested up to: 3.5.1
    1010*/
    1111
     
    7777    <h2> Link to URL / Post Options </h2>
    7878     <p>Like this Plugin then why not hit the like button. Your like will motivate me to enhance the features of the Plugin :)<br />
    79 <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FLet-us-Buzz%2F149408071759545&layout=standard&show_faces=false&width=450&action=like&font=verdana&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><br />And if you are too generous then you can always <b>DONATE</b> by clicking the donation button.<br/>A Donation will help in the uninterrupted developement of the plugin.<br /><a href="http://letusbuzz.com/link-to-url-post-plugin/" TARGET='_blank'>Click here</a> for <b>Reference on using the plugin</b> or if you want to <b>report a bug</b> or if you want to <b>suggest a Feature</b><br /></p>
     79<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Ftechxt&layout=standard&show_faces=false&width=450&action=like&font=verdana&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><br />And if you are too generous then you can always <b>DONATE</b> by clicking the donation button.<br/>A Donation will help in the uninterrupted developement of the plugin.<br /><a href="http://letusbuzz.com/link-to-url-post-plugin/" TARGET='_blank'>Click here</a> for <b>Reference on using the plugin</b> or if you want to <b>report a bug</b> or if you want to <b>suggest a Feature</b><br /></p>
    8080<table class="form-ta">
    8181<tr>
     
    8888<td>
    8989    <form action="<?php echo site_url();?>/wp-admin/options-general.php?page=l2url" method="post" >
    90         <p><b>Source Url / Keyword </b><br /><?php echo site_url().'/'; ?><input type="text" name="sourceurl" style="width: 210px;" value="<?php echo $sourceurl; ?>" /></p>
     90        <p><b>Source Url / Keyword </b><br /><?php echo site_url().'/'; ?><input type="text" name="sourceurl" style="width: 600px;" value="<?php echo $sourceurl; ?>" /></p>
    9191               
    92         <p><b>Destination Urls</b><br />Add one URL per line<br />In case you add more than one Destination URLs then the Source URL will be redirected Randomly to anyone of the destination URLs<br/> e.g. http://example.com/abcdef.htm<br /><textarea name="desturl" rows="6" cols="50" style="width:500px;"><?php echo stripslashes(htmlspecialchars($desturl)); ?></textarea></p>
     92        <p><b>Destination Urls</b><br />Add one URL per line<br />In case you add more than one Destination URLs then the Source URL will be redirected Randomly to anyone of the destination URLs<br/> e.g. http://example.com/abcdef.htm<br /><textarea name="desturl" rows="6" cols="50" style="width:600px;"><?php echo stripslashes(htmlspecialchars($desturl)); ?></textarea></p>
    9393       
    9494        <input type="radio" name="redtype" value="301" <?php  if($redtype=='publish')echo ' checked';?>></input><label for="redtype">&nbsp;&nbsp;301 Permanent Redirection&nbsp;&nbsp;&nbsp;&nbsp;</label>
     
    166166?>
    167167        <h3>List of all Redirections</h3>
    168         <table width="98%" cellpadding="0" style="border:1px solid #eee;" cellspacing="0">
     168        <table width="98%" cellpadding="0" style="border:1px solid #eee;border-collapse: collapse;table-layout: fixed;" cellspacing="0">
    169169    <tr>
    170         <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="68"><font color="#FFFFFF">
     170        <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="20"><font color="#FFFFFF">
    171171        S.NO.</font></td>
    172172        <td style="background:#008080;border:1px solid #eee;padding:2px;" width="35%" ><font color="#FFFFFF">
     
    174174        <td style="background:#008080;border:1px solid #eee;padding:2px;" width="35%" ><font color="#FFFFFF">
    175175        Destination URL</font></td>
    176         <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="133"><font color="#FFFFFF">
     176        <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="35"><font color="#FFFFFF">
    177177        Redirection Type</font></td>
    178         <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="90"><font color="#FFFFFF">
     178        <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="20"><font color="#FFFFFF">
    179179        Hit Count</font></td>
    180         <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="41">&nbsp;</td>
    181         <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="42">&nbsp;</td>
     180        <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="20">&nbsp;</td>
     181        <td style="background:#008080;border:1px solid #eee;padding:2px;"  width="30">&nbsp;</td>
    182182    </tr>
    183183<?php
     
    187187?>
    188188        <tr>
    189             <td style="border:1px solid #eee;padding:2px;"><?php echo $cnt; ?></td>
    190             <td style="border:1px solid #eee;padding:2px;"><?php echo '<a href="'.site_url().'/'.l2u_remove_front_slash($post->post_title).'" target="_blank">'.site_url().'/'.l2u_remove_front_slash($post->post_title).'</a>'; ?></td>
    191             <td style="border:1px solid #eee;padding:2px;"><?php l2u_list_all_dest($post->post_content); ?></td>
    192             <td style="border:1px solid #eee;padding:2px;"><?php echo $redtype; ?></td>
    193             <td style="border:1px solid #eee;padding:2px;"><?php echo $post->comment_count; ?></td>
     189            <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $cnt; ?></td>
     190            <td style="border:1px solid #eee;padding:2px; word-wrap:break-word;"><?php echo '<a href="'.site_url().'/'.l2u_remove_front_slash($post->post_title).'" target="_blank">'.site_url().'/'.l2u_remove_front_slash($post->post_title).'</a>'; ?></td>
     191            <td style="border:1px solid #eee;padding:2px; word-wrap:break-word;"><?php l2u_list_all_dest($post->post_content); ?></td>
     192            <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $redtype; ?></td>
     193            <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $post->comment_count; ?></td>
    194194            <td style="border:1px solid #eee;padding:2px;"><a href="<?php echo site_url(); ?>/wp-admin/options-general.php?page=l2url&edit=<?php echo $post->ID; ?>">Edit</a></td>
    195195            <td style="border:1px solid #eee;padding:2px;"><a href="<?php echo site_url(); ?>/wp-admin/options-general.php?page=l2url&delete=<?php echo $post->ID; ?>">Delete</a></td>
  • link-to-url-post/trunk/readme.txt

    r443048 r719083  
    11=== Plugin Name ===
    22Contributors: sudiptomahato
    3 Donate link: http://letusbuzz.com/go/donate/
     3Donate link: http://techxt.com/donate
    44Tags: Link to URL, Link to post, 301 redirect, 302 redirect, Short URL, Hide Link, Post redirection
    55Requires at least: 3.0
    6 Tested up to: 3.2.1
    7 Stable tag: 1.1
     6Tested up to: 3.5.1
     7Stable tag: 1.2
    88
    99Hide your long ugly affiliate links with your own short and easy to remember links or redirect your old posts to a new post or external link
     
    2323 
    2424Check out the options page of the plugin by clicking on the link below
    25 [Click here for Screenshots and options available with this plugin](http://letusbuzz.com/link-to-url-post-plugin/)
     25[Click here for Screenshots and options available with this plugin](http://techxt.com/link-to-url-post-plugin/)
    2626
    2727
    2828Your suggestion is always appreciated.
    29 [Comment on this page ](http://letusbuzz.com/link-to-url-post-plugin/) to suggest a feature or to report a bug.
     29[Comment on this page ](http://techxt.com/link-to-url-post-plugin/) to suggest a feature or to report a bug.
    3030
    31 [Author's site](http://letusbuzz.com/)
     31[Author's site](http://techxt.com/)
    3232
    3333== Installation ==
     
    4040== Screenshots ==
    4141
    42 For screenshots goto this page http://letusbuzz.com/link-to-url-post-plugin/
     42For screenshots goto this page http://techxt.com/link-to-url-post-plugin/
    4343
Note: See TracChangeset for help on using the changeset viewer.