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)

cbiweb 12-20-2007 01:17 PM

In the instructions, there's a line that says:
"New Hook Location: vBulletin: Member's Profile -> member_extras (see? I told you it would create a new hook!)"

Where exactly is 'vBulletin: Member's Profile -> member_extras'? I have no idea where I'm supposed to see that.

shcchief 12-21-2007 01:57 AM

Quote:

Originally Posted by cbiweb (Post 1405423)
In the instructions, there's a line that says:
"New Hook Location: vBulletin: Member's Profile -> member_extras (see? I told you it would create a new hook!)"

Where exactly is 'vBulletin: Member's Profile -> member_extras'? I have no idea where I'm supposed to see that.

I couldn't either, I didn't worry about it though (well I don't think I did...I remember thinking wtf??) perhaps this could be the source of my problem in my post above?

xt0m 12-21-2007 10:09 AM

Cant wait for a 3.7 release either :up: :D

fmntprsv 12-25-2007 09:07 PM

Hi everybody. Please excuse my poor english. I?m trying to install this hook, but it doesn?t work.

Well, i have to do all the steps of the instructions, but it?s impossible, doesn?t work. You can see it at: www.razorman.net/forodeinformatica.

Please help me!

shcchief 12-29-2007 03:52 AM

Quote:

Originally Posted by fmntprsv (Post 1409052)
Hi everybody. Please excuse my poor english. I?m trying to install this hook, but it doesn?t work.

Well, i have to do all the steps of the instructions, but it?s impossible, doesn?t work. You can see it at: www.razorman.net/forodeinformatica.

Please help me!

Assuming you've installed the hook, you will need to do this as well.

Click on that option
http://members.optusnet.com.au/salco...here first.JPG

Then make all these
http://members.optusnet.com.au/salco... all these.JPG

Then choose this option for each field
http://members.optusnet.com.au/salco...each field.JPG

Hope that helps anyway...

shcchief 12-29-2007 03:53 AM

As for my problem...I've got the mod working fine but only for myself it seems.

I got another member to fill everything in, and nothing appeared in the postbit for his posts...it was as if the mod wasn't installed for them (i.e. no extra dropdown bar, nothing).

Any ideas?

fmntprsv 12-29-2007 08:30 AM

Thanks for your interest scchief, that?s the problem , i don?t have these field, see you:

https://vborg.vbsupport.ru/external/2007/12/3.jpg

so, ?i must to have to add manually the field "Power supply"? , excuse my ignorance please...

:)

shcchief 12-30-2007 09:59 AM

Yeah mate, you make them yourself (whatever fields you want) and as you make each one, you select which page you want those fields to display on (look at the picture, for me it says "Options:Edit PC Specs") from the drop down box.

But yes, you have to make the fields yourself.

fmntprsv 12-30-2007 06:13 PM

Well shcchief the solution of this trouble it?s pretting closer, i think!


Quote:

you select which page you want those fields to display on (look at the picture, for me it says "Options:Edit PC Specs") from the drop down box.

But yes, you have to make the fields yourself.
I was doing these steps and now appear in the profile, see the image:

https://vborg.vbsupport.ru/external/2007/12/2.jpg

Well, in order to appear these fields, the help of the forum says:

Quote:

User profile fields can be displayed in posts next to the author's name. If you want to display a profile field in posts then you need to edit your postbit or postbit_legacy template (depending on which one you use as is indicated by the "Use Legacy (Vertical) Postbit Template" option in your vBulletin options) and add $post[fieldX] where X is the field ID of the profile field as shown under the "Name" column on this page.
I use postbit_legacy in my forum, but i don?t know how i can post these fields ( field12, field13, field14) on this.

?Can anybody help me?

Thanks a lot!!!!

shcchief 01-03-2008 07:00 AM

You simply replace X with the number of the field.

You will have to scroll across here to see what words I used, for example Mobo, CPU, GFX etc. Just make sure the fields tie up with each other.


Here is my postbit_legacy for this mod.

Code:

<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
       
        <if condition="$post['field6']">
                <tr><td class="vbmenu_option"><b><font color=#00FF00>Mobo:</b></font> $post[field6]</td></tr>
        </if>

        <if condition="$post['field7']">
                <tr><td class="vbmenu_option"><b><font color=#FF9900>CPU:</b></font> $post[field7]</td></tr>
        </if>

        <if condition="$post['field12']">
                <tr><td class="vbmenu_option"><b><font color=#00FF00>GFX:</b></font> $post[field12]</td></tr>
        </if>

        <if condition="$post['field8']">
                <tr><td class="vbmenu_option"><b><font color=#FF9900>RAM:</b></font> $post[field8]</td></tr>
        </if>

        <if condition="$post['field9']">
                <tr><td class="vbmenu_option"><b><font color=#00FF00>Sound:</b></font> $post[field9]</td></tr>
        </if>

        <if condition="$post['field10']">
                <tr><td class="vbmenu_option"><b><font color=#FF9900>PSU:</b></font> $post[field10]</td></tr>
        </if>

        <if condition="$post['field11']">
                <tr><td class="vbmenu_option"><b><font color=#00FF00>O/S:</b></font> $post[field11]</td></tr>
        </if>

        </table>
</div>
<!-- / post specs_menu -->



All times are GMT. The time now is 11:51 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.01480 seconds
  • Memory Usage 1,755KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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