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)

MarkoXaser 05-24-2008 07:50 AM

Quote:

Originally Posted by Wired1 (Post 1529782)
Are you using the Manual or Automatic one? Are the fields filled in?

manual and i've put the fileds in..... :(

Wired1 05-24-2008 08:08 AM

Well, seeing your forum, looks like you have a different mod installed that has profile fields in the post header. That may be interferring. Disable it, and see if it works.

Also, try the automatic dropdown.

MarkoXaser 05-24-2008 08:10 AM

ehmmm....different mod? i don't understand....i create a user with admin power and send a pm?

Wired1 05-24-2008 08:13 AM

Quote:

Originally Posted by MarkoXaser (Post 1529802)
ehmmm....different mod? i don't understand....i create a user with admin power and send a pm?

NO. NO. NO. NO. NO.

Disable ALL Products / Plugins except for this one, see if it works.

You sent me a link to a forum earlier. That is the one I am talking about, it has profile fields in the post header. Do you have more than one forum?

MarkoXaser 05-24-2008 08:13 AM

i try to remove this...but nothing is changed

http://www.justoverclock.net/out.php...nzatitolo1.jpg

Wired1 05-24-2008 08:14 AM

You tried, or you did?

KHALIK 05-24-2008 08:14 AM

OK,

1) Installed the mod, perfectly.

2) searched under current style "dropdown_title" and manage to find.. Dropdown Information - Manual Template.


3) Edited that template " Dropdown Information - Manual Template" to the following;

Quote:

<!-- 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 $vbphrase[dropdown_title]</td>
</tr>

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

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

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

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

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

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

4) Saved template



The drop down under postbit does not appear :( what am I doing wrong?

MarkoXaser 05-24-2008 08:16 AM

i remove and nothig appear....

Wired1 05-24-2008 08:17 AM

Marko, Khalik:

Go to Dropdown Call Template.

Find and remove these 2 lines:
Code:

<if condition="$post['field5']">
</if>


MarkoXaser 05-24-2008 08:21 AM

Yeaaaaaaaaaaaahhh!!!! Woooorksssssss


All times are GMT. The time now is 11:24 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.01271 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)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