News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Recent posts

#31
SMF 2.1.x Support / Re: After update, quick replay...
Last post by pulgoki - Yesterday at 12:18:32 PM
Could this be the culprit? I didn't see anything else that looked like it would be the cause.

I have a custom jquery.sceditor.theme.css although it doesn't have the lines that are shown to be modified.

./Themes/default/css/jquery.sceditor.css

My custom jquery.sceditor.theme.css doesn't have this in it at all -

@media screen and (min-width: 1024px) {
div.sceditor-smileyPopup {
max-height: 50%;
width: 50%;
position: fixed;
}
#sceditor-popup {
height: 100%;
}
#sceditor-popup-smiley {
height: 90%;
overflow: auto;
}
}
@media screen and (max-width: 1024px) {
div.sceditor-smileyPopup {
width: 90%;
position: absolute;
}

The file in the default theme folder was edited to reflect the following

div.sceditor-smileyPopup {
top: unset;
left: 0;
right: 0;
transform: unset;
position: absolute;
min-height: 100px;
min-width: 250px;
margin-inline: auto;
display: flex;
box-sizing: border-box;
max-height: 215px;
max-width: 450px;
}
div.sceditor-smileyPopup #sceditor-popup {
width: 100%;
display: flex;
flex-direction: column;
}
div.sceditor-smileyPopup #sceditor-popup div#sceditor-popup-smiley {
flex-grow: 1;
align-self: flex-start;
}
div.sceditor-smileyPopup #sceditor-popup span.button {
margin-top: 20px;
align-self: center;

#32
SMF 2.1.x Support / Re: After update, quick replay...
Last post by Illori - Yesterday at 10:27:35 AM
check the parse of each patch and see what changed and make sure all changes have been applied to your theme correctly.

https://custom.simplemachines.org/index.php?action=patches
#33
SMF 2.1.x Support / Re: After update, quick replay...
Last post by pulgoki - Yesterday at 09:57:58 AM
It it possible to revert back to 2.1.4 until I can get this figured out on a test forum?

I ran the update from 2.1.4 -> 2.1.5 -> 2.1.6 on a test server but everything seemed to work fine. I didn't notice this anomaly until I had already updated the live forum.

To add as an FYI, this button still seems to work fine in all of my phones browsers.   
#34
Nederlands (Dutch) / Re: Inlogpagina met inleiding/...
Last post by Herman's Mixen - Yesterday at 09:38:08 AM
Dit kan je gemakkelijk via SSI oplossen

SSI Readme
How do I integrate SMF into my PHP coded website?
#35
Nederlands (Dutch) / Re: Toon IP adres verbergen
Last post by Herman's Mixen - Yesterday at 09:28:54 AM
Hiervoor moet je in de Display.template.php zijn van je gebruikte Theme, deze zul handmatig moeten aanpassen.

Let wel op !! dit vergt wel de enige knowhow van PHP / Editten van Files/Bestanden.
#36
SMF 2.1.x Support / Re: Apparently phantom Custom ...
Last post by Tripredacus - Yesterday at 08:16:58 AM
The culprit has been found. For whatever reason, that particular field was being read as a login/username field and was being auto-filled by the Password Manager of the Supremium web browser. Supremium is a Chromium fork which I don't use, I can test in Iron. If I find anything that leads back to the forum itself, I will update this thread.
#37
Graphics and Templates / Re: Easiest way to update a th...
Last post by pulgoki - Yesterday at 08:04:26 AM
OK, sorry.

The more I thought about this, the more it seems to be a theme question and not a forum support question.
#38
Graphics and Templates / Re: Easiest way to update a th...
Last post by Sesquipedalian - Yesterday at 07:48:31 AM
If you already have a topic open about your issue, please don't open another. You will just end up wasting time and effort, both your own and other people's. 
#39
Graphics and Templates / Easiest way to update a theme ...
Last post by pulgoki - Yesterday at 07:41:53 AM
I have a theme on my site that's been running for about 3 years. It worked flawlessly up until the latest update (2.14 -> 2.16) 

Since updating the forum, a couple of things seem to be broken.

I've made a LOT of cosmetic changes to the theme over the years, but I don't recall changing anything too drastic.

I made a post in the support forum about the emoji "more" button in the quick reply edit box no longer working. I can't imagine that it would be a difficult fix to get that working again? 
#40
SMF Coding Discussion / Re: SyntaxError: Unexpected id...
Last post by Kindred - Yesterday at 07:14:48 AM
Well, it's kinda hard to help unless you actually attach/include the code....
Advertisement: