vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Show "About Me" tab in profile by default (https://vborg.vbsupport.ru/showthread.php?t=256179)

way2xtreme 12-30-2010 06:19 AM

Show "About Me" tab in profile by default
 
Just a quick question, how can we show "About Me" tab in member profile by default?

For example, when we click on a member name and go to his profile, we see info about him instead of guest message..

Thanks
W

Boofo 12-30-2010 06:38 AM

Either turn off visitor messages, which would make the About Me tab the default one or use a link like this:

Quote:

<a href="{vb:link member, {vb:raw bbuserinfo}}&amp;tab=aboutme">

Andreas 12-30-2010 09:02 AM

Try the following Plug-in code on Hook member_build_blocks_start

PHP Code:

if (!$vbulletin->GPC_exists['tab'])
{
    
$vbulletin->GPC['tab'] = 'aboutme';



way2xtreme 12-30-2010 06:50 PM

Quote:

Originally Posted by Andreas (Post 2141223)
Try the following Plug-in code on Hook member_build_blocks_start

PHP Code:

if (!$vbulletin->GPC_exists['tab'])
{
    
$vbulletin->GPC['tab'] = 'aboutme';



This seems to work!

Thanks guys and happy new year!

Mobo 12-31-2010 03:54 AM

Thanks, this one helped me out as well.

Stormlilly 01-11-2011 03:30 AM

Thank you VERY much!

VAG 05-15-2011 10:12 AM

N00b question:

How do I edit this hook ?

Eq4bits 06-27-2011 02:08 PM

Quote:

Originally Posted by Andreas (Post 2141223)
Try the following Plug-in code on Hook member_build_blocks_start

PHP Code:

if (!$vbulletin->GPC_exists['tab'])
{
    
$vbulletin->GPC['tab'] = 'aboutme';



Where do I find this to edit it?

BirdOPrey5 06-27-2011 02:22 PM

You would go to plugin manager in Admin CP, Add a new Plugin, and choose that hook from the drop down menu.

customstrength 08-08-2011 05:26 PM

Thanks so much!


All times are GMT. The time now is 10:54 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.01537 seconds
  • Memory Usage 1,735KB
  • 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_php_printable
  • (3)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
  • (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