News:

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

Main Menu

"Απανταχού Τριγλιανοί Απόγονοι" "Trigliani Descendants Everywhere"

Started by Panoulis64, March 21, 2022, 11:22:49 AM

Previous topic - Next topic

Panoulis64

This forum https://triglianoi.gr/index.php deals with the collection of historical material from the place of our ancestors (Triglia, Bithynia, in Turkey, who left in 1922, after the Asia Minor catastrophe).
We also write about today, in the places we live, since tomorrow they will also be part of our history.
Since 2009, I use the smf and we have reached today, constantly upgrading it.
I'm a simple administrator, knowing nothing of constructs and codes, trying to maintain it as best I can.

I hope you enjoy this effort.

Το φόρουμ αυτό, https://triglianoi.gr/index.php, ασχολείται με την συγκέντρωση ιστορικού υλικού, από τον τόπο των προγόνων μας, (Τρίγλια, Βιθυνίας, στην Τουρκία, που έφυγαν το 1922, μετά την Μικρασιάτικη καταστροφή).
Επίσης γράφουμε και για το σήμερα, στους τόπους που μένουμε, αφού αύριο θα αποτελούν κι αυτά μέρος της ιστορίας μας.
Από το 2009,  χρησιμοποιώ το smf και φτάσαμε στο σήμερα, αναβαθμίζοντας το συνεχώς.
Είμαι, ένας απλός διαχειριστής του, μη γνωρίζοντας τίποτε, από κατασκευές και κώδικες, που προσπαθώ να το συντηρώ, όσο καλύτερα μπορώ.

Ελπίζω να σας αρέσει η προσπάθεια αυτή.

Support Team edit to include direct link to forum: https://triglianoi.gr/index.php?action=forum

Steve

After discussion, this is being approved even though there's no English option.
DO NOT pm me for support!

Antechinus

Very sensible. It's the world. Not everyone needs or wants an English option.
(TBH I really don't think that should even have been part of the discussion, and I'm monoliingual Anglo myself.)

Antechinus

Quote from: Panoulis64 on March 21, 2022, 11:22:49 AMI'm a simple administrator, knowing nothing of constructs and codes, trying to maintain it as best I can.

I hope you enjoy this effort.
I rather like it. Seems to be well-designed and nicely laid out, with an interesting range of material. :)

I was curious about how it looked on a phone, and i spotted one minor bug. Your portal banner (https://www.triglianoi.gr/diafora/2.1.1.logo.jpg) gets squashed for width on a small screen. This is very easy to fix. All it needs it this change to portal_responsive.css:

Code (FInd) Select
img {
height: auto;
vertical-align: middle;
border-style: none;
}
Code (Replace) Select
img {
height: auto;
vertical-align: middle;
border-style: none;
}


Steve

Quote from: Antechinus on March 23, 2022, 03:55:16 PMVery sensible. It's the world. Not everyone needs or wants an English option.
(TBH I really don't think that should even have been part of the discussion, and I'm monoliingual Anglo myself.)
I would agree but the only reason I mention it is that because the site could appear to be one thing, but actually be about quite another (for example, warez, porn, etc.). Those we don't approve as you know.
DO NOT pm me for support!

Panoulis64

Thanks for your comment and I'm interested in fixing it, but I think the code is the same and does not change anything in its replacement, with the selected one!

Quote from: Antechinus on March 23, 2022, 04:05:45 PM
Quote from: Panoulis64 on March 21, 2022, 11:22:49 AMI'm a simple administrator, knowing nothing of constructs and codes, trying to maintain it as best I can.

I hope you enjoy this effort.
I rather like it. Seems to be well-designed and nicely laid out, with an interesting range of material. :)

I was curious about how it looked on a phone, and i spotted one minor bug. Your portal banner (https://www.triglianoi.gr/diafora/2.1.1.logo.jpg) gets squashed for width on a small screen. This is very easy to fix. All it needs it this change to portal_responsive.css:

Code (FInd) Select
img {
    height: auto;
    vertical-align: middle;
    border-style: none;
}
Code (Replace) Select
img {
    height: auto;
    vertical-align: middle;
    border-style: none;
}



Antechinus

Sorry, that was me duplicating code boxes in a hurry, without double checking the content. Your current code is this:
img {
    vertical-align: middle;
    border-style: none;
}
It needs height: auto; added to make images scale for height as well as for width. :)

Panoulis64

Thanks a lot, but unfortunately, this piece of code does not exist in portal_responsive.css.

Antechinus

It does. It's part of the humungous pile of poo that is minified Bootstrrap. If you don't want to dig into that (which would be quite understandable) just add the height code after it. Should still work.

(although if Bootstrap is going to claim to be responsive it would be an obvious thing they should have already included, but hey...)

Advertisement: