Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot Ask BlinkBits BlinkList Co.mments Delirious Feed Me Links Google Bookmarks Linkagogo Ma.gnolia MSN Live Netscape Netvouz Newsvine RawSugar Rojo Smarking Socializer Sphinn Spurl Squidoo Tailrank Technorati Yahoo My Web
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Content - Joomla Imagesized Plugin - old version
16-02-2009, 06:30 AM (This post was last modified: 21-12-2009 08:19 PM by support.)
Post: #1
Content - Joomla Imagesized Plugin - old version
Need help: http://forum.joomla.org/viewtopic.php?f=46&t=319240
Download at: http://extensions.joomla.org/extensions/...mmary/5738

What's new?
1.2.0:
+ Additional character number setting: 0-all, -1-No text, any number - number of characters.
+ Allowed html tag in intro in Joomla Blog view (Frontpage, Section and Category blog).
+ Adding closing html TAG after text truncation.

Version 1.1.2:
.zip  plg_imagesized_1.1.2.zip (Size: 5.94 KB / Downloads: 46)
Version 1.1.5:
.zip  plg_imagesized_1.1.5.zip (Size: 6.12 KB / Downloads: 42) Cập nhật Feb 16, 2009
Version 1.1.6:
.zip  plg_imagesized_1.1.6.zip (Size: 12.86 KB / Downloads: 68) Cập nhật May 1, 2009
Version 1.1.7:
.zip  plg_imagesized_1.1.7.zip (Size: 13.13 KB / Downloads: 35) Cập nhật Dec 19, 2009
Latest version - 1.2.0:
.zip  plg_imagesized_1.2.0.zip (Size: 14.23 KB / Downloads: 29)
Find all posts by this user
Quote this message in a reply
Sponsor links:
21-12-2009, 08:13 PM (This post was last modified: 23-07-2010 07:03 PM by support.)
Post: #2
Content - Joomla Imagesized Plugin - old version
1.2.1: skip process for Blog/Category description.
1.2.4: Fixed for skip process for Blog/Category description.
1.2.5: addition option for sized image in article, frontpage, cat/sec blog.
2.0: lot of improvements. see demo at http://vatlieu.us

.zip  plg_imagesized_1.2.2.zip (Size: 14.67 KB / Downloads: 8)

.zip  plg_imagesized_1.2.4.zip (Size: 14.77 KB / Downloads: 9)

.zip  plg_imagesized_1.2.5.zip (Size: 14.79 KB / Downloads: 11)

.zip  plg_imagesized_2.0.zip (Size: 15.85 KB / Downloads: 6)
Find all posts by this user
Quote this message in a reply
22-12-2009, 11:01 PM
Post: #3
Content - Joomla Imagesized Plugin - old version
The improvement of the plugin.
.pdf  Imagesized plugin.pdf (Size: 229.58 KB / Downloads: 32)
Find all posts by this user
Quote this message in a reply
23-12-2009, 02:38 PM
Post: #4
Content - Joomla Imagesized Plugin - old version
Code for image border.

More at http://www.quackit.com/html/codes/html_i...orders.cfm

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
    <style>
        img.border {
            display: block;
            padding:8px;
            border:solid;
            border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
            border-width: 1px 2px 2px 1px;
            background-color:white;
        }
    </style>
    </head>
    <body style="background-color:#eeeeee;">
        <table style="height:100%">
            <tr height=100><td rowspan=2></td></tr>
            <tr>
                <td width=100></td>
                <td>
                    <img class="border" width=320 height=240 src="diving.jpg" />
                </td>
            </tr>
        </table>
    </body>
</html>
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Code hữu ích sử dụng trong lập trình Joomla support 22 2,898 01-09-2010 05:04 PM
Last Post: support
  viet4777.vatlieu.us JA T3 Framework v2 based Joomla website support 0 122 07-08-2010 04:11 PM
Last Post: support
  Thay đổi cách thể hiện của imagesized plugin support 1 862 08-03-2010 11:03 PM
Last Post: support
Lightbulb Danh mục các useful Joomla 1.5.x extension hữu ích support 1 989 26-02-2010 10:27 PM
Last Post: support
  Easy media plugin for J 1.5.x support 1 613 05-01-2010 07:26 PM
Last Post: support
  Ứng dụng phpThumb for imagesized and RSS Plugins support 0 357 28-12-2009 09:29 PM
Last Post: support
Star Hướng dẫn xây dựng 1 component Joomla 1.5.x gmail2 0 990 20-09-2009 03:21 PM
Last Post: gmail2
  INI setting plugin (ini_set) for Joomla support 0 1,356 27-04-2009 06:29 PM
Last Post: support

Forum Jump:


Forum Permissions
You cannot post new threads.
You cannot post replies.
You cannot post attachments.
HTML is turned off.
MyCode is turned on.
Smilies are turned on.
[img] is turned on.