vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Displaying which skin a user is using in postbit...just like here. (https://vborg.vbsupport.ru/showthread.php?t=220289)

Brother Malachi 08-06-2009 01:44 AM

Displaying which skin a user is using in postbit...just like here.
 
How can I go about adding the "Design: blue lagoon, fixed" in the postbit for every user?

1Unreal 08-06-2009 04:09 AM

That would be done using a custom query. To my knowlege vB doesn't support that by default.

But if you look on MySQL at the user table there is the column of styleid. You could fetch this data by putting a plugin on postbit_display_start.

Brother Malachi 08-06-2009 05:58 PM

Doesn't vb fetch all columns in the user table? If not, maybe i can edit the mysql and force it to instead of adding in a new query?

Lynne 08-06-2009 06:09 PM

vB fetches most of the columns in the user table, but that doesn't include the name of the style, only the style they have set in their user cp (which may be different than the cookie that is set because they changed the style via the dropdown at the bottom of the page). There was a recent thread about this and the problems regarding it. You may want to try a search.


All times are GMT. The time now is 09:00 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.01062 seconds
  • Memory Usage 1,706KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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