[ABD] Topic/Post attachments on index/view forum pages

Any abandoned Extensions will be moved to this forum.

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

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Steve wrote: Thu Feb 23, 2017 7:51 pm Have you tried it with out fancy box installed?
I tried and unfortunately does not work

Steve on your forum the extension is off?
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

I found an error in the code, so need to fix that before I upload the new version.
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Hi, is there any progress on work with "extension"? When is the release of the new version expected?
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

Just testing new version for a couple of days on my forum before I release it Mara 👍🏻
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

maras2626 wrote: Tue Mar 14, 2017 10:02 pm When is the release of the new version expected?
New download
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

error :(

Code: Select all

 [phpBB Debug] PHP Notice: in file [ROOT]/ext/steve/attachmentsinforums/event/listener.php on line 206: Indirect modification of overloaded element of phpbb/event/data has no effect
if you delete line 206

Code: Select all

$event['row']['forum_id'] = $forum_id;
error is gone
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

Looks like its related to this:

https://tracker.phpbb.com/browse/PHPBB3-14557

is your phpbb version exactly 3.2.0 ? and not a development version.

And do the attachments show now the line is deleted?
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Hi, I'm using final version of phpBB 3.2.

After removing of line 206, attachments are displayed properly.

Steve, is it possible to make attachments to be displayed in one window without the need of using scroll bar?
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

Reduce the number of attachments, unfortunately screen resolutions would be an issue hence adding the scroll bar.
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Steve wrote: Mon Mar 20, 2017 2:24 pm Reduce the number of attachments, unfortunately screen resolutions would be an issue hence adding the scroll bar.
What I meant is: is it possible to display for example 40 attachments in one window without using the scroll bar. Like an example below ;)

Image
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

yeah if you don't mind doing this every time i release a version.

open steve/attachmentsinforums/styles/all/theme/attach_in_forums.css

find:

Code: Select all

	white-space: nowrap;
replace with:

Code: Select all

	white-space: wrap;
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Steve wrote: Mon Mar 20, 2017 3:12 pm yeah if you don't mind doing this every time i release a version.

open steve/attachmentsinforums/styles/all/theme/attach_in_forums.css

find:

Code: Select all

	white-space: nowrap;
replace with:

Code: Select all

	white-space: wrap;
Thank you Steve. It works :)
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Steve, I have one more question. When we can expect "view topic" is gonna work?
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by Steve »

I've never mentioned displaying attachments in viewtopic page 😂
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
maras2626
Registered User
Posts: 68
Joined: Tue Feb 07, 2017 4:48 pm

Re: [3.2][DEV] Topic/Post attachments on index/view forum pages

Post by maras2626 »

Is it possible to make it? Users of my forum are expecting this :roll: 😂
Locked

Return to “Abandoned Extensions”