vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   2 Questions for 3.6.5 (https://vborg.vbsupport.ru/showthread.php?t=142693)

captainron19 03-21-2007 12:10 PM

2 Questions for 3.6.5
 
Setting up a new board system this week and cant remember two things that I did on my original board.

1. I like to have the "remember Me" checked and i have it set to check as default on the login info at the top right of page.....where do i find the area I need to edit to have it checked when someone logs in vis the error page (say for instance if they try to post without being logged in, they are taken to a page to login)

2. How do I add custom fields to the profile that members can fill out during the registration process?

Thanks in advance

TheMilkCarton 03-21-2007 01:57 PM

1. Navbar template:
Code:

<input type="checkbox" name="cookieuser" value="1" checked="checked" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]
add the red. Nvm.. didn't read your 1st question fully.. :(

STANDARD_ERROR_LOGIN:
Code:

<input type="checkbox" checked="checked" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" />$vbphrase[remember_me]</label>
2. In "User Profile Fields" in the AdminCP select whatever type of box, fill out the info, and in the "Field Required" section choose "No, but display at registration" (I'm assuming that's what you want since you said "can fill out" not "must fill out" :))

captainron19 03-21-2007 01:59 PM

Got it - thanks


All times are GMT. The time now is 08:20 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.00981 seconds
  • Memory Usage 1,710KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete