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)

nnjj.net 08-11-2007 10:25 AM

any one plz? and does it work on 3.6.8?

home9000 08-11-2007 12:26 PM

I try it on 3.6.5
but without succeed
I think there is some thin missing in code or template
It's not appear in user profile or in postbite

Saviour 09-04-2007 01:13 AM

I've got the extar fields page working, but the dropdown doesn't appear...

Man, these mods are racking my brain...I could've made a mistake, but the only thing I think may be causing the issue is the edit to the member.php file...attached.

This is a great mod...I just wish there was someone around to help...

I'm using 3.6.8

UPDATE:

Got tired of waiting for help...

I just removed the if conditional from the postbit and..."voila"...done and done.

Thanks for the help...

The Realist 10-05-2007 01:06 PM

Ok,

Looked at the edit instructions and it says to find:
Code:

<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>

And replace it with:
Code:

<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>

But my MEMBERINFO template looks like this:
Code:

<if condition="$show['membergroups']">
                                                                <td></td>
                                                                <else />
                                                                <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                                                                </if>
                                                        </tr>
                                                        $membergroupbits
                                                        </table>
                                                </div>
                                       
                                        </div>
                                </div>
                        </td>
                </tr>
                </table>

So what edits do I need to make?

Regards.

Wired1 10-06-2007 09:13 PM

Replace:
Code:

<if condition="$show['membergroups']">
                                                              <td></td>
                                                              <else />
                                                              <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                                                              </if>
                                                      </tr>
                                                      $membergroupbits
                                                      </table>

With:

Code:

<if condition="$show['extrainfo']">
                                                              <td></td>
                                                              <else />
                                                              <td><strong><phrase 1="$userinfo[username]">$vbphrase[n_a]</phrase></strong></td>
                                                              </if>
                                                      </tr>
                                                      $customfields2
                                                      </table>


WtwSkippy 10-06-2007 10:56 PM

This hack is PERFECT for what I need for two sites (horse message board and car club).

BTW, woot for Orlando, FL. I'm over by Unviersal Studios

The Realist 10-07-2007 08:59 AM

Thanks, I'll give it a shot now and report back asap.

Regards.

The Realist 10-07-2007 09:19 AM

Thanks, the edits worked fine but my text is not aligned correctly, see attached pic and how can I change the section heading?

Regards.

The Realist 10-07-2007 10:20 AM

Sections heading has been changed but if I add to much text, its not all alighned.

Any ideas?

Wired1 10-08-2007 11:14 PM

Quote:

Originally Posted by WtwSkippy (Post 1354440)
This hack is PERFECT for what I need for two sites (horse message board and car club).

BTW, woot for Orlando, FL. I'm over by Unviersal Studios

wahoo :)

Quote:

Originally Posted by The Realist (Post 1354672)
Thanks, the edits worked fine but my text is not aligned correctly, see attached pic and how can I change the section heading?

Sections heading has been changed but if I add to much text, its not all alighned.

Any ideas?

Not a clue. All my hack does is replace the vBulletin variable with one of my own creation, and displays it.


All times are GMT. The time now is 12:25 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.01407 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)bbcode_code_printable
  • (2)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