News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Pscion

Pages: [1]
1
General Support / Re: problem deleting a topic
« on: February 23, 2021, 07:39:10 am »
i'm not entirely sure, but it seems right - i should have the ability to delete a topic (i even attempted to add that permission separately). maybe i should reset the permissions?since it's been so long, i'll probably have to go through the entire forum regardless but i need the ability to clean house.

2
General Support / problem deleting a topic
« on: February 22, 2021, 07:20:12 am »
hello, i'm aware there's already an old thread with a similar header, but this is a different issue (cause).i'm just coming back to using my forum after a long time, and the forum tells me to use the "delete topic" button, which i don't see. i'm the only admin on my board.

3
Style Support / Re: How do I remove the random white area under banner?
« on: January 16, 2018, 12:58:19 am »
strangely, i had an extra theme in my forum and was able to switch to one that solved the problem (was using dark_blue, switched to darkblue; not sure why both were there). the other themes it turns out all were completely stock, so i deleted them and i'm good now. might need some instructionals on how to modify some other things, but this at least is handled. i suggest for anyone else having this problem to check the themes and make sure you have the one selected you meant to, and i'm betting you can create a new one to solve this problem from the templates on the layout page.

4
Style Support / Re: How do I remove the random white area under banner?
« on: January 15, 2018, 10:11:31 pm »
Use a value of 1 #393939;
i now have :
#header
{
    background: url(https://cdn.smfboards.com/caf/themes/dark_blue/images/theme/main_block.png) 1 #393939 no-repeat 0 -480px;
    padding-left: 20px;
}
still a white block there... i'm looking under "framing graphics" is that the right section?
edit: sorry i removed the 1, and no change

5
Style Support / Re: How do I remove the random white area under banner?
« on: January 15, 2018, 10:05:36 pm »
Yes to a color that matches

it now reads:
background: url(https://cdn.smfboards.com/caf/themes/dark_blue/images/theme/main_block.png) #000000 no-repeat 0 -480px;
    padding-left: 20px;
still not solved, does it have to be set to the same color as the rest of the header? if so, how do i find that color?

6
Style Support / Re: How do I remove the random white area under banner?
« on: January 15, 2018, 09:57:51 pm »
It's various simliar it's in this line
Code: [Select]
#header {
 background: url(https://cdn.smfboards.com/caf/themes/dark_blue/images/theme/main_block.png) #fefefe no-repeat 0 -480px;
 padding-left: 20px;
}
k so i can just change the color to "#000000"? or is there something else i need to do?

8
Style Support / Re: How do I remove the random white area under banner?
« on: January 15, 2018, 04:03:24 am »
i'm having the same problem, tried to find the above mentioned section to edit and it's not the same syntax. so what else should i try?

Pages: [1]