Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me

TOPIC: Full Contents of Folder - Mobile Phones

Full Contents of Folder - Mobile Phones 08 Nov 2014 19:26 #1950

  • geolits
  • geolits's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello,

i want to ask you, if is there possibility, with Article Book Effect, tou show all .jpg contents of a folder in one book and not to add one by one the pictures in the article as images.

Also is the viewer shows correct in mobile phones?

Thank you very much.

George
The administrator has disabled public write access.

Full Contents of Folder - Mobile Phones 09 Nov 2014 14:07 #1951

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
I'm sorry but it is not currently possible.
But it is a good idea and perhaps will be integrated
geolits wrote:
Also is the viewer shows correct in mobile phones?
Yes.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
Last Edit: 09 Nov 2014 14:08 by Antonio.
The administrator has disabled public write access.

Full Contents of Folder - Mobile Phones 10 Nov 2014 18:53 #1954

  • geolits
  • geolits's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thank you for your reply.

It will be a good improvement to import the .jpg file from a folder.

Also an improvement would be to have some zoom option (I don't know if this is supported).
The administrator has disabled public write access.

Full Contents of Folder - Mobile Phones 09 Mar 2016 18:41 #2160

  • Softnya
  • Softnya's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
Hello, Ive just created this code, just fit it to your needs:
$pages='{book}';
foreach ($thumbs as $image) : 
    list($width, $height) = @getimagesize($image['img_file']);
    $pages.='{page}<img src="'.$image['img'].'" height="'.$height.'" width="'.$width.'"/>{/page}';
endforeach;
$pages.='{/book}';
 
$p=new contentGal();
$p->text=$pages;
JPluginHelper::importPlugin( 'content' );
$dispatcher = JEventDispatcher::getInstance();
$results = $dispatcher->trigger( 'onContentPrepare', array( '', &$p ) );
print_r($p->text);
 
class contentGal{
    var $text;
}
The administrator has disabled public write access.
The following user(s) said Thank You: Giampaolo