vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Quick (inline) User Editor (https://vborg.vbsupport.ru/showthread.php?t=102789)

cOuNtErFiET 03-08-2007 06:47 AM

yea i get that error too in 3.6.5 :(

Nixpeiler 03-12-2007 07:06 PM

search in the que.php

PHP Code:

    // Custom Profile Fields

    
$profilefields_q "SELECT profilefieldid, title, description, type, data, optional
        FROM " 
TABLE_PREFIX "profilefield 
        ORDER by displayorder"



and replace with this


PHP Code:

    // Custom Profile Fields

    
$profilefields_q "SELECT profilefieldid, type, data, optional
        FROM " 
TABLE_PREFIX "profilefield 
        ORDER by displayorder"


works by my ;)

regards

PoetJA-1975 03-13-2007 01:03 AM

Thanx NIXPEILER - works perfectly now ;)

Jacquii.

cOuNtErFiET 03-17-2007 05:48 AM

thanks working for me too ;)

ERuiz 03-19-2007 11:41 PM

I got this addon working on 3.6.4 by the use of the fixes above, but the only problem is that ALL custom fields do not have their description displayed. All fields are labeled except for the custom fields. Anyone has any idea what could be wrong? I have a feeling it has to do with the fact that we had to delete the DESCRIPTION section of the query, but where does 3.6.4 store the custom field titles?

ERuiz 03-20-2007 12:05 AM

Quote:

Originally Posted by ERuiz (Post 1207731)
I got this addon working on 3.6.4 by the use of the fixes above, but the only problem is that ALL custom fields do not have their description displayed. All fields are labeled except for the custom fields. Anyone has any idea what could be wrong? I have a feeling it has to do with the fact that we had to delete the DESCRIPTION section of the query, but where does 3.6.4 store the custom field titles?


I fixed this by restoring the 2 fields that we deleted on the previous fix for 3.6.4 then went to the database, manually created those 2 fields within the profilefield table and manually added the information for each custom profile field.

Now when I access the QUE, it displays the description for each custom field. The reason it would not work on 3.6.4 is because VB now stores the custom field description and titles as phrases.

This is a crude workaround but it gets the job done. :up:

PoetJA-1975 03-20-2007 03:06 AM

Thanx for the info - I get that you add title & description to the profilefield table... I've never fiddled with the database in such a way as to add tables or edit or whatever.... Question: What info do you fill in for the following formfields in the phpMyAdmin?

Quote:

Field
Type
Length/Values
Collation
Attributes
Null
Default
Extra
Comments
ALSO - thanx for the info - I even went as far as to make a "mini-tutorial" for my SuperMod LOL:

http://img85.imageshack.us/img85/937...editor2om5.gif

zariyan 03-31-2007 06:24 PM

Hey, i was wondering if someone would kindly help me. When i go to edit a user with a HTML custom user title, i get this:
http://farez.org/1.bmp
If someone would help me fix this problem, that would be great!

Thanks

troybtj 07-05-2007 08:12 PM

Installed on 3.6.7 using tips above. Works Great.

I would put this on a wishlist for vbulletin builtins for next release.


All times are GMT. The time now is 07:23 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.01300 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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