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.

Friend List Problem

4 posters

Page 2 of 2 Previous  1, 2

Go down

Solved Friend List Problem

Post by middo2 June 16th 2010, 12:20 am

First topic message reminder :

Instead of having a box that contains all a members' friends. On my forum it's just a long vertical list at the end of the page. For example:

Friend List Problem - Page 2 Friend10

How could I fix this? Please and thanks. Smile
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down


Solved Re: Friend List Problem

Post by middo2 June 21st 2010, 5:26 pm

Great it worked!

But I realized there is a large gray line beneath the top of every post. Anyway to remove that too? Confused

Yes I agree, But as you can see, the Character Sheet box is overlapping the "Registration Information" box. I just thought if it was possible to make the boxes smaller do it doesn't overlap.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Friend List Problem

Post by ankillien June 21st 2010, 5:36 pm

Well, I doubt if we can make the boxes smaller Confused
The character sheet button is overlapping due to more boxes and smaller width of the container. It can be fixed if forum width is increased. Not sure though.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Friend List Problem

Post by middo2 June 21st 2010, 5:41 pm

Ok no problem. Smile

How about the gray that is underneath the top of every post? Any way to remove that?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Friend List Problem

Post by ankillien June 22nd 2010, 2:57 am

Code:
.postbody-head , .postprofile-head {
background-color : transparent !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Friend List Problem

Post by middo2 June 22nd 2010, 11:52 pm

2 New Problems discovered (sorry >.< ):

At the top of any topic it looks like:

Friend List Problem - Page 2 Links10

There should eb links there to the forums. For example, if you scroll to the top of this forum you'll have the

"The forum of the forums :: Support forum :: Manage the appearance of your forum Page 2 of 2 • Share • Actions !"

...line.

Also

Friend List Problem - Page 2 Overla10

Any way to fix that overlap? (This is in the Visitor Page)

Sorry for all these problems.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Friend List Problem

Post by ankillien June 23rd 2010, 6:53 pm

To make the crumbs visible, add this code to CSS...

Code:
ul#navstrip.clearfix {
display : inline;
}

To avoid overlapping, you can move the New PM button using padding-top and padding-bottom...

Code:
#new-message-link {
padding-top : 60px;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Friend List Problem

Post by middo2 June 23rd 2010, 8:08 pm

Ok thanks ankillien. Thanks a lot.

This could be locked now.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Friend List Problem

Post by MrMario June 23rd 2010, 9:52 pm

Friend List Problem - Page 2 Solved10Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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