vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Additional Section within Profile and Dropdown within Posts (https://vborg.vbsupport.ru/showthread.php?t=98753)

Wired1 01-06-2006 02:18 AM

Quote:

Originally Posted by 1996 328ti
Is there a way to make one line taller?
For instance, my modification line doesn't fit all of the information.

The actual code for the dropdown is a function done by vBulletin. Example code from my hack for a field within the dropdown:
Code:

<tr><td class="vbmenu_option">$post[field6]</td></tr>
The class made by vBulletin may override this, but try:

Code:

<tr><td class="vbmenu_option" width="100">$post[field6]</td></tr>

May want to try having multiple Modification fields (e.g. I've got HDD 1, HDD 2, etc. on mine). Don't know much about cars (although Need For Speed: Most Wanted rocks), but you may also want to try fields like Rims, spoiler, body kit, etc. for example. (yeah, I'm just pulling stuff I've seen in NFS:MW, Rides, and Overhaulin'). Ask the forum members for suggestions. The posters of my site helped tweak the fields, and it's become a more effective tool because of them.

steven s 01-06-2006 02:47 AM

Quote:

Originally Posted by Wired1
May want to try having multiple Modification fields (e.g. I've got HDD 1, HDD 2, etc. on mine).

Actually height is the problem. I tried width="100" height="24". vB still uses the class. I think a workaround will be to limit the content of each line but have additional lines. What I really want is for it to wordwrap and make the field bigger.

Wired1 01-06-2006 03:25 AM

Quote:

Originally Posted by 1996 328ti
Actually height is the problem. I tried width="100" height="24". vB still uses the class. I think a workaround will be to limit the content of each line but have additional lines. What I really want is for it to wordwrap and make the field bigger.

Was hoping the width would override the class. bah. There may be some other way to do it by overriding the CSS for just that one area, I'll have to poke around. In the meantime, try:

Code:

<tr><td class="vbmenu_option" word-wrap:break-word>$post[field6]</td></tr>

steven s 01-06-2006 11:49 AM

Quote:

Originally Posted by Wired1
Was hoping the width would override the class. bah. There may be some other way to do it by overriding the CSS for just that one area, I'll have to poke around. In the meantime, try:

Code:

<tr><td class="vbmenu_option" word-wrap:break-word>$post[field6]</td></tr>

Nah. Didn't work. I think the trick is to create a new class just for the one line.
I'm also taking suggestions from my members. Maybe multiple fields is the answer.

Great mod! :)

Wired1 01-06-2006 11:57 AM

Not too knowledgeable with CSS, but I believe there are ways to inherit them, and then override parts of them. Gonna bug some people today about it.

I'm partial to multiple fields though. I've got 10 or so on mine, and helps us a lot.

pipin 01-21-2006 09:31 AM

I will bring it to our forums this weekend, just curios how the users will accept it.

btw my solution looks like this:

http://home.arcor.de/jensgessner/system2.jpg


would be interestest in other examples.

htscpl 01-30-2006 02:44 AM

Thanks been looking for this since I upgraded to 3.53

** clicks installs **

:D

eNforce 02-02-2006 12:02 AM

Quote:

Originally Posted by Wired1
Not too knowledgeable with CSS, but I believe there are ways to inherit them, and then override parts of them. Gonna bug some people today about it.

Find anything on this?

Wired1 02-02-2006 01:32 AM

nothing that worked.

eNforce 02-04-2006 08:57 PM

Quote:

Originally Posted by Wired1
nothing that worked.

Okay, how about a text only drop down thing, like the Quick Links in navbar?


All times are GMT. The time now is 08:06 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.01806 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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