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)

Wired1 01-04-2009 06:19 PM

What format are those profile fields?

japancars 01-04-2009 07:58 PM

In German Mehrzeiliges Textfeld.

It is for a few rows. 500 signs and 5 rows.
So not the single row textfield.

Wired1 01-04-2009 09:19 PM

Multiline text fields. looks like vB's dropdown implementation code doesn't take into account line breaks. Problem's with their code, out of my hands.

japancars 01-05-2009 09:15 AM

is it not possible to write something like max 70% in your mod? For the table width?

Wired1 01-05-2009 11:47 PM

You could, however that doesn't fix the actual problem. This wouldn't wrap the lines at the end of the actual line breaks, just at the max width set. Also, "max-width" is implemented differently in each web browser, so you'd have to work in other code depending on the browser.

Just re-looked over the code, and if the dropdown code was completely rewritten, and the end lines were parsed out beforehand, it could be done, but I don't have the time to rewrite their code to suit my needs. I'll just wait until vB 4.0 or whatever :)

Arachnophiles 01-09-2009 12:29 AM

In the old version of this mod (v2.1.1) I was able to contain the dropdown width using the following code for each posbit entry. Not ideal, but it did the trick:
Code:

<if condition="$post['field13']">
                <tr><td class="alt2" width="670px"><b>Field Desc:</b> $post[field13]</td></tr>
        </if>


However, now installed mod v3.0.1 with vB3.8 and it doesn't seem to work :( Any ideas?

Edit: apepars to be fine when viewing in IE, however Firefox stretches off the page.

Saviour 01-10-2009 06:46 PM

Will this mod work with 3.8? I currently have it installed, but it only installed one version...not two. No telling if the version installed is manual or automatic.

Will uninstall until a version for 3.8 is available...

Wired1 01-15-2009 10:43 PM

Tested it with one of the betas a while ago and didn't see any issues. Planning on testing it out this weekend.

Saviour 01-20-2009 02:44 PM

Well...

What did ya come up with Wired? I had this mod installed with my previous version of vB, but now...with 3.8...it no workie.

Members are really looking forward to having this back, my friend.

Keep us posted, please...

cdnbacon 01-29-2009 08:50 AM

We're using the manual approach and it's working fine within vBulletin 3.8.0.

Wired1, is there absolutely no tiny chance to make the dropdown appear properly on quickreply? I'd actually be willing to donate if this could be fixed... stuff like this drives me nuts. :D

Let me know.


All times are GMT. The time now is 03:44 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.01204 seconds
  • Memory Usage 1,731KB
  • 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
  • (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