The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i have found a javascript that will put round corners on my tables. which i need to use for my memberinfo pages, so users who customize their profile colors can still cutomize their entire profile. rather than using images to make the corners/edges on tables round, in which case user's couldn't customize it completely.
here is a link http://www.ruzee.com/blog/ruzeeborders my predicament is that the code i found makes you choose fixed colors for the tables or make them transparent, which would make using this pointless. the only way to fix this would be to have other alternative tables set in there rather than fixed colors. meaning i'd need this code: HTML Code:
myborder: { border: 2px solid red; background: blue; padding: 10px; } Code:
myborder: { border: BORDER SET IN VBULLETIN CSS VARIABLES; background: ALTERNATIVE TABLE 1; padding: 10px; } the attachment shows what tables... |
#2
|
||||
|
||||
![]()
Add the CSS to each style's CSS declarations in the Admin CP.
|
#3
|
|||
|
|||
![]()
sorry but i absolutely didn't understand what you just said. what css am i supposed to add to... what are css declarations?
|
#4
|
||||
|
||||
![]()
From the look of the Javascript, alkl it does is add an extra CSS declaration. You can add extra CSS declarations in the style manager.
http://www.vbulletin.com/docs/html/s...css_additional |
#5
|
|||
|
|||
![]()
yeah but that's not going to help me with this problem.
i want certain tables on memberpages to be a certain shape, which is what the css does, the variables with the colors decide the colors of the inside and outside of the shape created, i want the outside to be transparent, and the inside to be the same color as alternative table 2. how would i use the declarations to accomplish this? |
#6
|
|||
|
|||
![]()
We can't see the function for your javascript, so it's hard to tell you how to fix it.
Take the color for the alt2 directly from the css options in the style manager. Leaving the other color blank ("") should make it transparent but I'm not sure. |
#7
|
||||
|
||||
![]() Quote:
|
#8
|
|||
|
|||
![]()
no that's not what it is for, sorry for not making it clear.
it makes the tables edges/corners round. it's a modified version of this: http://webdesign.html.it/articoli/le...fty-corners/1/ Bellardia, i can't just take the color i want and put it in there. because the point of me having a script that uses table-edges without images is so i can have rounded tables on the memberinfo tables, and still have the members be able to customize their profile colors. whereby this script would be pointless if i had fixed colors in it. so the only way to make it work would be if i could change the 2 color variables to 1 bg color and 2 an alternative table color. |
#9
|
|||
|
|||
![]()
I don't have experience with customizing memberinfo templates by users.
Members can add their own CSS to their profiles? If so can tell me where the styles they select are stored? If in doubt post the source of a page with a styled member profile... If you can't style your profile then the alt colors are the same site wide and using a static color would be the same. |
#10
|
|||
|
|||
![]()
i know, but i do want my users to be able to style their profile. wasn't the customizable user profile function already a default in 3.7?
i'm not sure where the stylesheets are stored, but here are the examples of customized user profiles i could find on vb.org: http://www.teenforum.net/members/skina/ http://www.copytechnet.com/forums/members/baphomet.html http://www.teenforum.net/members/cynnie/ i guess i am still not making myself clear enough as to what i need, maybe my english isn't as good as i believe it to be. i hope somebody gets it, because i don't know how else to put it. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|