Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-17-2003, 12:16 AM
Xube's Avatar
Xube Xube is offline
 
Join Date: Nov 2001
Location: private
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default You *WILL* Remember my Name....

:banana: Can someone create a hack that puts a....

[_] Remember username/password checkbox

...thing just under the log in username/password name input box on the main index page the vBulletin board... (I was just told it will be a standard feature of vB 3.0 .0) Can I get some coding that can make this feature on my board now?
Quote:
vBulletin Threadlink

That's a vB3 feature. Adding this to 2.3.0 requires hacking. You can ask over at vbulletin.org.
  • ~~ Steve Machol, vBulletin Design Team
...seems like just a couple of simple lines of code, has anyone done this?
Reply With Quote
  #2  
Old 06-17-2003, 12:18 AM
Xube's Avatar
Xube Xube is offline
 
Join Date: Nov 2001
Location: private
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To see an exact example of what I'm talking about please look here:

vBulletin.com main board page

.... at the top of that page of vB 3.0.0. (I guess the only way you will be able to see it is if you haven't already set your prefs to automatically log you on when you go over and visit vBulletin.com) right under the Username/Password login boxes is a 3rd small box that you can check if you want your logon to be automatic on visits.

:tired: Is this a doable here in 2.3.0?
Reply With Quote
  #3  
Old 06-17-2003, 12:48 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This will require a change of the way vB2 saves its cookies I suspect as the info has to be posted from the cookie into the form - it's not just a simple addition of a couple of lines. Use Netscape - it does this automatically. Or in vB2, just get your users to enable remember username and password in their User CP options. Or upgrade to vB3.
Reply With Quote
  #4  
Old 06-17-2003, 02:37 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya, I'd like to see this too, even though when using Mozilla its saves your username and password automatically.
Reply With Quote
  #5  
Old 06-17-2003, 03:42 PM
Xube's Avatar
Xube Xube is offline
 
Join Date: Nov 2001
Location: private
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 02:48 AM Erwin said this in Post #3
This will require a change of the way vB2 saves its cookies I suspect as the info has to be posted from the cookie into the form - it's not just a simple addition of a couple of lines.

Awwwlll.

Ok, then I would like to request that one of the smart programming guys here at the board come up with some way to do this? If it's not simple, I'd never figure out how to do this myself.

:banana: We could all use this, can someone come up with a hack?


:bunny:
Reply With Quote
  #6  
Old 06-17-2003, 09:43 PM
Xube's Avatar
Xube Xube is offline
 
Join Date: Nov 2001
Location: private
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, here's the coding on a 2.3.0 vBulletin board when you are making the cookie/remember change using your user control panel...
(it uses 2 radio buttons for input...)

Code:

 <td bgcolor="#DDDDDD">
<font face="verdana, arial, helvetica" size="2" >
		
<input type="radio" name="cookieuser" value="yes" checked> yes
		
<input type="radio" name="cookieuser" value="no"> no
	
</font></td>



and here's the code over on vBulletin 3.0.0
(It uses a single checkbox input.....)

Code:

<label for="cb_cookieuser_navbar"> 

<input type="checkbox" name="cookieuser" 
value="1" id="cb_cookieuser_navbar" accesskey="c" 
tabindex="3" checked="checked" />

Remember username/password?</label>

Hmmm, so they are both referencing the cookieuser variable.
Reply With Quote
  #7  
Old 06-18-2003, 06:50 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are posting HTML. The cookie is made using a PHP function.
Reply With Quote
  #8  
Old 06-18-2003, 07:03 PM
Xube's Avatar
Xube Xube is offline
 
Join Date: Nov 2001
Location: private
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 08:50 AM Erwin said this in Post #7
You are posting HTML. The cookie is made using a PHP function.

Erwin, do you know where I would find this info? (where would the cookie references be... if they are not somewhere near the info input areas on the board?) The stuff I posted is what is in the code on the boards in the area displaying the feature I'd like to get hacked in.

Can someone with php knowledge please create this hack? Seems like there are a number of us who want it.
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 10:06 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.04616 seconds
  • Memory Usage 2,231KB
  • Queries Executed 11 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete