vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Replacing a Colour with FieldID in CSS (https://vborg.vbsupport.ru/showthread.php?t=279639)

Brexen 03-06-2012 04:56 PM

Replacing a Colour with FieldID in CSS
 
Hi there.

I would like to make a colour variable in CSS selectable via Profile Fields.

In short, I want to change the following part of my code;

REMOVED by Poster

into;

REMOVED by Poster

So that the value set in ProfileField 2 will become the colour used in the CSS.

I know how to make the List of variables in the Profile Fields however I don't know how to link the Field ID into the CSS.

Normally it would be something like;
REMOVED by Poster

However, I don't think this will work with the CSS. Please correct me if i'm wrong however.

kh99 03-06-2012 07:33 PM

If you want each post author's color selection to be used in the postbit, then you can't put it in the CSS. But you could use it directly in the postbit template.

ETA: or if you must put that info in the CSS and you have a relatively small number of choices, you could make a class for each one then have the dropdown values be the class names, and then use the class name in the postbit template.

Brexen 03-07-2012 06:30 PM

Quote:

Originally Posted by kh99 (Post 2306888)
If you want each post author's color selection to be used in the postbit, then you can't put it in the CSS. But you could use it directly in the postbit template.

ETA: or if you must put that info in the CSS and you have a relatively small number of choices, you could make a class for each one then have the dropdown values be the class names, and then use the class name in the postbit template.

Hey there,

I tried doing what you said, but it's given me an error for some reason.

Here's my CMS;

.ghosthax-blue {
color: #FFFFFF;
font-weight: bold;
text-shadow: 0px 0px 2px #FFFFFF, 1px 0px 1px #000099, 0px -1px 1px #000099, 0px 1px 1px #000099, -1px 0px 1px #000099, 1px 0px 1px #000099;
}

This is what was entered in the Postbit;

{vb:raw post.field21}Status:</span> {vb:raw post.onlinestatus}</div>

This is the Profile Field;

http://screensnapr.com/e/fTggNn.jpg

and here is the outcome;

http://screensnapr.com/e/n5ihND.jpg

Any ideas?

It will look stunning if I can get it working. Any help is appreciated.

kh99 03-07-2012 06:57 PM

You can't include html in profile field options, the special characters get escaped and you get something like you see above. Why don't you just make the choices the color names then in postbit use something like:

Code:

<span class="ghosthax-{vb:raw post.field21}">Status:</span> {vb:raw post.onlinestatus}</div>

(of course you could also do this:
Code:

<span class="ghosthax" style="color:{vb:raw post.field21}">Status:</span> {vb:raw post.onlinestatus}</div>

then you wouldn't need the separate color classes).

Brexen 03-07-2012 07:00 PM

Quote:

Originally Posted by kh99 (Post 2307218)
You can't include html in profile field options, the special characters gets escaped and you see the result. Why don't you just make the choices the color name then in postbit something like:

Code:

<span class="ghosthax-{vb:raw post.field21}">Status:</span> {vb:raw post.onlinestatus}</div>

(of course you could also do this:
Code:

<span class="ghosthax" style="color:{vb:raw post.field21}">Status:</span> {vb:raw post.onlinestatus}</div>

then you wouldn't need the classes).

Even better would this work?

<span class="ghosthax-{vb:raw post.field21}">Status:</span>

Then change the options in the Profile field to the colour name, like blue.

Is that right?

kh99 03-07-2012 07:05 PM

Quote:

Originally Posted by Brexen (Post 2307221)
Even better would this work?

<span class="ghosthax-{vb:raw post.field21}">Status:</span>

Then change the options in the Profile field to the colour name, like blue.

Is that right?

Yes, I think that should work.

Brexen 03-07-2012 07:11 PM

Quote:

Originally Posted by kh99 (Post 2307222)
Yes, I think that should work.

Ok, next problem. I've changed the ProfileField to the colours now. However, this is the problem I am getting.

http://screensnapr.com/e/Skhr71.jpg

http://screensnapr.com/e/7FcT8E.jpg

It's either, my forum hasn't updated the ProfileField (It's been 5 mins) or something is still not correct =/

kh99 03-07-2012 07:17 PM

If you change the choices I think each user that had a value will have to go to their profile and save it again, or else they'll still have the old value. Also, users that haven't edited their profile since you added that field will have a blank value for that profile field, even if you specified a default, so you'll have to account for that somehow (I suppose you could make a class named "ghosthax-" that's the same as ghosthax-default).

Brexen 03-07-2012 07:28 PM

Quote:

Originally Posted by kh99 (Post 2307229)
If you change the choices I think each user that had a value will have to go to their profile and save it again, or else they'll still have the old value. Also, users that haven't edited their profile since you added that field will have a blank value for that profile field, even if you specified a default, so you'll have to account for that somehow (I suppose you could make a class named "ghosthax-" that's the same as ghosthax-default).

Yes sorry, stupid mistake by me. I couldn't thank you you enough. You've been amazing help.

Thankyou.

--------------- Added [DATE]1331196951[/DATE] at [TIME]1331196951[/TIME] ---------------

New Problem;

http://screensnapr.com/e/jyxCXC.jpg

http://screensnapr.com/e/O6zcvZ.jpg

Results in the following;

http://screensnapr.com/e/535iYZ.jpg

The value in the {vb:raw post.field21} doesn't seem to be entered into the template in DB Tech templates.

http://screensnapr.com/e/EtHyuO.jpg

Any ideas?

kh99 03-08-2012 01:43 PM

We can't help with mod-related problems in this forum, you'd have to ask in the mod thread.

It could be that $post isn't registered in their template, but you'd have to look at the code to see.


All times are GMT. The time now is 08:17 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01175 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete