vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Custom Profile Opacity? (https://vborg.vbsupport.ru/showthread.php?t=234175)

luggz 01-26-2010 02:04 AM

Custom Profile Opacity?
 
So i enabled the custom profile mod in vb 3.8.4 and my users love it, tho i have ran into a issue that i'm pretty sure theirs a fix for.

With all the options listed there is not one for opacity of the profile, and i want to add one.

So that uses can see the background image, and so on and so fourth.

Now from basic looking i found how i can make the entire profile opacity, tho its not what i'm looking for.

For each block a user can change its color is where i want to add a opacity option.


So this is where i need help, if anyone has done this or knows something it would be appreciated.

I'm not sure how i would add it to the customize profile block but i do know how i would wright it up in edit details section.

admin >> User Profile Fields >> Add New User Profile Field

Code:

Single Selection Menu
Title: Opacity %
Description: Adjust profile opacity.

Options: ( remember a new line for each of these options )
0.0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1.0

Private Field: Yes
Field Searchable on Members List: NO
Show on Members List: NO

Then Save..

*** Remember the Field number..
Lets say the field number is 21 you will need to change the
a in $userinfo[fieldb] to 21 like this to $userinfo[field21]

So then where ever i can make this happen, my string would be opacity:$userinfo[field21]


So any help on this is much appreciated.


All times are GMT. The time now is 04:59 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.01093 seconds
  • Memory Usage 1,707KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete