Jump to content
WebFlake
  • 0

Requesting help for user profile customization


Guest Teregraded

Question

Guest Teregraded

Hi everybody. I want to ask you people, if you know how can I resolve this bug. I am using IPB 3.4.5 with skin Snapshot. When I enter a member profile and he have a customized image on the top of profile, the "Donate Money" button it appear like this: http://imgur.com/1iReJic

 

After this bug shoud be solved, I want to know how can I set a restriction for user profile customization to be like facebook, not such a big image, or how can I set a auto-redimension for each photo uploaded.

 

Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Guest atik0786

hello.

A relative question to this was answered in another post.

Please do try to search others support threads.

You might find your solution.

 

Ok.I don't know the solution to the donate button.

 

But your second question :

Automatically Reize attached images : 

 

Resize Image for posts via CSS for posts :

 

1) for a single post : 

 

2) for all posts in your forum globally : 

 

I hope this works out.

 

Just post back if you need help.

 

Also if your problem is fixed mark this as answered.

Thank you.

Best of luck.

Link to comment
Share on other sites

  • 0

the problem with your donation button is that its showing the secondary button css with the #user_utility_links css,and for your profile background,you can only change the height but it will also make the status update overlap the buttons under it,so this is what i did to fix all of that. go to look and feel - manage skin set and templates - your skin name in templates go to profiles - customizeProfilefind #customBackground{ and look for height: 500px,change it to the height your want.next find #user_utility_links a{ and add margin-top: 2px; under border: 0; (adjust the margin top px to what looks right to youlast scroll down till you find</if></style>add this just above it.ipsButton_secondary { background: none; }.ipsButton_secondary:hover { background: none; }then save,it should do everything you want.

  • Upvote 1
Link to comment
Share on other sites

  • 0
Guest Teregraded

the problem with your donation button is that its showing the secondary button css with the #user_utility_links css,and for your profile background,you can only change the height but it will also make the status update overlap the buttons under it,so this is what i did to fix all of that. go to look and feel - manage skin set and templates - your skin name in templates go to profiles - customizeProfilefind #customBackground{ and look for height: 500px,change it to the height your want.next find #user_utility_links a{ and add margin-top: 2px; under border: 0; (adjust the margin top px to what looks right to youlast scroll down till you find</if></style>add this just above it.ipsButton_secondary { background: none; }.ipsButton_secondary:hover { background: none; }then save,it should do everything you want.

 

Thanks. But I have another problem now. I think that shoud be the shadow or.. i have no idea.

 

http://imgur.com/LyjEaxN

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...