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: All pages are blank, can you please help? Thanks

All pages are blank, can you please help? Thanks 29 Jan 2016 03:32 #2139

  • Raymond
  • Raymond 's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Thank you for the great tool, however, it doesn't work on my site:

http://rocksled.com/media/index.php?option=com_content&view=article&id=22

The uploaded sample contains 32 pages images in the format of png (I also tried jpg), for unknown reason, the web page shows 32 blank pages.

Can you please help sort it out?

Thank you very much.
The administrator has disabled public write access.

All pages are blank, can you please help? Thanks 29 Jan 2016 04:02 #2140

  • Raymond
  • Raymond 's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Here is another link:
http://rocksled.com/media/index.php?option=com_content&view=article&id=23

I found the reason: it is because I was using:

{book}
{page}Pages01.png{/page}
{page}Pages02.png{/page}
{page}Pages03.png{/page}
....
{/book}

It actually should be (toggled to the actual code):

{book height=297}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-01.png" alt="" />{/page}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-02.png" alt="" />{/page}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-03.png" alt="" />{/page}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-04.png" alt="" />{/page}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-05.png" alt="" />{/page}
{page}<img style="font-size: 12.16px; line-height: 1.3em;" src="images/sample/Pages-06.png" alt="" />{/page}
{/book}


NEW ISSUE:
How do I indicate the correct height for each page?

The page is a standard A4
The administrator has disabled public write access.

All pages are blank, can you please help? Thanks 29 Jan 2016 04:14 #2141

  • Raymond
  • Raymond 's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I kind of make it working now by guessing the height.

Is there a way to auto detect the height of the images?

Thanks.
The administrator has disabled public write access.