31
Anonymous
Re: Adding auto thumbs to publisher
  • 2011/1/9 0:14

  • Anonymous

  • Posts: 0

  • Since:


Thanks,

New updates in svn:
- fixed img bug in publisher_singleitem.html (reported by bjuti)
- updated ajaxupload js and fixed upload button style ( reported by mr.black )
- formatting publisher.css file by cleancss.com

http://code.google.com/p/xuups/updates/list



32
Anonymous
Re: Adding auto thumbs to publisher
  • 2011/1/8 16:34

  • Anonymous

  • Posts: 0

  • Since:


Automatically

The images will resize if GD library exists, otherwise the original will show.

Example(blocks/latest_news.php):
// check to see if GD function exist
    
if (!function_exists ('imagecreatetruecolor')) {
        
$item['item_image'] = $mainImage['image_path']; 
    } else {
        
$item['item_image'] = PUBLISHER_URL '/thumb.php?src='.$mainImage['image_path'].'&w='.$imgwidth// No $imgheight for autoheight option
    
}


Thumbnails will save in /cache folder and will clear automatically.
Example(thumb.php):
define ('CACHE_SIZE'250);                    // number of files to store before clearing cache
define ('CACHE_CLEAR'5);                    // maximum number of files to delete on each cache clear
define ('CACHE_USE'TRUE);                    // use the cache files? (mostly for testing)


Width and height of images can adjust via block settings (Latest news block).




33
Anonymous
Re: Adding auto thumbs to publisher
  • 2011/1/8 15:55

  • Anonymous

  • Posts: 0

  • Since:


Download:
http://www.megaupload.com/?d=Y6H01GM7



34
Anonymous
Adding auto thumbs to publisher
  • 2011/1/8 15:15

  • Anonymous

  • Posts: 0

  • Since:


Hi,

I just added auto thumb ( TimThumb ) to some blocks and item.php in publisher. Please test it.

Demo: www.irassa.com

Note: Thumbs will work if GD library exists.



35
Anonymous
Re: Display the Whos Online Block from a Theme
  • 2011/1/1 14:38

  • Anonymous

  • Posts: 0

  • Since:


Try blocks anywhere:
http://www.xuups.com/modules/publisher/item.php?itemid=10



36
Anonymous
Re: News module - Recent News block not showing
  • 2011/1/1 11:42

  • Anonymous

  • Posts: 0

  • Since:


Turn ON debug mode .. any errors ?



37
Anonymous
Re: News module - Recent News block not showing
  • 2011/1/1 10:30

  • Anonymous

  • Posts: 0

  • Since:


Please add some articles to see the block!

I didn't see any news here:
http://122.201.80.130/~timaqual/modules/news/index.php



38
Anonymous
Re: Does smart section 2.14 not properly work with latest xoops?
  • 2010/12/29 19:59

  • Anonymous

  • Posts: 0

  • Since:


Add fonts to editor by edit lang file, example:

class/xoopseditor/tinymce/language/english.php

// FONT LIST, FORMAT: "Name=value1,value2;Name=value"
define("_XOOPS_EDITOR_TINYMCE_FONTS", "Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings");



39
Anonymous
Re: help for Test extgallery 1.0.9!!!!
  • 2010/12/27 12:58

  • Anonymous

  • Posts: 0

  • Since:


Quote:
extgallery version 1.0.9 just work on xoops 2.5


remove this line from changelog:
- Support XOOPS 2.4.x and PHP 5.3.x (davidenprossi)





40
Anonymous
Re: help for Test extgallery 1.0.9!!!!
  • 2010/12/27 12:37

  • Anonymous

  • Posts: 0

  • Since:


css files calling bug in extgallery_admin_index.html:

<head>
<link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl browse.php?modules/extgallery/include/admin.css}>" />
</head>

The right way is:

<{php}>global $xoTheme;
$xoTheme->addStylesheet('browse.php?modules/extgallery/include/admin.css');
<{/php}>




TopTop
« 1 2 3 (4) 5 6 7 ... 82 »



Login

Who's Online

230 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 230


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits