Giter VIP home page Giter VIP logo

reimg's People

Contributors

alhitary avatar davidiq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reimg's Issues

Add an "on mouse over" feature for Highslide JS or Litebox

This is the basic implementation to be replaced with an actual config option.
In includes/functions.php:

     function reimg_properties()
     {
        global $config;
        return 'class="reimg" onload="reimg(this);" onerror="reimg(this);" ' . (($config['reimg_zoom'] == '_highslide') ? 'onmouseover="return hs.expand(this);" ' : '');
     }

In reimg_content.html:
After hs.lang.restoreTitle = "{LA_RESTORE_TITLE}";

     hs.Expander.prototype.onMouseOut = function (sender) {
        sender.close();
     };

Create ACP panel

Move all settings out of the posting area and place in .MODS tab under separate ACP panel. Will reduce the amount of edits required for this MOD but would also add UMIL.

Add slideshow capabilities

This will apply to Highslide JS (already a feature) and to Lytebox when added.

At this point not sure yet what images should be in the slideshow. Could go by the reimg css class for doing this I bet. But it would be hard to not include all images on the page that have been resized...

Compatibility with phpbb 3.3.11

I just upgraded my 3.0.14 board to the latest 3.3.11. It was really painful because of lots of modifications were lost, and I'm trying to restore the most important ones.

I found that here is ReIMG Image Resizer extension port compatible with 3.3, so I tried to install it.

I can see admin settings (unfortunately, my language is not supported by this port, but it is not a big problem), but I don't see any changes in images in posts. Should it be working with 3.3.11 at all? Maybe there is some global on/off switch which I could miss?

add lightbox support

Can you please add lightbox support? And have it the same layout that they have theirs?

ERROR: [phpBB Debug] PHP Notice

[phpBB Debug] PHP Notice: in file /includes/functions_reimg.php on line 48: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /includes/functions_reimg.php on line 67: Invalid argument supplied for foreach()
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)

Seems to happen when language entries are not found. Need to have it do a fallback.

Internet Explorer 9 will not load images in standards mode.

Referencing this post: http://www.phpbb.com/customise/db/mod/reimg_image_resizer/support/reimg_in_internet_explorer_9_rc-t_90262-p_212878#p212878
and this link: https://github.com/DavidIQ/phpBB-ReIMG-Image-Resizer/tree/2.0.0

The link is 404'd and I don't see branch 2.0.0 any longer. Do you have a specific commit which fixes this?
If you don't, I would be more than happy to debug, fork, and issue a pull request to fix if you don't have the time and it hasn't been addressed.

Just wanted to check with you first before taking the time to find the bug.

Thanks,
slickplaid

Also, IE9 version 9.0.8112.16421 was used to verify this issue.

Undefined index: SIGNATURE

In debug mode with ReIMG Image Resizer 2.0.1 while moving a topic to another forum:

File: /includes/hooks/hook_reimg.phpLine: 126
Message: Undefined index: SIGNATURE

Incorrect signature logic

In hook_reimg.php line 106:
if (isset($data['SIGNATURE']) && reimg_get_config('reimg_ignore_sig_img', false) == true)

This line should have been:
if (isset($data['SIGNATURE']) && reimg_get_config('reimg_ignore_sig_img', false) == false)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.