The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Introduction Threads
YO!
I am just working on my forum now and I am sick of having people posting introductions that simply consist of "Hi!" and with varying and untidy thread titles, so.... I was wondering if someone could knock the following up for me. Basically what I would like to do is make it so that the intro's forum is different from the others. You would click on "New Thread" where you would be presented with a form. No subject box as that would be constant for all the intro's, something you could change in the CP maybe. Then they type in their personal hi message, and along with that details from their profile are pulled up and entered into the thread when they submit. Anyone up for trying this? |
#2
|
||||
|
||||
Oh and I would really like the thread title to be something like :
$username's Introduction |
#3
|
||||
|
||||
I am fairly new at php, but me and a friend shall try and have a go...
If we dont reply, its because weve either killed each other in fury, or because someone else does Satan |
#4
|
||||
|
||||
lol - Thanks
|
#5
|
||||
|
||||
not tested but should work:
1- Edit newthread.php, find -- cut -- $subject=censortext($subject); -- cut -- 2- After that ADD: -- cut -- if ($foruminfo[forumid]==X) {$subject="Introduction of ".$bbuserinfo['username'];} -- cut -- Replace X with the forumid of your intro forum.. Enjoy! Logician |
#6
|
|||
|
|||
can u have multiple forums ?
e.g if ($foruminfo[forumid]==3,6,9) ? |
#7
|
||||
|
||||
Quote:
if (($foruminfo[forumid]==X) OR ($foruminfo[forumid]==Y) OR ($foruminfo[forumid]==Z)) {$subject="Introduction of ".$bbuserinfo['username'];} Enjoy.. |
#8
|
|||
|
|||
does any1 actully have a demo thread ov this seems a cool hack
|
#9
|
||||
|
||||
Quote:
Dream a forum in which subjects of all threads are in this context: "Introduction of Logician" "Introduction of Crazy Mofo" "Introduction of hellsatan" "Introduction of Matt" etc.. |
#10
|
|||
|
|||
And what will actull post or does the user have too post?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|