Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2009, 09:15 PM
turtile turtile is offline
 
Join Date: Apr 2009
Location: Delaware
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help - Just got vBulletin

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
Reply With Quote
  #2  
Old 07-16-2009, 10:29 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by turtile View Post
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
Quote:
Originally Posted by turtile View Post
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
Quote:
Originally Posted by turtile View Post
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
Reply With Quote
  #3  
Old 07-17-2009, 01:09 AM
turtile turtile is offline
 
Join Date: Apr 2009
Location: Delaware
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
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?

Quote:
Originally Posted by Redlinemotorsports View Post
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?
Reply With Quote
  #4  
Old 07-17-2009, 01:22 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 07-17-2009, 01:36 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #6  
Old 07-17-2009, 01:47 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's why i gave him the link to the guide lynne.
Reply With Quote
  #7  
Old 07-17-2009, 02:00 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #8  
Old 07-17-2009, 02:03 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
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...
Reply With Quote
  #9  
Old 07-18-2009, 02:19 AM
turtile turtile is offline
 
Join Date: Apr 2009
Location: Delaware
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Code:
					<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>
Reply With Quote
  #10  
Old 07-18-2009, 01:43 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the "& 1" and "& 2"? That is more than likely why your code isn't working
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 01:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08117 seconds
  • Memory Usage 2,264KB
  • Queries Executed 13 (?)
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
  • (1)bbcode_code
  • (6)bbcode_quote
  • (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
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete