News:

SMF 2.1.3 has been released! Take it for a spin! Read more.

Main Menu

Recent posts

#91
Türkçe Bölümü (Turkish) / Re: Filezilla kullanımı hakkın...
Last post by Seyit - March 29, 2023, 04:12:08 AM
Quote from: cihancan on March 29, 2023, 03:03:05 AMOtomatik, ASCII ve Binary seçenekleri var. Bu durumda binary seçmem gerekiyor değil mi?
Aklimda kalani transfer tipi ikili olan
Ben gerek duymuyorum web sitesi tasirken bayadirda kullanmiyorum
#92
SMF 2.1.x Support / Re: Re: Quote Selected Text pr...
Last post by Arantor - March 29, 2023, 04:10:56 AM
Private doesn't exclude the cache in Chrome, sorry.
#93
PostgreSQL Support / Re: Error in registration
Last post by Arantor - March 29, 2023, 04:09:59 AM
Wow, a Postgres user! That makes... 4?
#94
Bug Reports / Re: New bug report: Users havi...
Last post by Arantor - March 29, 2023, 04:08:53 AM
It's also possible for admins to directly alter the post count on an account to whatever value they like.
#95
SMF 2.1.x Support / Re: Re: Quote Selected Text pr...
Last post by Daretary - March 29, 2023, 03:57:22 AM
Alas, touch-action: manipulation did not help in my case. I removed minified_ and went from a private tab to completely exclude the cache.

Android 10, STK-L21, Chrome 111.0.5563.115
#96
Türkçe Bölümü (Turkish) / Re: Filezilla kullanımı hakkın...
Last post by cihancan - March 29, 2023, 03:03:05 AM
Otomatik, ASCII ve Binary seçenekleri var. Bu durumda binary seçmem gerekiyor değil mi?
#97
SMF 2.1.x Support / Re: Redirect issues after cert...
Last post by live627 - March 29, 2023, 12:10:02 AM
Quote from: Kindred on March 28, 2023, 08:04:02 AMwell, if you are in incognito mode --   doesn't that prevent the full admin validation, since that depends on cookies and sessions?
incognito mode never breaks things like that, at least in my experience. It's great for testing things.
#98
SMF 2.1.x Support / Re: Re: Quote Selected Text pr...
Last post by live627 - March 29, 2023, 12:01:00 AM
I have settled on a small CSS code to complete the code snippets posted by @Arantor
index.css

.inner {
padding: 7px 8px 2px 2px;
margin: 0;
border-top: 1px solid #bfbfbf;
box-shadow: 0 1px 0 #fff inset;
min-height: 85px;
word-wrap: break-word; /* IE fallback */
overflow-wrap: break-word;
touch-action: manipulation; /* Add this line */
}
This keeps the built-in selection box from popping up and getting in the way, while zooming and panning are left alone. Tested on Chrome 109 on my Schok Volt SV55 running Android 11.
#99
PostgreSQL Support / Re: Error in registration
Last post by Pastroious - March 28, 2023, 09:23:43 PM
My fault, I installed a clean SMF for test and all works flawless.
I do not see in members table column named message_labels

It is a long (5 years) story about my forum and the database.
Forum upgraded 2.015 > 2.016 > 2.017 > 2.018 > 2.019 > 2.1
and database 11 > 12 > 13 > 14 > 15
Only one mod was installed long time ago - Recount Member Posts 1.1

I deleted this column in the table. Now all works OK
Sorry for the confusion
#100
SMF Coding Discussion / Re: Remove Items from 1 board'...
Last post by DeadMan... - March 28, 2023, 07:53:30 PM
Quote from: Diego Andrés on March 28, 2023, 07:30:32 PMYes it's possible with css.

I had to modify it a bit:

body.board_{board_id} .information,
body.board_{board_id} .navigate_section, body.board_{board_id} .pagesection, body.board_{board_id} #main_content_section .pagesection, body.board_{board_id} #messageindex {
    display: none;
}

If left the #main_content_section there, it also removed the TinyPortal block I want shown.
Thank you for the help, my friend!
Advertisement: