Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-21-2013, 08:31 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default field description has a { in it

When making a field with several selections field height is to small and a { in placed in front of field description

Admin here told me look at VBIV-6909 and provided a link to fix this known issue.
But the link was lost due to having to sign-in

Went to vbulletin support to resolve the issue they don't have a clue what she was talking about.

So, what's the answer for a layman

I tried to hire someone that has done over 400 vbulletin ver 4 sites and this is his response:

I'm sorry but I don't work with vBulletin 5 yet. It's unstable. You will rarely find a large forum or even an active forum that is using vb5. Except vbulletin official forum because they need to market the vb5.

If you're planning to continue with vbulletin 5, you may try other contractors

I'm sorry about that..

And also, there are forum functions that are not yet available to vbulletin 5.
My client who used vbulletin 5 lost some members because there are random issues, like unable to post, sometimes showing blank pages, etc..



So what do I do ask for a REFUND or will someone help with a decent answer?
Reply With Quote
  #2  
Old 09-22-2013, 08:43 AM
marco_kellershoff's Avatar
marco_kellershoff marco_kellershoff is offline
 
Join Date: Sep 2013
Location: Cologne
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would try to help you, but I'm afraid to tell you that I do not understand what problem you are facing. Possibly its just a lack of punctuation, but it's really hard to guess what you mean. Please be so kind and take your time to write down what you want and try to respect some basic punctuation rules
Reply With Quote
  #3  
Old 09-22-2013, 10:11 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've tried to tell you before but you refuse to allow me to email you using outlook so I can attach a picture. I've explained before I do not have the basic skills on uploading (insert) images for all to see by putting a url address. Heck I can not even figure out how to get a htm file uploaded to my server to show the pictures in it. even after uploading the pictures there too.

Anyway if you really wanna help please provide me with your email address if not...
Thanks and Thank you for posting
Happy coding

Would love to see your fix the problem and post the picture here
Reply With Quote
  #4  
Old 09-22-2013, 03:12 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the userfield_select template, change this line:
HTML Code:
<div class="field-desc">{{vb:raw profilefield.description}</div>
to this:
HTML Code:
<div class="field-desc">{vb:raw profilefield.description}</div>
Reply With Quote
  #5  
Old 09-22-2013, 09:38 PM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lynne your solution worked.
Logged into vbulletin admin control panel went to Styles & Templates than Style Manager and found userfield_select and deleted one of the { again thanks!

Now if you can tell how to fix the Single-Selection Menu display height so I can see what's in the
box I could rest a little easier
Reply With Quote
  #6  
Old 09-22-2013, 11:25 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You know, are you sure you aren't the only one having an issue with the menu display height? Have you tried logging in and viewing the page from someone else's computer? The reason I ask is because it looks totally fine to me in Chrome, firefox, Safari, and even Opera. See this image from my totally default style (except I removed the { when testing to give you the solution)

Firefox:


Safari:


I could take an image using every browser, but they would all look exactly the same. So, have you changed something either in your browsers or on your site?
Attached Images
File Type: png Screen Shot 2013-09-22 at 5.21.27 PM.png (29.5 KB, 0 views)
File Type: png Screen Shot 2013-09-22 at 5.23.32 PM.png (18.2 KB, 0 views)
Reply With Quote
  #7  
Old 09-23-2013, 12:19 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why is yours o.k.
My brain hurts




--------------- Added [DATE]1379905794[/DATE] at [TIME]1379905794[/TIME] ---------------

What version are you testing with?
I'm running



Made the mistake of trying to log onto site in chrome using https://website.com instead of http://website.com
Logging onto website in Chrome using http no error messages and everything loads ok
How do we fix Field Height Problem?
Feel free to look at website it may help us?
Reply With Quote
  #8  
Old 09-23-2013, 12:29 PM
marco_kellershoff's Avatar
marco_kellershoff marco_kellershoff is offline
 
Join Date: Sep 2013
Location: Cologne
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's more a quick hack than a good solution, but it should work:

AdminCP -> Styles & Templates -> .. choose your template .. -> Edit Templates (from Dropdown) -> User Profile Field Templates (doubleclick) -> userfield_textbox (doubleclick)

Yours should read something like this:
Code:
<input type="text" class="textbox" name="userfield[{vb:raw profilefieldname}]" id="cfield_{vb:raw profilefield.profilefieldid}" value="{vb:raw profilefield.currentvalue}" maxlength="{vb:raw profilefield.maxlength}" />
just add the following to it:
Code:
style="height:auto!important;"
So in the end it should look something like this:
Code:
<input type="text" class="textbox" name="userfield[{vb:raw profilefieldname}]" id="cfield_{vb:raw profilefield.profilefieldid}" value="{vb:raw profilefield.currentvalue}" maxlength="{vb:raw profilefield.maxlength}" style="height:auto!important;" />

Keep us posted if it worked for you
Reply With Quote
  #9  
Old 09-24-2013, 02:58 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool your solution made the field height in User Register -> Additional Information field height about half the height of vBulletin User Register Fields for email address fields and did not effect those. It also did not have any effect on the Single - Selection Menu in Additional Information.


vBulletin seems to have a center and field height problem in other parts of their program too.

Note on my User Profile Page the centering problem



vBulletin Forum Register Page has the same problem

Reply With Quote
  #10  
Old 09-24-2013, 05:54 AM
marco_kellershoff's Avatar
marco_kellershoff marco_kellershoff is offline
 
Join Date: Sep 2013
Location: Cologne
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't have time for this bouncing question and answer stuff - PM me your accessdata to your admincp and I'll fix this for you.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:53 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.06030 seconds
  • Memory Usage 2,288KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete