Recent posts

#1
General Discussion / Re: Help please?
Last post by Dave - Mar 13, 2025, 12:19 PM
OK I've done it now, added some code the the boardindex.template.php and it's working as I want it.
#2
General Discussion / Re: Help please?
Last post by Dave - Mar 13, 2025, 03:36 AM
Quote from: Bocool on Mar 12, 2025, 08:30 PMGood question! I've been using SMF since 1.0.3 or 4 and don't remember ever seeing one. Although, I could be wrong but I would guess there's a way to do it.

I did a lot of testing yesterday adding height: and the overflow: in the index.css but nothing I do seems to work. Not sure if it should be done in the template or the css
#3
General Discussion / Re: Help please?
Last post by Bocool - Mar 12, 2025, 08:30 PM
Good question! I've been using SMF since 1.0.3 or 4 and don't remember ever seeing one. Although, I could be wrong but I would guess there's a way to do it.
#4
General Discussion / Help please?
Last post by Dave - Mar 12, 2025, 12:50 PM
Can one of you guys tell me what code I need to add to enable the 'Recent Posts' block at the bottom of the default theme to have a side scroll bar please?
I currently have the list set to 8 but I'd like 12 but the height is to much so I want a side scroll bar added so it shows 6 initially and can be scrolled down to see the rest.
#5
General Discussion / Re: The mystery is solved
Last post by Bocool - Mar 06, 2025, 07:00 PM
Cool!
#6
General Discussion / The mystery is solved
Last post by Dave - Mar 06, 2025, 05:30 AM
Do you guys remember the post about the permissions page check boxes etc looking different on here than on my site https://skhilled.com/cztest/index.php?msg=1253

Well I found out what the issue was. In the settings for permissions 'Forum► Administration Center► Permissions► Settings' there is 'Enable the option to deny permissions'. If I enable that I see the same drop boxes as you do on here, so the problem...not that it really was one...is now solved  ;D
#7
Sub Board / Re: Test for boardicons
Last post by Tester - Oct 28, 2024, 11:04 AM
Doing this again
#8
Poll Testing / Re: What Color Do YouLike?
Last post by Bocool - Oct 13, 2024, 09:24 AM
Still no change...unless there's a typo somewhere.
#9
Poll Testing / Re: What Color Do YouLike?
Last post by Dave - Oct 13, 2024, 03:25 AM
Yes sorry I gave you a step short
on line 2839 comment out

background: var(--generic_bar_bg_color);
Although for me the bars look OK on my PC
#10
Poll Testing / Re: What Color Do YouLike?
Last post by Bocool - Oct 12, 2024, 03:23 PM
This is the only code I've found:

--generic_bar_bar_bg_color: hsl(39, 100%, 50%);
The following one wasn't even there:

--generic_bar_bar_bg_color: url(../images/bar_stats.png) no-repeat 100%;
I've commented out the first code and added the 2nd one but it shows the bars as an off white...