vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Profile Fields in a Postbit Dropdown (https://vborg.vbsupport.ru/showthread.php?t=180309)

Geeps 11-08-2008 06:50 PM

I might have missed this, but in automatic mode, how do you make it start at field # 7 instead of Field #5?

Thanks!

Geeps 11-08-2008 07:21 PM

Nevermind. I went back and reread this thread. It's working great now.

Goomzee 11-27-2008 08:32 AM

not working see the attachment

Wired1 11-27-2008 08:09 PM

Quote:

Originally Posted by Goomzee (Post 1673891)
not working see the attachment

That's because you have 2 dropdowns activated. Either you installed it twice, or you have BOTH templates activated.

Deviant K1 11-28-2008 03:01 AM

Gonna give it a go...
INSTALLED! and Thanks!

Goomzee 11-28-2008 04:07 AM

Quote:

Originally Posted by Wired1 (Post 1674229)
That's because you have 2 dropdowns activated. Either you installed it twice, or you have BOTH templates activated.

how do ifix this plz it's urgent for me

congthinh 11-28-2008 05:34 AM

I use Extra Profile Fields Mod.
All done.
http://upload.vistavietnam.net//files/1/vvn.png

Goomzee 11-28-2008 05:58 AM

thankx i done it but how could i change title from profile field into Pc Space

here in my coding Dropdown Information - Manual (below)


Quote:

<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
</tr>

<if condition="$post['field22']">
<tr><td class="vbmenu_option">Motherboard: $post[field22]</td></tr>
</if>

<if condition="$post['field23']">
<tr><td class="vbmenu_option">Processor: $post[field23]</td></tr>
</if>

<if condition="$post['field20']">
<tr><td class="vbmenu_option">Monitor: $post[field20]</td></tr>
</if>

<if condition="$post['field19']">
<tr><td class="vbmenu_option">Speakers: $post[field19]</td></tr>
</if>

<if condition="$post['field18']">
<tr><td class="vbmenu_option">Sound Card: $post[field18]</td></tr>
</if>

<if condition="$post['field17']">
<tr><td class="vbmenu_option">Hard Drive - 1 : $post[field17]</td></tr>
</if>

<if condition="$post['field16']">
<tr><td class="vbmenu_option">Hard Drive - 2 : $post[field16]</td></tr>
</if>

<if condition="$post['field15']">
<tr><td class="vbmenu_option">Video Card: $post[field15]</td></tr>
</if>

<if condition="$post['field14']">
<tr><td class="vbmenu_option">Memory: $post[field14]</td></tr>
</if>

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

Wired1 11-29-2008 09:43 PM

Quote:

Originally Posted by congthinh (Post 1674405)
I use Extra Profile Fields Mod.
All done.

Note that you are not shown as having downloaded it or having hit the install button.


Quote:

Originally Posted by Goomzee (Post 1674410)
thankx i done it but how could i change title from profile field into Pc Space

If you read the FIRST POST in this thread, it says which phrase to edit, as well as shows the phrase name in the attached picture. I would HIGHLY recommend that you read the post in full, as so far both of your issues have already been addressed in that post.

Goomzee 12-01-2008 03:39 AM

I read it but i can;t search [titledrop]

Wired1 12-01-2008 04:56 AM

Search for the VARIABLE NAME, with NO BRACKETS.

Ash Ketchum 12-01-2008 12:34 PM

There's an ugly blue box surrounding the drop down menu. Can I take that out?

Demo:http://mushroompipeline.com/showpost...71&postcount=6

Goomzee 12-02-2008 03:29 AM

Quote:

Originally Posted by Wired1 (Post 1676223)
Search for the VARIABLE NAME, with NO BRACKETS.

i search it but not find anything

Wired1 12-02-2008 04:11 AM

Quote:

Originally Posted by Ash Ketchum (Post 1676415)
There's an ugly blue box surrounding the drop down menu. Can I take that out?

Demo:http://mushroompipeline.com/showpost...71&postcount=6

Can't see that w/o a login. Take a pic and attach it. However, it uses the default dropdown code.


Quote:

Originally Posted by Goomzee (Post 1676839)
i search it but not find anything

Are you selecting search VARIABLE NAME? If so, it will be there. If not, then un/reinstall the file.

Simply put, the variable is there.

Goomzee 12-02-2008 05:04 AM

i find then click edit and then save but it' still same plz ad screen shots

Wired1 12-02-2008 05:32 AM

There is already a screenshot attached to the main post.

Goomzee 12-02-2008 06:55 AM

i mean edit and save screen shot i trid and variable find litttel drop then i click edit and then save but still same issue

Ash Ketchum 12-03-2008 11:52 AM

Quote:

Originally Posted by Wired1 (Post 1676855)
Can't see that w/o a login. Take a pic and attach it. However, it uses the default dropdown code.


http://i209.photobucket.com/albums/b...untitled-2.jpg

http://i209.photobucket.com/albums/b.../untitled2.jpg

Is it possible to put icons next to the profile fields in the dropdown menu?

Wired1 12-03-2008 12:14 PM

The box is because of your theme. Not sure where, but I'd imagine you could edit the CSS for that, and make it apply for just the postbit dropdown.

As for icons next to each profile field, you could use the manual dropdown template and add in the appropriate HTML.

Goomzee 12-04-2008 03:42 AM

i need screen shots for admincp edit and save plz

Wired1 12-04-2008 04:26 AM

If you do not know how to search for phrases in the AdminCP, I would suggest you ask for help at www.vbulletin.com.

Goomzee 12-04-2008 09:06 AM

hey already search it and already edit button but after click edit button what i edit or just click edit and save

Ash Ketchum 12-05-2008 12:09 PM

Quote:

Originally Posted by Wired1 (Post 1677730)
The box is because of your theme. Not sure where, but I'd imagine you could edit the CSS for that, and make it apply for just the postbit dropdown.

As for icons next to each profile field, you could use the manual dropdown template and add in the appropriate HTML.

Well, I've been trying to figure this out. Maybe you can help. :D

I put in this code:
HTML Code:

        <img src="http://i195.photobucket.com/albums/z287/Yamato101/MP/wii-1.gif" alt="Wii: $post[field5]"><if condition="$post['field5']">
<tr><td class="vbmenu_option">Wii FC: $post[field5]</td></tr>
        </if>

I want the icon to go next to the text that says Wii FC:

Any help would be greatly appreciated. I already love this mod. :)

Screenshot:http://i209.photobucket.com/albums/b.../untitled3.jpg

Wired1 12-09-2008 03:08 AM

This worked for me:

HTML Code:

<if condition="$post['field5']">
    <tr><td class="vbmenu_option"><img src="http://i195.photobucket.com/albums/z287/Yamato101/MP/wii-1.gif" alt="Wii: $post[field5]">Wii FC: $post[field5]</td></tr>
</if>


Ash Ketchum 12-09-2008 11:32 AM

Quote:

Originally Posted by Wired1 (Post 1681392)
This worked for me:

HTML Code:

<if condition="$post['field5']">
    <tr><td class="vbmenu_option"><img src="http://i195.photobucket.com/albums/z287/Yamato101/MP/wii-1.gif" alt="Wii: $post[field5]">Wii FC: $post[field5]</td></tr>
</if>


Thanks! Worked for me too. :D

By the way, the dropdown menu doesn't show on some members postbits if they don't use a certain profile field. Any ideas why?

gamerfu 12-11-2008 06:54 PM

I love this Modification, but I have a problem... :(

Recently my postbit disappeared., let me explain.

The postbit displays = cool, but when another modification is under the username this modification disappears. WEIRD!

I will state this modification did display when another modifcation was their, but ater my migration to 3.8.x it disappears.

How can I display this modifcaton again, set it up not to disapear, or move it?

Goomzee 12-12-2008 04:47 AM

plz help me about rename field

gamerfu 12-12-2008 08:06 PM

Quote:

Originally Posted by gamerfu (Post 1683334)
I love this Modification, but I have a problem... :(

Recently my postbit disappeared., let me explain.

The postbit displays = cool, but when another modification is under the username this modification disappears. WEIRD!

I will state this modification did display when another modifcation was their, but ater my migration to 3.8.x it disappears.

How can I display this modifcaton again, set it up not to disapear, or move it?

Uploaded pictures ^

basilrath 12-12-2008 09:36 PM

can you change the specs to anything to suit your forum ie ................. equipment used or sports equipment if you see wat i mean ?

Saviour 12-13-2008 08:40 PM

Does this work with 3.7.4 PL1?

Update...

Nevermind...yes, it does. Nice! Just what I was looking for. Thanks, Wired!

Wired1 12-19-2008 03:30 PM

Quote:

Originally Posted by Ash Ketchum (Post 1681573)
By the way, the dropdown menu doesn't show on some members postbits if they don't use a certain profile field. Any ideas why?

Edit the Dropdown Call template and remove the conditional.

Quote:

Originally Posted by gamerfu (Post 1683334)
The postbit displays = cool, but when another modification is under the username this modification disappears. WEIRD!

I will state this modification did display when another modifcation was their, but ater my migration to 3.8.x it disappears.

How can I display this modifcaton again, set it up not to disapear, or move it?

They're using the same postbit location it seems. Haven't done any 3.8.x beta testing myself, but if you disable either plugin, and the other one works, then it's probably an issue w/ the beta. Assuming as such, post on vBulletin's site and inform them that 2 plugins on the same postbit hook causes that issue.


Quote:

Originally Posted by basilrath (Post 1684140)
can you change the specs to anything to suit your forum ie ................. equipment used or sports equipment if you see wat i mean ?

Yes. They're just standard profile fields.

Saviour 12-19-2008 04:42 PM

Hey, Wired!

Love the mod, friend...

I don't know if this has been covered here, but if you enable the custom title for some user groups...and they use a long title...it screws up the image under the rank in the postbit. Makes it longer than it should be.

Is this bug...if so, is there a fix?

Wired1 12-19-2008 05:30 PM

Quote:

Originally Posted by Saviour (Post 1688897)
Hey, Wired!

Love the mod, friend...

I don't know if this has been covered here, but if you enable the custom title for some user groups...and they use a long title...it screws up the image under the rank in the postbit. Makes it longer than it should be.

Is this bug...if so, is there a fix?

Thanks! Could you post a pic (or a link to a post that doesn't require registration)?

Saviour 12-19-2008 08:36 PM

Sure thing...

Here ya go...

Wired1 12-20-2008 05:43 AM

I'd guess there's a div box around that area or something and the dropdown function maxes out the length by default. Just a side effect of having the dropdown there. You may be able to change the width in the Dropdown Call template, but my CSS is rusty :)

Uber_Tiny 12-23-2008 07:49 PM

I must be missing something. I have done everything I can to figure out where you would fill out the information for it to show up in a drop down. There are no options in the User CP on my forums. I am using vBulletin? Version 3.7.4.

site - www.geforce3d.net

Any information would be greatly appreciated.

EDIT: Just as I say that, I figure it out. To bad it's not in it's own section like some forums have it with the ability to select it from "Settings & Options" in the USER CP.

Wired1 12-24-2008 02:39 AM

You can change the edit link location.

lazyseller 01-03-2009 07:35 PM

Working Great Wired1!

I created two extra profile pages. How would i go about creating the second dropdown? for my 2nd extra profile page

Wired1 01-04-2009 01:44 AM

You'd have to modify the names of all of the variables and template names (e.g. add a 2 at the end). However, I have seen posts where people have issues when more than one plugin uses the same hook to display data, so I don't know if this would work or not.

japancars 01-04-2009 10:53 AM

I like that mod! Exactly what i'am searching...

But i have still one Problem. I use this to display different mods of the User Cars. Some fields have multirows. How can i display them correctly? In the picture you can see what i mean. The width of the table is to high...

http://img397.imageshack.us/img397/2145/problemfr7.jpg


All times are GMT. The time now is 12:42 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.01679 seconds
  • Memory Usage 1,838KB
  • 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
  • (3)bbcode_html_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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