vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Profile extras (https://vborg.vbsupport.ru/showthread.php?t=249870)

amagab 09-03-2010 07:48 PM

Profile extras
 
Our members would like to have a page in their profile where they can enter things related to our forum

For example, let's say we have a car forum. They would like a tab or area in their profile where they can enter the cars they own

Current Cars:
* Audi
* BMW
* Ford

Previous Cars:

* Lexus
* Chevrolet
* Skoda
* Ferrari

Also, it should be an option in the postbit to access this quickly.

Is there a module for this? Can it be done easily? How?

Thanks!

mmfgamer5 09-03-2010 09:22 PM

Go to User Profile Fields > User Profile Field Categories > Add New Profile Field Category > Location on Profile Page > Main Column, Last Tab > Save.

User Profile Fields > Add New User Profile Field > Multiple-line text box > Profile Field Category > [Car category].

That'll add a car tab in the profiles. Not sure what you mean about the postbit, though.

amagab 09-03-2010 10:17 PM

Thanks, that will do for now. With postbit I meant that you could click on someone's username and link to the info from there.

mmfgamer5 09-04-2010 08:45 AM

Add this in the memberaction_dropdown template, above the "{vb:raw template_hook.memberaction_dropdown_items}" code.
PHP Code:

        <li class="left">
            <
img src="[car icon URL]" alt="" />
            <
a href="[link to car tab]">
                
My Cars
            
</a>
        </
li

I'm not sure how to link to the right tab, though.


All times are GMT. The time now is 03:13 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.01391 seconds
  • Memory Usage 1,715KB
  • 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)bbcode_php_printable
  • (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