News:

This one time at band camp.

Main Menu

Recent posts

#91
General Discussion / Re: Some Planning
Last post by Bocool - Apr 05, 2023, 08:36 PM
Thanks, It's something I used to do to help keep me on track but got away from as I became more busy with things. :P

So, do we put it in a separate board just for that?

EDIT: And, do we put it in a public board? I think it should be private until the release! ;)

Remember, there is an Admin board...
#92
General Discussion / Re: Some Planning
Last post by TwitchisMental - Apr 05, 2023, 08:29 PM
Quote from: Bocool on Apr 05, 2023, 07:54 PMFor the planning, I was thinking on making a sort of check list/to-do list. This would have a topic per theme where we can all list the things that need to get done for the theme or you would like to see done (maybe a separate topic for the last one?).

We can then check off what has been done when it's completed. For instance, yesterday Dave reminded me that the inline_mod_check wasn't right. But because of all of the posting I forgot about it. Things like that should help keep us on track with each individual theme. ;)

I like this idea
#93
Comments / Re: Flagrantly
Last post by TwitchisMental - Apr 05, 2023, 08:12 PM
I have the header looking alot closer to the original now.

Not a valid attachment ID.

[attachment deleted by admin]
#94
General Discussion / Re: Some Planning
Last post by Bocool - Apr 05, 2023, 07:54 PM
For the planning, I was thinking on making a sort of check list/to-do list. This would have a topic per theme where we can all list the things that need to get done for the theme or you would like to see done (maybe a separate topic for the last one?).

We can then check off what has been done when it's completed. For instance, yesterday Dave reminded me that the inline_mod_check wasn't right. But because of all of the posting I forgot about it. Things like that should help keep us on track with each individual theme. ;)
#95
Comments / Re: Flagrantly
Last post by Bocool - Apr 05, 2023, 07:42 PM
Looking good! I've always liked the colors of that theme. :)
#96
Comments / Re: Ambassador
Last post by Bocool - Apr 05, 2023, 07:40 PM
You know, I did notice the border was missing but got side-tracked and forgot about it. LOL

Fixed! :)
#97
General Discussion / Re: Some Planning
Last post by Bocool - Apr 05, 2023, 07:34 PM
Dave, you've been a great help! We both notice things that the other doesn't. And you have helped with coding. And, you have good ideas and that is what makes a team. Not that we are all good at the same things, but the fact that we help each other and what we do know compliments the others. ;)
#98
Comments / Re: Flagrantly
Last post by TwitchisMental - Apr 05, 2023, 07:26 PM
Latest Version -

Not a valid attachment ID.

[attachment deleted by admin]
#99
General Discussion / Re: Some Planning
Last post by Dave - Apr 05, 2023, 04:33 AM
Following on from my reply to your post Twitch. I agree with everything you said.

The main reason for that is that I have no real knowledge of coding/php. What I am fairly good as it investigating.

I use Brave browser and with that, as with Firefox and Edge, it has the right click on an item and 'inspect' and as it lists the css line numbers for the specific item I can then test alterations and their effects on my test site 'https://www.davejohnson.co.uk/testing/index.php'; (yes I know I have lots of test sites) and if it works with no errors then I can pass that info on to you guys.

I did try the conversion of the news theme but even though I managed to get the header near enough right the body was way off.

So as far as coding is concerned you guys are it.

The other thing worth noting as well is that for my part I could not put a theme on SMF as I would not be able to support it with my limited knowledge.

I recently changed the SMF default on Quizland and created a Spring theme...as my wife said that the default theme I was using was too bland, I can do that sort of thing but the actual coding and variables etc are lost on me.

Anyway thanks for reading and I'm here to help if I can

Well that's it, take care.
#100
Comments / Re: Ambassador
Last post by Dave - Apr 05, 2023, 02:48 AM
Gents we still have an issue with the 'inline_mod_check' on here.

To fix go to

.quickbuttons > li:last-child > a, .inline_mod_check:last-child {
border-radius: 0 4px 4px 0;
}

replace with

.quickbuttons > li:last-child > a, .inline_mod_check:last-child {
border-radius: 0 4px 4px 0;
border: 1px solid #ffde74;
}

once that's done the height  needs adjusting at

.quickbuttons > li {
float: left;
display: inline;
height: 23.5px;
border-radius: 1px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
padding: 0 1px 0 1px;
color: #222;
overflow: visible;
}

change the height from 23.5px to 24px.

I've checked this on Chrome based and Firefox and it works OK on both