vb.org Archive

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

Kevin104 08-21-2002 06:08 PM

2 Profile Questions
 
1) I want to have the a profile field from the profile show up when the person posts. It's a cell phone website and the users enter their phone model into a custom profile field. I just thought it would be nice to show that info when they post in the forums.

2) How can I turn off "default email notification"? By default it's on, I want it off.

Thanks for any and all help that can be given.

-Kevin

Xenon 08-21-2002 08:26 PM

add $post[fieldx] in your postbit-template

replace x with fieldid of the cell field

Kevin104 08-21-2002 09:17 PM

Thanks, it worked perfectly. :)

Now if someone knows how to make email notification off by default I would be happier than ever. :)

g-force2k2 08-22-2002 01:35 AM

open registeradult & registercoppa and in both templates find:

PHP Code:

    <td bgcolor="{secondaltcolor}"><normalfont>
        <
input type="radio" name="emailnotification" value="yes" checkedyes
        
<input type="radio" name="emailnotification" value="no" no
    
</normalfont></td

and replace them both with:

PHP Code:

    <td bgcolor="{secondaltcolor}"><normalfont>
        <
input type="radio" name="emailnotification" value="yes"yes
        
<input type="radio" name="emailnotification" value="no" checkedno
    
</normalfont></td

Regards hope that helps Kevin104 :)

g-force2k2

Kevin104 08-22-2002 01:49 AM

Thanks a ton! It worked like a charm. I'm still new to vBB so I'm sure I'll be bugging you guys with questions again. ;)

g-force2k2 08-22-2002 04:01 AM

hey Kevin104 no prob man no prob... if you need any assistance you can pm me too if needed ;) be seeing you around :)

g-force2k2


All times are GMT. The time now is 04:00 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.01095 seconds
  • Memory Usage 1,721KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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