QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Recent posts

#1
Coding & Mods / Re: What do you think of the t...
Last post by Bigguy - Yesterday at 08:29 AM
Maybe later you can upload those files and I'll see what I can do. I might not be able to do much but I'll try. I have to get my tools re-installed first though.
#2
Coding & Mods / Re: What do you think of the t...
Last post by replikacep - Yesterday at 08:03 AM
indextempal ve boardindex
#3
Coding & Mods / Re: What do you think of the t...
Last post by Bigguy - Yesterday at 06:21 AM
I did a search on Github for checking an image. Since this is SMF code, you should be able to impliment this into your theme:

https://github.com/search?q=repo%3ASimpleMachines%2FSMF%20check%20image&type=code
#4
Coding & Mods / Re: What do you think of the t...
Last post by Bigguy - Apr 21, 2024, 06:20 PM
What file are most of these errors in :???
#5
Internet Discussion / Re: Find out How to Bypass Pay...
Last post by Bigguy - Apr 21, 2024, 06:37 AM
Nice article....I hate paywalls. Probably try this out later. :rgton
#6
Coding & Mods / Re: What do you think of the t...
Last post by Bigguy - Apr 21, 2024, 06:34 AM
Let me look around a bit more and check a few other places out.
#8
Coding & Mods / Re: What do you think of the t...
Last post by replikacep - Apr 20, 2024, 12:15 PM
Quote from: Bigguy on Apr 20, 2024, 10:57 AMWould this work for the image errors:

https://stackoverflow.com/a/30012510

Maybe it will. Not to sure.

I don't think I can do this without someone helping me.
#9
Coding & Mods / Re: What do you think of the t...
Last post by Bigguy - Apr 20, 2024, 10:57 AM
Would this work for the image errors:

https://stackoverflow.com/a/30012510

Maybe it will. Not to sure.
#10
Coding & Mods / Re: What do you think of the t...
Last post by replikacep - Apr 20, 2024, 08:54 AM
While looking over your customization we noticed a few problems. Here they are:

Invalid HTML errors:
Upon installation there are two HTML errors, no settings configured, vanilla setup.
Mood options in the profile contain more errors due to bad closure or using improper tags. In any case this should be changed, check below for more info about the Mood option.
In the Settings page you are using deprecated tags.
Advertisement and other image settings do not check if the image is set, which causes the images to have an invalid src. In reality, you don't need a setting to enable these images, you just need to check if the image url is set.
Hardcoded Strings: You still have hardcoded strings across different files including texts and attributes like alt or title.
Mood options: You should not be appending your options in Profile.template.php. You can add member options in the Settings.template.php file in the template_options() function.
Carousel:
'Allow only on index' setting will never work due to the placement. Either adjust the placement of the code or remove this specific setting.
You didn't define the global variables you're using.
Logo setting:
It causes issues when not all images are set. You need to check if the images are set before adding them to the array, or set a default using a ternary condition.
The options for this setting are misleading:
Check the box next to enable the default Forum thread: This doesn't seem related to a logo, what does this mean?
On both options, check what box?
The 'SMS' icon next to board titles has 4 links, 3 of them point to the wrong URL of what the title describes/implies.
Mobile menu causes an overflow in the body.
License file should not be in XML format, should be in a readable format for the average user.
Suggestion: Drop the prefix from your CSS animations or they will only work on very few browsers.

Could you please fix them and then reply to this message in English ?

Please note that due to:
- The recurrence of the same issues.
- You not addressing said issues.
- You spamming or sending unsolicited personal messages demanding to review your theme.