Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Redirect New Members to Post Introduction Thread Details »»
Redirect New Members to Post Introduction Thread
Version: 1.00, by Velocd Velocd is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-05-2002 Last Update: Never Installs: 9
 
No support by the author.

Redirect New Members to Post Introduction Thread
V1.0 | Tested on Vbulletin 2.2.4, 2.2.5 | By Velocd

-----------------------------------------------------------------

Whats is it?
This hack will redirect new registered members, after they have filled their information out, to the introduction forums new thread posting screen. Here they can create their first post, and then submit it.

Why Should I care?
For one, this will partially guarantee all members having a post count of at least 1 ^_^

But more importantly, members will integrate more easily into the forums, and will be eager to read all replies to their introduction thread. Then they will feel more welcomed, and thus begin to post more on themselves.

The only drawback:
If you're using email verification, this hack will not work I didn't have the time tonight to figure out how to make it compatible with email verification, but maybe later I can figure it out (unless somebody beats me to it )

Hope you enjoy it!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-06-2002, 07:38 AM
DWZ's Avatar
DWZ DWZ is offline
 
Join Date: Dec 2001
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Velocd
Demo or Screenshots?
None really, unless you want to register at my forums to get a live example. ^_^
oh, what the hell

BTW, this is what they see after clicking "submit" on the register page. You are just redirected to the "make new thread" page in the into forum...
  #3  
Old 05-06-2002, 07:39 AM
RDX1 RDX1 is offline
 
Join Date: Apr 2002
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sounds like great idea

why not have it so it redirects on activation?
  #4  
Old 05-06-2002, 07:50 AM
inetd inetd is offline
 
Join Date: Nov 2001
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want: redirect new members to introduction thread... But not post.
  #5  
Old 05-06-2002, 12:26 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NerdNations
sounds like great idea


why not have it so it redirects on activation?
It is redirecting upon activation, ofcourse I don't use email-verification on my forums so it seems that way.

Try using this then:

Place:
PHP Code:
$goto="newthread.php?s=$session[sessionhash]&action=newthread&forumid=29";
  eval(
"standardredirect(\"".gettemplate("redirect_introduction")."\",\"$goto\");"); 
Somewhere in the activation part, in register.php. Like search for

PHP Code:
// Already activated
      
eval("standarderror(\"".gettemplate("error_activate_wrongusergroup")."\");");
      exit; 
  }

And put it on the line below the last closing bracket.

This is not tested since I don't use email verification, but you can try yourself.

Quote:
Originally posted by inetd
I want: redirect new members to introduction thread... But not post.
Thats easy enough, just replace this line here:
PHP Code:
$goto="newthread.php?s=$session[sessionhash]&action=newthread&forumid=29"
With this:
PHP Code:
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=29"
And replace "29" with whatever the forum ID number is.
  #6  
Old 05-06-2002, 06:31 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is what I was looking for too '
Maybe your update can have a Admin Control Panel option, so you can let the admin choose to either make a new post, or redirect to a post (give number) ? Would make your hack complete!
  #7  
Old 05-06-2002, 07:55 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea ^_^
I'll think about it when I get home tonight.
  #8  
Old 05-07-2002, 06:44 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool!
  #9  
Old 05-07-2002, 06:23 PM
Psychdrone Psychdrone is offline
 
Join Date: Nov 2001
Posts: 525
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That would be cool if someone could make this work with emailnotification!
  #10  
Old 05-07-2002, 08:56 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try my version above, in post #5. It may work, but (whenever I get the time :/) I'll test it out and update the TXT.
Closed Thread


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:06 PM.


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.04393 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (9)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_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