vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help - Just got vBulletin (https://vborg.vbsupport.ru/showthread.php?t=218761)

turtile 07-16-2009 09:15 PM

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

HMBeaty 07-16-2009 10:29 PM

Quote:

Originally Posted by turtile (Post 1850173)
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 (Post 1850173)
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 (Post 1850173)
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

Quote:

Originally Posted by Redlinemotorsports (Post 1850200)
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 (Post 1850200)
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

Quote:

Originally Posted by Lynne (Post 1850290)
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.

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>


HMBeaty 07-18-2009 01:43 PM

What is the "& 1" and "& 2"? That is more than likely why your code isn't working


All times are GMT. The time now is 12:19 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.01238 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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