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.

Another Profile error

3 posters

Go down

Solved Another Profile error

Post by sign da tits March 19th 2011, 3:10 pm

Fixed the top one, But now how would I do this one move those tabs to the right so it doesn't get in the way of "preferences" ?
I've also come across another one, on profile, how would I align them properly?
Another Profile error 2gwhr82


Last edited by sign da tits on March 21st 2011, 1:00 am; edited 1 time in total
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 3:33 pm

...Anyone please help!?
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Base March 20th 2011, 6:08 pm

I've registered on your forum, but you don't have the character sheets enabled. Could you have it temporarily enabled so that I can inspect the problem? Thanks. Smile


Last edited by Base on March 20th 2011, 6:23 pm; edited 1 time in total
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 6:09 pm

Base wrote:I've registered on your forum, but you don't have the character sheets enabled? Could you have it temporarily enabled so that I can inspect the problem? Thanks. Smile
Sure
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Base March 20th 2011, 6:15 pm

Hmm... try adding this to your CSS code:

Code:
#tabs {
    display: -moz-inline-box;
}

To find your CSS, please go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet and paste the code there

Wink

Regards,

Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 6:33 pm

Base wrote:Hmm... try adding this to your CSS code:

Code:
#tabs {
    display: -moz-inline-box;
}

To find your CSS, please go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet and paste the code there

Wink

Regards,

Base
Still no change.
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Base March 20th 2011, 6:35 pm

Really? This is what I see on your forum after the code:

Another Profile error Whatisee
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 6:37 pm

Base wrote:Really? This is what I see on your forum after the code:

Another Profile error Whatisee
must be chrome. ;o;
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Base March 20th 2011, 6:38 pm

Probably. I'm using Firefox, try that. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 7:44 pm

Base wrote:Probably. I'm using Firefox, try that. Smile
Still it's not working, it messed up my CSS for a bit had to back it up, is there a way to push those tabs downwards?
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 7:51 pm

Now no pictures won't show up
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Base March 20th 2011, 7:52 pm

To push the tabs downwards:

Code:
#tabs {
    margin-top: 1em;
    min-width: 932px;
}

Change the 1em to a different number if you wish. Sorry to hear that the previous code messed up your CSS; if you need to, you should restore your forum. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 20th 2011, 8:05 pm

Base wrote:To push the tabs downwards:

Code:
#tabs {
    margin-top: 1em;
    min-width: 932px;
}

Change the 1em to a different number if you wish. Sorry to hear that the previous code messed up your CSS; if you need to, you should restore your forum. Smile
Now pictures won't show up
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by sign da tits March 21st 2011, 12:59 am

Base wrote:To push the tabs downwards:

Code:
#tabs {
    margin-top: 1em;
    min-width: 932px;
}

Change the 1em to a different number if you wish. Sorry to hear that the previous code messed up your CSS; if you need to, you should restore your forum. Smile
Mkay, fixed now, I had to do it my self though, the CSS was a little badly formatted, I had to back it up from my other CSS's in notepad, thank you for your help though!
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: Another Profile error

Post by Sanket March 21st 2011, 4:13 am

Since this thread is marked solved, I will lock this thread.
Another Profile error 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top


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