I go into stylevars and change the body_background stylevar. In body_background I put a link to the background image of my choice. Thats what breaks my custom profile.
Announcement
Collapse
No announcement yet.
Body Background affects Profile Customizing?!?
Collapse
X
-
It works fine for me. Maybe if you provide the link to that image I can try the exact same thing you are doing.
Also did you follow the instructions in the link in post #2?Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Originally posted by Steve Machol View PostIt works fine for me. Maybe if you provide the link to that image I can try the exact same thing you are doing.
Also did you follow the instructions in the link in post #2?
On the unmodified Default style I created, you can now see the problem because I changed the body_background to the following image: http://www.ooohemgeee.com/vbtest/ima...ud_v3/main.png
I doesn't look so good because its a background for a 940 px wide website. But thats besides the point. If you go here: http://www.ooohemgeee.com/vbtest/mem...1-oooh-em-geee
You can see that it automatically makes some of the profile modules have the body_background stylevar image as well. Thats what I want to fix.
Comment
-
Please provide the exact queries you ran and the results you for for each one.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Originally posted by oooh em geee View PostI go into stylevars and change the body_background stylevar. In body_background I put a link to the background image of my choice. Thats what breaks my custom profile.
background: {vb:stylevar body_background};
To this:
/* background: {vb:stylevar body_background}; */
background: transparent url(path/to/yourimage.png) top left repeat-y;
I came across this as well just the other day, so far this seems to work for my needs.
Comment
-
Originally posted by Infopro View PostTry this, go back to the body_background and leave only a color or set to transparent if you can, no image. Next go to vbulletin.css find .body_wrapper in it, change this:
background: {vb:stylevar body_background};
To this:
/* background: {vb:stylevar body_background}; */
background: transparent url(path/to/yourimage.png) top left repeat-y;
I came across this as well just the other day, so far this seems to work for my needs.
Comment
-
Originally posted by Infopro View PostTry this, go back to the body_background and leave only a color or set to transparent if you can, no image. Next go to vbulletin.css find .body_wrapper in it, change this:
background: {vb:stylevar body_background};
To this:
/* background: {vb:stylevar body_background}; */
background: transparent url(path/to/yourimage.png) top left repeat-y;
I came across this as well just the other day, so far this seems to work for my needs.
But it shouldn't be that when adding a background image to the body_background stylevar it completly ****s off the profile.
Edit, I found out there is a new setting in the profile customization "save as site default", nice idea but after doing that there are now some differences between my profile and other profiles. I give it up for today...Last edited by Ramsesx; Tue 11 Jan '11, 5:03pm........
Comment
-
This profile problem is something i hoped would have been fixed in 4.1.1... guess notBluepearl Skins - vBulletin 4 & 5 Skins
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment