quote - click to expander

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Scam Warning
Post Reply
sakkiotto
Registered User
Posts: 236
Joined: Mon Jun 13, 2005 9:45 pm

quote - click to expander

Post by sakkiotto »

Hi, i think it's a good idea show only a part of quote (not all) during a quote in viewtopic.
it's possible make a button like other forum (click to expander) ? ;)
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: quote - click to expander

Post by Ger »

Not exactly what you've asked, but I added a small CSS snippet to prevent large quote blocks:

Code: Select all

blockquote {
    max-height: 300px;
    overflow-y: auto;
}
This sets the maximum height to 300px (you can set that to whatever you like of course) and shows a scroll bar to let the user view everything.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
sakkiotto
Registered User
Posts: 236
Joined: Mon Jun 13, 2005 9:45 pm

Re: quote - click to expander

Post by sakkiotto »

that's okay too. thanks Ger!

i see this function on X e n Foro :)
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: quote - click to expander

Post by 2600 »

Ger wrote: Mon Aug 13, 2018 8:19 am Not exactly what you've asked, but I added a small CSS snippet to prevent large quote blocks:

Code: Select all

blockquote {
    max-height: 300px;
    overflow-y: auto;
}
This sets the maximum height to 300px (you can set that to whatever you like of course) and shows a scroll bar to let the user view everything.
Where do you put this code? Thanks.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: quote - click to expander

Post by Lumpy Burgertushie »

doesn't really matter but I would put it at the bottom of the content.css file

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: quote - click to expander

Post by 2600 »

And the content.css file is located in the style...or...?
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
warmweer
Jr. Extension Validator
Posts: 11237
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: quote - click to expander

Post by warmweer »

John connor wrote: Fri Dec 13, 2019 7:40 am And the content.css file is located in the style...or...?
default phpbb has only 1 content.css, located in /styles/prosilver/theme/
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: quote - click to expander

Post by 2600 »

Okay, so I guess I need to add that code to each style I have then. I shall test this in my test board. Thanks.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
Tarantino
Registered User
Posts: 874
Joined: Sat Feb 18, 2012 1:51 pm

Re: quote - click to expander

Post by Tarantino »

I'm using an extension for this. Don't know where I found it, but well, it works pretty well.
When I got back home I'll check
dogdog
Registered User
Posts: 5
Joined: Thu Jan 16, 2020 7:49 am

Re: quote - click to expander

Post by dogdog »

Tarantino wrote: Sun Dec 22, 2019 2:06 am I'm using an extension for this. Don't know where I found it, but well, it works pretty well.
When I got back home I'll check
Hey, can you please tell me more about this extension. Where can we find it? If it's not on network could you please share. Thanks
Post Reply

Return to “Extension Requests”