News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Simple Machines Site Upgrade

Started by SleePy, August 16, 2021, 11:25:39 PM

Previous topic - Next topic

Antechinus

Ay up :P

You cannot view this attachment.

Is much neater.
Any why for attachment display below post if attachment is already inserted into post?

landyvlad

"Put as much effort into your question as you'd expect someone to give in an answer"

Please do not PM, IM or Email me with questions on astrophysics or theology.  You will get better and faster responses by asking homeless people in the street. Thank you.

Be the person your dog thinks you are.

Oldiesmann

Quote from: Antechinus on August 17, 2021, 07:31:51 PMAy up :P

You cannot view this attachment.

Is much neater.
Any why for attachment display below post if attachment is already inserted into post?

Someone forgot to enable the setting to hide attachments under the post if they're embedded in the post itself
Michael Eshom
Christian Metal Fans

Antechinus

That would be the setting I was sure should exist, so looked for, but couldn't find anywhere.
Interface design FTW. :P

Oldiesmann

It's right there under Attachment Settings in the admin center
Michael Eshom
Christian Metal Fans

Antechinus

Lol. Well, sunshine, give me access to the site's admin centre and I'll enable it. :P

Aleksi "Lex" Kilpinen

Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF


Antechinus

Ok, yon muppets. Tweaked version of header boxes, with even more betterer code. :D
You could lose some of that code, by dropping superfluous classes from the markup.

/* ------------------------------- */
/* Style godforsaken header boxes. */
#header .site_header_box_container {
    padding: 8px 11px 9px;
    background: #fff;
    border: 1px solid #bbb;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 -2px 0 #fff, 0 2px 3px rgba(0, 0, 0, 0.16);
}
#header .site_header_box {
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

You cannot view this attachment.

gisfreak

wow this is nice,
cant wait to see the final  :laugh:
Me fail English? That's unpossible.

Irisado

Quote from: Sir Osis of Liver on August 17, 2021, 07:20:02 PMSame in reply editor.  Whose bright idea was it to switch them?

'If you have to ask, you will never know. If you know, you need only ask' ;).
Soñando con una playa donde brilla el sol, un arco iris ilumina el cielo, y el mar espejea iridescentemente

Robert.


Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

d3vcho

Quote from: Irisado on August 18, 2021, 06:04:46 AM'If you have to ask, you will never know. If you know, you need only ask' ;).

I got ya ;)
"Greeting Death as an old friend, they departed this life as equals"

vicram10


GravuTrad

On a toujours besoin d'un plus petit que soi! (Petit!Petit!)


Think about Search function before posting.
Pensez à la fonction Recherche avant de poster.

Antechinus

Bug fix for this morning's header boxes:
Code (Add) Select
#header .site_header_box_container {
    float: right;
}
Code (Add) Select
#header .site_header_box:first-child {
    float: left;
}

SleePy

Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Antechinus

It was broken for layout when I checked in this morning. Should have been obvious. .site_header_box_container was full width, and not wrapping the floated content, so content was poking out the bottom.

Although I am thinking it might be better handled with absolute positioning for responsiveness. That way .site_header_box_container would just overlap the logo a bit on some resolutions (not a biggy).

SleePy

I made changes to that area to fix another bug for smaller screens.  It stacks better at 920 resolution.  I'm not seeing what you are reporting.  What browser and screen resolution?

You on Discord or IRC?
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Advertisement: