Page 1 of 1

[DEV] Last X [img] on Forum v.0.0.2 (en) (update)

PostPosted: Mon 15. Feb 2010, 17:13
by 4seven
Last X [img] on Forum

   60%

MOD-Title: Last X [img] on Forum
MOD-Version: 0.0.2
MOD-Author: 4seven

Credits: irdem for a little code part of Attached taken photos by you
Credits: John Davenport Scheuer for Crawl Script

MOD-Description: This Mod shows the last X [img] on Viewforum or Index

phpBB-Version: phpBB 3.0.x
phpBB-Languages: en
phpBB-Styles: all Styles, that are based on prosilver, subsilver2

Demos:
http://4seven.bplaced.net/phpbb3/viewforum.php?style=1&f=7 ------------- (Crawl-Script - prosilver)
http://4seven.bplaced.net/phpbb3/viewforum.php?style=3&f=7 -------------- (Crawl-Script - subsilver2)
http://4seven.bplaced.net/phpbb3/viewforum.php?style=4&f=7 -------------- (Crawl-Script - AeroBlue)

Image (follows)

Download:
last_x_img_on_forum_v_0_0_2.zip
(16.65 KiB) Downloaded 272 times

Features:
- shows the last X [img] from topics on viewforum or index
- img only shown from forums the user have rights to read
- if user have no rights to read in any forum the div was invisible
- auto-fit the number of thumbs to screen-resolution
- real img-thumbs without client-resizing
- topic-title in link title-tag
- topic-link from [img] to post
- two working modes: Standard- or Crawl-Script
- "fit" options: "width", "height" or "mix"
- "mix" size-option: squares the pic to exact fit (if not squared allready)
- new orphan auto-delete module
- partially new and optimized code
- new double dead-link-check (so no 'hangs' or errors anymore)
- perfect layout in every browser
- xhtml 1.0 strict valid / transitional (subsilver2)

Note:
- No display of protected remote pics

New in v.0.0.2:
- new thumb-file name-syntax to prevent "double content"

Requirements: fopen

-----------------

fix #1 for v.0.0.2
open

last_x_img_on_forum.php
last_x_img_on_forum_orphan.php

find in both files

Code: Select all
"[img:%]%[/img:%]"


replace in both files with

Code: Select all
"%[img:%]%[/img:%]%"


package was updated soon

Re: [DEV] Last X [img] on Forum v.0.0.2 (en) (update)

PostPosted: Mon 22. Mar 2010, 01:27
by 4seven
Note

Make all settings in this section:

Code: Select all
//---------SETTINGS------------------

.........

//---------SETTINGS------------------    


in last_x_img_on_forum.php


..before u ask anything

Re: [DEV] Last X [img] on Forum v.0.0.2 (en) (update)

PostPosted: Mon 22. Mar 2010, 21:28
by 4seven
Update

New in v.0.0.2:
- new thumb-file name-syntax to prevent "double content"

Update Instruction:

Download new package

Load up..

last_x_img_on_forum.php
last_x_img_on_forum_orphan.php

..again.

Make shure u save all settings you made in this section in last_x_img_on_forum.php ..

Code: Select all
//---------SETTINGS------------------

.........

//---------SETTINGS------------------


.. and enter them again in the updated file before you upload the file again.

Delete all files in images/last_x_img

Clear all Board, Style- and Browser-Caches

Re: [DEV] Last X [img] on Forum v.0.0.2 (en) (update)

PostPosted: Tue 23. Mar 2010, 00:25
by 4seven
fix #1 for v.0.0.2
open

last_x_img_on_forum.php
last_x_img_on_forum_orphan.php

find in both files

Code: Select all
"[img:%]%[/img:%]"


replace in both files with

Code: Select all
"%[img:%]%[/img:%]%"


package was updated soon