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)

steven s 08-08-2006 01:31 AM

I can't figure why the pulldown menu doesn't open.
http://www.318ti.org/forum/showthread.php?t=11816

Wired1 08-08-2006 02:52 AM

Have you done the last step in the instruction file? (check the PM on your forum).

steven s 08-08-2006 03:26 AM

Quote:

Originally Posted by Wired1
Have you done the last step in the instruction file? (check the PM on your forum).

You gave me a scare there. :confused:

It is in one postbit and not the other. I'm going to go to sleep and try again when I am awake. Thanks for your help.

Wired1 08-08-2006 03:32 AM

Quote:

Originally Posted by 1996 328ti
You gave me a scare there. :confused:

It is in one postbit and not the other. I'm going to go to sleep and try again when I am awake. Thanks for your help.

Hehe, sleep goooood :) No problemo!

Aligator21 08-08-2006 05:22 AM

I did exactly what you said in the instructions, but there is no pulldown menu show up in my forum :(
I use postbit_legacy and the changes i made them into postbit_legacy insteed of postbit

any help? (see a thread of my forum)

Wired1 08-08-2006 11:51 AM

Quote:

Originally Posted by Aligator21
I did exactly what you said in the instructions, but there is no pulldown menu show up in my forum :(
I use postbit_legacy and the changes i made them into postbit_legacy insteed of postbit

any help? (see a thread of my forum)

Works fine for me when I check out that post, I take it you got it fixed? Was it just a typo, or missing code, or something else?

Arachnophiles 08-08-2006 01:41 PM

Great Modification. One question though; when using a 'multiple-line' text box, is it possible for the contents to be displayed vertically rather than horizontally in the drop-down box within posts?

Cheers,
Adam.

Wired1 08-08-2006 01:51 PM

Quote:

Originally Posted by Arachnophiles
Great Modification. One question though; when using a 'multiple-line' text box, is it possible for the contents to be displayed vertically rather than horizontally in the drop-down box within posts?

Thanks! I'll have to poke around in the code, see what I can find out.

Arachnophiles 08-08-2006 03:19 PM

Quote:

Originally Posted by Wired1
Thanks! I'll have to poke around in the code, see what I can find out.

Thanks, really appreciate that.

I'm using it to allow members to list their collection, some of which are quite lengthy. When allowed to do so in the horizontal format; the drop-down box is off limits to the page.

Example Here

Cheers,
Adam.

steven s 08-09-2006 01:13 AM

Quote:

Originally Posted by Wired1
Hehe, sleep goooood :) No problemo!

I deleted all products and started from scratch.
Code:

after
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
added
<!-- post specs_menu -->
<if condition="$post['field7']">
        <div id="specs_$post[postid]" class="vbmenu_control">
                <a href="#specs">$post[username]'s ti Garage</a>
                <script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
        </div>
</if>
<!-- / post specs_menu -->

after
<!-- / post $post[postid] popup menu -->
added
<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]'s garage</td>
        </tr>
        <if condition="$post['field7']">
                <tr><td class="vbmenu_option">Year: $post[field7]</td></tr>
        </if>
        <if condition="$post['field8']">
                <tr><td class="vbmenu_option">Model: $post[field8]</td></tr>
        </if>
        <if condition="$post['field9']">
                <tr><td class="vbmenu_option">Color: $post[field9]</td></tr>
        </if>
        <if condition="$post['field10']">
                <tr><td class="vbmenu_option">Mods: $post[field10]</td></tr>
        </if>
</div>
<!-- / post specs_menu -->
and this is what I got. When not selected there is only one post per page.
I removed the code so not to screw up my board.



All times are GMT. The time now is 09:48 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.01342 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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