vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - [DBTech] Username Change v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=236980)

DragonByte Tech 01-12-2011 10:24 AM

I'll rename the folder to "upload" instead, to be consistent with other DBTech products :)


Fillip

blue7 01-12-2011 04:04 PM

Very useful, thanks a lot...installed.

sung 01-14-2011 03:25 PM

Quote:

Originally Posted by sung (Post 2123017)
4.0.8 seems to have changed something (CSS probably?) so now the tabs in the user profile don't look quite right.

https://vborg.vbsupport.ru/external/2011/01/18.png

Notice the extra space around the tab between the light and dark blue lines as I'm hovering over the tab in the screen shot.

I haven't had a chance yet to look to see what needs to be changed to fix, but iTrader also had this issue until its newest update, so maybe that could help in narrowing down the problem?

Fixed this myself, which requires 2 changes.
  1. Add a new template called: "dbtech_username_change_membertab_css"
    with the following contents:
    Code:

    #usernamehistory-tab, #usernamehistory-tab a:hover {
            height:25px;
            display:inline;
            background-color:transparent;
            margin:0px;
            padding:0px;
            text-align:center;
            border:none;
            <vb:if condition="$stylevar['textdirection'] == 'rtl'">
            float: {vb:stylevar left};
            <vb:else/>
            clear:both;
            </vb:if>
    }

    a:hover#usernamehistory-tab {
            background:transparent;
    }

  2. Add this to the bottom of the "Member Profile: Add Username History Tab" plugin (the one that uses the member_build_blocks_start hook):
    Code:

    if (version_compare($vbulletin->options['templateversion'], '4.0.8', '>='))
    {
        $template_hook['memberinfo_css'] .= vB_Template::create('dbtech_username_change_membertab_css')->render();
    }


smnet 01-14-2011 10:23 PM

With such a large board I would love to see a feature whereby admins can see who has changed their username between X time period. Without that things could get very very difficult to track.

midnz 01-15-2011 03:24 AM

Quote:

Originally Posted by smnet (Post 2149172)
With such a large board I would love to see a feature whereby admins can see who has changed their username between X time period. Without that things could get very very difficult to track.

Asked and answered.

Quote:

Originally Posted by midnz (Post 2114707)
Is there are way of searching for a username that has since changed, apart from knowing in advance what their user ID number is?
Example: John changes his name to Jack. How do you find John if you need to contact him and don't know that he has changed his username?

Quote:

Originally Posted by DragonByte Tech (Post 2116727)
Nope that's not possible, though someone could write a mod that searches vBulletin's Profile History (which this mod utilises) - it's not something we've currently got planned, though.


Fillip

I agree with you smnet.

smnet 01-15-2011 08:07 AM

Quote:

Originally Posted by midnz (Post 2149282)
Asked and answered.
I agree with you smnet.

Could anyone provide the sql query? I could *maybe* wrap it inside a mod - been looking for the chance to get dirty with vB4.

Paul. 01-15-2011 04:21 PM

I can't figure out where to put the files in the DBTech folder.. /actions/hooks folders have things in them.. :( Lost now

Guessed a few things but failed.

http://img207.imageshack.us/img207/2...namechange.jpg

DragonByte Tech 01-15-2011 04:34 PM

Please follow the instructions in the readme.txt file :)


Fillip

Paul. 01-16-2011 04:17 PM

Hi Fillip, I have tried my best to do so and not sure now if I should find everything I added and just remove them. The folder named 'bdtech' is what confuses me. I know where to place the files from the other two folders.
Thanks for your reply.

DragonByte Tech 01-16-2011 04:39 PM

Step 1: Download the .zip file.
Step 2: Extract it.
Step 3: Open the "forum" folder, select all files, hit Copy
Step 4: Open your FTP program, navigate to your Forum folder (as per your screenshot)
Step 5: Paste the files.

If Copy / Paste doesn't work, substitute Copy and Paste with Drag and Drop, which should work.

Hope that helps :)


Fillip


All times are GMT. The time now is 11:41 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.01688 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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