News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Recent posts

#1
Quote from: Diego Andrés on Today at 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!
#2
Quote from: DeadMan... on Today at 07:23:35 PMI'd like to know if it can be done?
Hopefully via css.
I've tried to display:none some parts, but it would not work.

Yes it's possible with css.

body.board_{board_id} #main_content_section,
body.board_{board_id} .navigate_section {
    display: none;
}
#3
Bug Reports / Re: New bug report: Users havi...
Last post by DeadMan... - Today at 07:26:10 PM
Quote from: Kindred on Today at 07:20:42 PMIt's not a bug

The forum is behaving exactly as designed and as set up

Unless of course, if the poster posted into a board that counts posts, and it didn't add to their post count.
Which of course, I highly doubt, saying that no one has ever reported said issue before.

Also, I'm not even sure the OP owns said forum, as the 0 post count poster in the image looks rather like how the OP usually posts... I think he's a member of a forum, and has no idea which boards count posts.
#4
Could add your condition in the boardindex.template.php, or enable a custom theme for that board like Kindred says.
It would be a duplicate from the default theme, but with a custom boardindex.template.php, instead of using a conditional, you remove stuff.
#5
I'd like to know if it can be done?
Hopefully via css.
I've tried to display:none some parts, but it would not work.
#6
SMF Coding Discussion / Re: Remove Items from 1 board'...
Last post by Kindred - Today at 07:21:16 PM
Ok, and? so build a theme that does that
#7
Bug Reports / Re: New bug report: Users havi...
Last post by Kindred - Today at 07:20:42 PM
It's not a bug

The forum is behaving exactly as designed and as set up
#8
PostgreSQL Support / Re: Error in registration
Last post by Kindred - Today at 07:19:21 PM
What mods do you have?
#9
PostgreSQL Support / Re: Error in registration
Last post by Pastroious - Today at 06:03:19 PM
 hxxp:forum.test.net/index.php?action=signup2 [nonactive]
/var/www/forum.test.net/Sources/Subs-Members.php (Line 722)
#10
Bug Reports / Re: New bug report: Users havi...
Last post by DeadMan... - Today at 05:41:49 PM
Well, posts in boards that don't count, will not up a person's post count.
In order for this to be classified as a bug, all boards would need to be set to count posts.
We can't just go by the info you gave us, as there's no way for us to verify that the user posted into a count posts board.

If I were you, I'd set up a test forum, and see if you can reproduce the issue.
Advertisement: