ReIMG in custom page - ReIMG Image Resizer
ReIMG in custom page
Thanks

- ALX™
- Registered User
- Posts: 224
- Joined: Thu Jun 26, 2014 4:47 pm
- Contact:
Re: ReIMG in custom page
https://www.phpbb.com/customise/db/mod/ ... er/faq/700
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
- DavidIQ
- Customisations Team Leader
- Posts: 17442
- Joined: Thu Jan 06, 2005 1:30 pm
- Location: Fishkill, NY
- Name: David Colón
- Contact:
Re: ReIMG in custom page
Code: Select all
<?php
define('IN_PHPBB', true);
define('LOAD_REIMG', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('events&gifts');
$template->set_filenames(array(
'body' => 'events_body.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>
Some like this? I made it but not work.


- ALX™
- Registered User
- Posts: 224
- Joined: Thu Jun 26, 2014 4:47 pm
- Contact:
Re: ReIMG in custom page
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
- DavidIQ
- Customisations Team Leader
- Posts: 17442
- Joined: Thu Jan 06, 2005 1:30 pm
- Location: Fishkill, NY
- Name: David Colón
- Contact:
Re: ReIMG in custom page
Sorry for my bad english
Code: Select all
<!-- INCLUDE overall_header.html -->
<h2>Tα events και τα δώρα του facebike.gr</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
Στα 2 χρόνια λειτουργίας του
<img src="http://www.facebike.gr/images/smilies/Ordinary%20Smilies/logo_site_perigram26X96.png"> έχουμε πραγματοποιήσει αρκετά event από τα οποία κάποια μέλη μας κέρδισαν ένα ή περισσότερα δώρα!
Κάποια από αυτά ήταν:
<ul>
<li>Η κοπή της πρώτης μας πίτας τον Φεβρουάριο του 2014</li>
<li>Το παιχνίδι του Motogp Manager του 2014</li>
<li>Το event των kart στην πίστα του Ασπρόπυργου</li>
<li>H κοπή της δεύτερης πίτας μας τον Ιανουάριο του 2015</li>
</ul>
Η πρώτη μας πίτα κόπηκε στο Occasions παρουσία αρκετών μελών και φίλων του φόρουμ.
<p>
<img src="https://dl.dropboxusercontent.com/u/16310833/Gia%20facebike/Pita2014/IMG_9012%20%28Large%29.JPG" alt="some_text"> <img src="https://dl.dropboxusercontent.com/u/16310833/Gia%20facebike/Pita2014/IMG_9047%20%28Medium%29.JPG" alt="some_text"> <img src="https://dl.dropboxusercontent.com/u/16310833/Gia%20facebike/Pita2014/IMG_9058%20%28Medium%29.JPG" alt="some_text">
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->

- ALX™
- Registered User
- Posts: 224
- Joined: Thu Jun 26, 2014 4:47 pm
- Contact:
Re: ReIMG in custom page
Code: Select all
class="reimg" onload="reimg(this)" onerror="reimg(this)"
This process is greatly simplified in 3.1 but for 3.0 it's what needs to be done.
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
- DavidIQ
- Customisations Team Leader
- Posts: 17442
- Joined: Thu Jan 06, 2005 1:30 pm
- Location: Fishkill, NY
- Name: David Colón
- Contact:
Re: ReIMG in custom page

The style I have chosen (absolution) has not been upgraded to 3.1.
The absolution developer, has disappeared from phpbb and I don't know if he upgrade this style.
The same and the board3 portal.

- ALX™
- Registered User
- Posts: 224
- Joined: Thu Jun 26, 2014 4:47 pm
- Contact: