The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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? |
#2
|
||||
|
||||
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
|
#3
|
||||
|
||||
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 |
#4
|
||||
|
||||
In the userfield_select template, change this line:
HTML Code:
<div class="field-desc">{{vb:raw profilefield.description}</div> HTML Code:
<div class="field-desc">{vb:raw profilefield.description}</div> |
#5
|
||||
|
||||
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 |
#6
|
||||
|
||||
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? |
#7
|
||||
|
||||
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? |
#8
|
||||
|
||||
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}" /> Code:
style="height:auto!important;" 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 |
#9
|
||||
|
||||
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 |
#10
|
||||
|
||||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|