vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Change Style Drop-Down (https://vborg.vbsupport.ru/showthread.php?t=33418)

Admin 03-02-2002 05:45 AM

Do I get good Jake karma?

Jakeman 03-02-2002 06:01 AM

[QUOTE]Originally posted by FireFly
Do I get good Jake karma?

Birdie501 03-04-2002 10:36 PM

[QUOTE]Originally posted by FireFly
Try changing this:
Code:

$allstyles=$DB_site->query("SELECT style.title, user.styleid, COUNT(*) AS count FROM user LEFT JOIN style USING (styleid) WHERE style.styleid IS NOT NULL AND style.userselect=1 GROUP BY user.styleid");
to this:
Code:

$allstyles=$DB_site->query("SELECT style.title, user.styleid, COUNT(*) AS count FROM style LEFT JOIN user USING (styleid) WHERE style.userselect=1 GROUP BY user.styleid");

Dalius 03-10-2002 01:20 AM

When I have 1 member in one style, and another member in an other, and i swtich to the other, it still says 1-1

Admin 03-10-2002 10:22 AM

Install the version that updates users profile.

Dalius 03-10-2002 01:09 PM

Orkeh Thankees Firecat

hidjra 03-15-2002 10:39 AM

Is it possible to set all my members to use style id 1 in the database

grtzz

Admin 03-15-2002 11:43 AM

Query:
Code:

UPDATE user SET styleid=1;

Birdie501 03-20-2002 10:43 AM

@firefly

its me again! i installed your newer version. i have two styles.
The problem i have is that i can change from 1st to second style , but if i try changing back it doesn't work. It only reloads the page!

Any suggestion?

Thanks

KCardinalart 03-24-2002 04:49 PM

Thank you for another great hack!

I think most all the hacks I'm using on my site are one's you've written.

BTW: The search for custom fields worked perfect to help me set up an address book. :D

I'm sure all the visitors to everyone's sites thanks you also for making their lives easier.

I just wish I knew how to put the drop-down in the header like Jakeman did.
I'm going to have very seperate sections of my site with a log-in on my home page (which won't be the forum index page), so not everyone going to my site will even go to the forum home.

Well... anyway...
Thanks again! I'm looking forward to the next hack. :D


All times are GMT. The time now is 08:39 AM.

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.01231 seconds
  • Memory Usage 1,731KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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