vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - Additional Section within Profile and Dropdown within Posts (https://vborg.vbsupport.ru/showthread.php?t=123254)

ComputerVitals 05-23-2008 05:04 PM

Not to nag.
I had this on 3.6 but upgraded to 3.7.0

Any updates on the new version?

Wired1 05-23-2008 09:48 PM

3.7.0 version of the dropdown part of this mod is now out:
https://vborg.vbsupport.ru/showthread.php?t=180309

The tab part that works in conjunction with the Extra Profile Field Page mod is done, just gotta clean up some code, so I'm working on that right now, should be out within an hour or so, no promises though!

richards112 05-27-2008 03:48 PM

does this work for 3.7?

Wired1 05-27-2008 04:16 PM

Quote:

Originally Posted by Wired1 (Post 1529437)
3.7.0 version of the dropdown part of this mod is now out:
https://vborg.vbsupport.ru/showthread.php?t=180309

Quote:

Originally Posted by richards112 (Post 1533055)
does this work for 3.7?

See, this is why you should hit the INSTALL BUTTON. When UPDATES are sent out, you are notified of them.

DarkSoroush 06-24-2009 09:24 PM

About a year from last post, But any way. There are any new coding for 3.8.x?!

I have problem with this section of instructions:
Quote:

vB AdminCP -> Styles & Templates -> Style Manager -> (Select Style) -> Member Info Templates -> MEMBERINFO

Change the vB Phrase [group_memberships] to whatever you would like the title of the new area to be.
Example: System Specs

OR if you would like the extra options page and this quadrant to have the same title, change // This adds the label for the extra options page within the profile,

change:
<td class="tcat" width="50%">$vbphrase[group_memberships]</td>

to:
<td class="tcat" width="50%">$vbphrase[extra_options]</td>



FIND:
<if condition="$show['membergroups']">
<dl id="membergroups_list" class="smallfont">
$membergroupbits
</dl>
<else />
<div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></div>
</if>


REPLACE WITH:

<if condition="$show['extrainfo']">
<dl id="additionalinfo_list">
$customfields2
</dl>
<else />
<div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[n_a]</phrase></strong></div>
</if>

Wired1 06-25-2009 01:37 AM

Quote:

Originally Posted by Wired1 (Post 1529437)
3.7.0 version of the dropdown part of this mod is now out:
https://vborg.vbsupport.ru/showthread.php?t=180309

Quote:

Originally Posted by DarkSoroush (Post 1836701)
About a year from last post, But any way. There are any new coding for 3.8.x?!

Yes and no. This mod is incompatible with 3.7.x and 3.8.x because of the radical change to the member page. However, new mods were made to place a tab on the member page, and a separate one just for dropdown. Check my profile for links.

In short:
Quote:

Originally Posted by Wired1 (Post 1533087)
See, this is why you should hit the INSTALL BUTTON. When UPDATES are sent out, you are notified of them.


Dave-M 01-15-2010 01:30 PM

Sorry bud, I posted in your extra profile fields thread about a possible VB4 upgrade, it's actually this one I would like to know about :)

Will you be doing a VB4 one, and if so, just a ballpark when please :)


All times are GMT. The time now is 05:53 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.01421 seconds
  • Memory Usage 1,737KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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