[ABD] Auto Image Resizer w Lytebox - phpBB 3.0.1 GOLD

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
moifest
Registered User
Posts: 251
Joined: Tue Nov 06, 2007 4:58 pm

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by moifest »

Did you remember to do the edits in the template files? ModX file is in the templates folder of the MOD directory on your computer.
User avatar
Clipto
Registered User
Posts: 38
Joined: Mon Oct 06, 2003 7:40 am
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by Clipto »

When I do following

  • Open: includes/bbcode.php
    Find
    Tip: This may be a partial find and not the whole line.

    Code: Select All
    <img src="$1" alt="' . $user->lang['IMAGE'] . '" />
    Replace With
    Tip: Replace the preceding line(s) to find with the following lines.

    Code: Select All
    <a href="$1" rel="lytebox" title="" class="image-resize" ><img src="$1" alt="' . $user->lang['IMAGE'] . '" /></a>


I get a blanc page after viewing a topic.
What's going wrong?
enkigur
Registered User
Posts: 74
Joined: Sun Mar 25, 2007 9:49 pm

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by enkigur »

Is there someone who has the codes for subsilver2 themes?
i've installed it with prosilver codes, but tese don't work with sulbsilver2 themes...
saaiberke
Registered User
Posts: 1126
Joined: Wed Jul 20, 2005 8:13 am
Location: Gent/Belgium
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by saaiberke »

For Subsilver2, just follow the same instructions but put the content of lytebox.css in your stylesheet.css. I installed it on Subsilver2, Acidtech and acidtechred themes without any problem.

And read in this topic, many answers are already given here. ;)

Good luck and if you need help or info, feel free to ask.

Grtz,

Nic
User avatar
IHMUN
Registered User
Posts: 138
Joined: Tue Jun 26, 2007 11:10 pm

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by IHMUN »

Thanks for the fresh link.

By the way if no one else has claims to this mod, I think I might take over development. I'm sick of seeing the thread not updated.
User avatar
wuschel_stefan
Registered User
Posts: 44
Joined: Wed Apr 11, 2007 11:56 am
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by wuschel_stefan »

IHMUN wrote:Thanks for the fresh link.

By the way if no one else has claims to this mod, I think I might take over development. I'm sick of seeing the thread not updated.
good idea ;)
notsa
Registered User
Posts: 253
Joined: Sat Jul 28, 2007 7:37 pm

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by notsa »

anyone has a download link for this?
User avatar
spacefish
Registered User
Posts: 173
Joined: Mon Oct 09, 2006 8:48 am

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by spacefish »

moifest kindly provided a link on the previous page ...
moifest wrote:Get it here :P
User avatar
stewaia
Registered User
Posts: 113
Joined: Tue Nov 06, 2007 7:42 pm
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by stewaia »

I just want to say good luck to whoever finishes this mod..I can't wait for the final release and appreciate all your hard work!
-Alex
The Stock Talk.net - Stock Picks, Analysis, and Discussion

"The eyes are the groin of the head." -Dwight Schrute
SquaredArches
Registered User
Posts: 87
Joined: Tue Nov 14, 2006 8:38 am

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by SquaredArches »

I'm still having no end of dramas with it.

I get an error at the top of the page, users don't stay logged in and the forum index goes from center aligned to left aligned and doesn't seem to hold the fixed width.

Here's what it should look like: http://www.squaredarches.com/phpbb2

And here's what it looks like after the mod: http://www.squaredarches.com/test

I have no doubt its something I am doing wrong but if anyone could help I'd love to hear from you... my users are dying for this mod.

Cheers.
SquaredArches
Registered User
Posts: 87
Joined: Tue Nov 14, 2006 8:38 am

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by SquaredArches »

moifest wrote:Did you remember to do the edits in the template files? ModX file is in the templates folder of the MOD directory on your computer.
Yes.

But it looks like I must have got something wrong as I'm the only one complaining. I have now tried to install it twice and failed both times- I've never had a drama with mods before so there must be something simple I am overlooking.

I can't even get in the ACP to refresh the style as it won't allow me to log in (ie= after the successful log in message, I get kicked back to the index and it appears I have been logged out).
Pırasa
Registered User
Posts: 31
Joined: Thu Dec 06, 2007 5:42 pm
Location: Türkiye/Denizli/Bükrüce

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by Pırasa »

saaiberke wrote:For Subsilver2, just follow the same instructions but put the content of lytebox.css in your stylesheet.css. I installed it on Subsilver2, Acidtech and acidtechred themes without any problem.

And read in this topic, many answers are already given here. ;)

Good luck and if you need help or info, feel free to ask.

Grtz,

Nic
I installed subsilver but isn't work


<a href="$1" rel="lytebox" title="" class="image-resize" ><img src="$1" alt="' . $user->lang['IMAGE'] . '" /></a>

How I change red writing?I think error here?
Beren Saat Fan Club
She is very very very beautiful=)
User avatar
stewaia
Registered User
Posts: 113
Joined: Tue Nov 06, 2007 7:42 pm
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by stewaia »

SquaredArches wrote:I'm still having no end of dramas with it.

I get an error at the top of the page, users don't stay logged in and the forum index goes from center aligned to left aligned and doesn't seem to hold the fixed width.

Here's what it should look like: http://www.squaredarches.com/phpbb2

And here's what it looks like after the mod: http://www.squaredarches.com/test

I have no doubt its something I am doing wrong but if anyone could help I'd love to hear from you... my users are dying for this mod.

Cheers.
Hey man,

I tried to install this mod as well and I had similar problems. It messed up the alignment of everything and gave me the same notice about the headers. What I ended up doing was deleting everything that was online except my config file and personal folders such as all the pictures I had uploaded and such and then uploaded a fresh/unedited version of phpBB3. I concluded that I would just have to wait for the final release..

I know that's not what anyone wants to hear, but that's all I got unless someone else could help..The good thing is you had a test forum so you didn't mess up anything that is live!
-Alex
The Stock Talk.net - Stock Picks, Analysis, and Discussion

"The eyes are the groin of the head." -Dwight Schrute
eben0
Registered User
Posts: 9
Joined: Fri Dec 21, 2007 6:09 pm
Contact:

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by eben0 »

Hi guys, i tried today to moderate a post with a big image that stretched the style and make it hard to to operate.
By modifying mcp.php you can have this cool mod to effect the Moderator Control Panel.

OPEN

Code: Select all

mcp.php
FIND

Code: Select all

$template->assign_vars(array(
** you will find 2 entries, add the code below to both.

AFTER, ADD

Code: Select all

		'IMAGE_RESIZE_ENABLE'	=> true,
That's all, thanks for the mod.
dpinside
Registered User
Posts: 4
Joined: Thu Oct 04, 2007 5:23 am

Re: [BETA] Auto Image Resizer w Lytebox 1.2.0 for phpBB 3.0 RC3

Post by dpinside »

Works like a charm on 3.0.0 release. Follow the instructions completely, clear your cache and refresh all style components (template, imgset, theme). Very easy to get working with any adaptation style, subsilver2 or prosilver.
Locked

Return to “[3.0.x] Abandoned MODs”