View Full Version : Help - Just got vBulletin
turtile
07-16-2009, 09:15 PM
I just installed vBulletin and I'm having trouble finding out how to do simple things. The manual isn't helping at all since it navigates just like the control panel.
So here are my first batch of questions:
How do you allow the user data to show on every post? (such as Location: Delaware) Is there anyway you can make a certain field required?
How can I change the size limit of an avatar? Under the Avatar bar, there is no option to do this and I had someone else sign up who was unable to add an avatar even though it is turned on.
Where is the template for editing? Under cpstyles, the html files are blank - all that I see are the images.
Thanks
HMBeaty
07-16-2009, 10:29 PM
How do you allow the user data to show on every post? (such as Location: Delaware) Is there anyway you can make a certain field required?
AdminCP > User Profile Fields > User Profile Field Manager > Edit each one to your liking
How can I change the size limit of an avatar? Under the Avatar bar, there is no option to do this and I had someone else sign up who was unable to add an avatar even though it is turned on.
AdminCP > Usergroups > Usergroup Manager
Where is the template for editing? Under cpstyles, the html files are blank - all that I see are the images.
AdminCP > Styles & Templates > Style Manager > Edit Templates
turtile
07-17-2009, 01:09 AM
AdminCP > User Profile Fields > User Profile Field Manager > Edit each one to your liking
I still can't figure out how to make the fields display when someone posts. Only location shows up. How do get another field such as real name to show up as it does on this forum?
AdminCP > Styles & Templates > Style Manager > Edit Templates
Is there a guide here that shows the actual template that is edited?
Thanks!
Why would be the reason that my quick reply box won't work?
snakes1100
07-17-2009, 01:22 AM
postbit or postbit_legacy, depends on what layout your using, user info across the top of the post or down the left side.
http://www.vbulletin.com/forum/showthread.php?t=108785
Lynne
07-17-2009, 01:36 AM
The real name field here is an added User Profile Field - it isn't a default vbulletin field. You would have to create that User Profile Field (see the manual in my sig) and then add it to the template (search "profile*" in "articles" "titles only" and you'll find an article on how to do that).
snakes1100
07-17-2009, 01:47 AM
That's why i gave him the link to the guide lynne. ;)
Lynne
07-17-2009, 02:00 AM
Ah, I didn't check the link cuz it's too painful to check all the links when you are stuck on dial-up (which is what I am stuck on while up here).
snakes1100
07-17-2009, 02:03 AM
Ah, I didn't check the link cuz it's too painful to check all the links when you are stuck on dial-up (which is what I am stuck on while up here).
lmfao, you have to be in the sticks on vac... :eek:
turtile
07-18-2009, 02:19 AM
Thanks for the help.
For some reason, the code does not work. I tried a couple different ways. The only thing that shows up is the data from field 5. I added the other code (not in the example) to try to make the field name (Zone) show up but its not doing anything.
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post['field5'] & 1"><div>$vbphrase[zone]
$post[field5]</div>
</if>
<if condition="$post['field7'] & 2">
$post[field7]
</if>
HMBeaty
07-18-2009, 01:43 PM
What is the "& 1" and "& 2"? That is more than likely why your code isn't working
Lynne
07-18-2009, 02:59 PM
The &1 and &2 have to do if you are using a multiple-choice profile field and are interested in the first answer or second answer (&4 would be third answer, etc.). Are you? If not, you would not put that in there - follow the first post in that link Anthony posted.
HMBeaty
07-18-2009, 03:26 PM
The &1 and &2 have to do if you are using a multiple-choice profile field and are interested in the first answer or second answer (&4 would be third answer, etc.).
Ah, thank you Lynne. I always did mine a little different
Lynne
07-18-2009, 03:34 PM
Ah, thank you Lynne. I always did mine a little different
You probably aren't thinking of the same thing then because as far as I know, that is the only way to do it if you have a multi-choice selection field where they may select several options (not a single-selectable option field).
turtile
07-19-2009, 01:02 AM
Thanks, I got the fields to work. I couldn't figure out why the word "Zone" and "Real Name" didn't show so I added the & 1 etc. even though I thought it wasn't right. I just noticed that you had to actually right it in (figured it the field name and data would show).
Since I installed the forum, the quick reply box hasn't worked. Does anyone know why this is?
HMBeaty
07-19-2009, 03:32 AM
Did you enable it?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.