The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Border below first post of topics

2 posters

Go down

Solved Border below first post of topics

Post by Guest Sun Jul 18, 2010 1:05 pm

I want to add a border below the first post of the topics on my forum. For example, if you look at the topics on forumotion that have multiple pages, go to page 2 and you will notice a border underneath the original post. This is what I want to add. Any help?


Last edited by SPADEZ on Mon Jul 19, 2010 3:27 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: Border below first post of topics

Post by Sanket Sun Jul 18, 2010 1:13 pm

General>Messages and Emails>Configuration
Number of posts from previous page to display on last page :1

Save.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Border below first post of topics

Post by Guest Sun Jul 18, 2010 2:10 pm

Sanket wrote:General>Messages and Emails>Configuration
Number of posts from previous page to display on last page :1

Save.
Thanks, I just tried that, however it did something a little weird. I already had it set to "Always show the first post in the topics" and when I set the number of post from previous page to display on last page to '1' it showed me the second post of the topic on other pages instead. Also for some reason in that post, it didnt show the users avatar or other information on the profile message.

None of these options showed a border underneath the original post.

**EDIT: I think I know what the problem is, the border is there when the option "Always show the first post in the topics" option is set to 'Yes'. However, since my page is dark and the backgrounds are black, the border line is black too and doesnt show. How can I change the color of this to white?
avatar
Guest
Guest


Back to top Go down

Solved Re: Border below first post of topics

Post by ankillien Sun Jul 18, 2010 10:42 pm

Hello,

You can change the line color with this code...

Code:
#first-post-br {
border-color : red;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Border below first post of topics

Post by Guest Sun Jul 18, 2010 11:53 pm

ankillien wrote:Hello,

You can change the line color with this code...

Code:
#first-post-br {
border-color : red;
}
Hmm... It didn't work =\
I even tried different colors using the color code and all, I still dont see the border line at all..
avatar
Guest
Guest


Back to top Go down

Solved Re: Border below first post of topics

Post by ankillien Mon Jul 19, 2010 1:55 am

Please try this code...

Code:
#first-post-br {
border-top: solid 2px #FF0000 !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Border below first post of topics

Post by Guest Mon Jul 19, 2010 3:25 am

ankillien wrote:Please try this code...

Code:
#first-post-br {
border-top: solid 2px #FF0000 !important;
}
Thank you ankillien. It worked! Border below first post of topics Icon_thumright I knew you would know how to solve this. Thanks again, i'll mark it as solved.
avatar
Guest
Guest


Back to top Go down

Solved Re: Border below first post of topics

Post by ankillien Mon Jul 19, 2010 8:05 am

Glad I could help out Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum