The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Refer to Friend v1.0 Details »» | |||||||||||||||||||||||||
This was coded by Erwin for 3.07
https://vborg.vbsupport.ru/showthread.php?t=59708 i have ported for 3.5.x thnkx for Erwin for this g8 hack Installation is easy read the readme file in navbar template put this code somewhere HTML Code:
<a href="sendmessage.php?do=sendtofriend&refer=1 ">Refer to Friend</a> Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
HTML Code:
<td class="alt1" valign="top"><b>Message:</b></td> <td class="alt1"><textarea name="emailmessage" rows="10" cols="50">I thought you might be interested in joining me at $vboptions[bbtitle]! Click here to check it out: $vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid] HTML Code:
<td class="alt1" valign="top"><b>Message:</b></td> <td class="alt1"><textarea name="emailmessage" rows="10" cols="30">I thought you might be interested in joining me at $vboptions[bbtitle]! Click here to check it out: $vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid] |
#23
|
||||
|
||||
I tried that and it still the same.
|
#24
|
|||
|
|||
Quote:
PHP Code:
|
#25
|
|||
|
|||
Quote:
Just quote what you wanted changed, and a little definition of what you wanted it to look like, and I could work from there. |
#26
|
||||
|
||||
Look at this image...
http://img67.imageshack.us/img67/1696/probfr5qp.jpg It's looking kinda messed up because of my skin as it is modified differently. You see, that blank black bg thingy is messing up with the skin... |
#27
|
|||
|
|||
In Template refertofriend
Replace: PHP Code:
PHP Code:
http://fortsask.be/sendmessage.php?d...friend&refer=1 Hint: To remove the mini borders, just excange the 1's to 0's and they will be gone. |
#28
|
||||
|
||||
Nevermind...
Thanks! |
#29
|
||||
|
||||
Yeah it's working now. Thank you.
|
#30
|
|||
|
|||
No Problem, Just glad to help.
|
#31
|
|||
|
|||
sorry i didnt like your template very much so i changed it a little hope you dont mind in case anyone else wants teh same template as me
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - Refer $vboptions[bbtitle] to a Friend</title> </head> <body> $header <if condition="$navbar">$navbar<else /><br /><br /></if> <form action="sendmessage.php" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"> <b>Refer $vboptions[bbtitle] to a Friend</b> </td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>Your Friends Details</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td> <b>Send To (Person's Name):</b><br /> <input type="text" class="bginput" name="sendtoname" size="50" maxlength="75" /> </td> </tr> <tr> <td> <b>Send To (Email Address):</b><br /> <input type="text" class="bginput" name="sendtoemail" size="50" maxlength="100" /> </td> </tr> <tr> <td> <b>Subject:</b><br /> <input type="text" class="bginput" name="emailsubject" value="Join me at this website!" size="50" maxlength="100" /> </td> </tr> </table> </fieldset> <div class="fieldset"> $vbphrase[message]:<br /> <textarea name="emailmessage" rows="10" cols="50" wrap="virtual" style="width:$stylevar[messagewidth]">I thought you might be interested in joining me at $vboptions[bbtitle]! Click here to check it out: $vboptions[bburl]/index.php?referrerid=$bbuserinfo[userid] From, $bbuserinfo[username] </textarea> </div> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="Send Email Now!" accesskey="s" /> <input type="hidden" name="t" value="$threadid" /> <input type="hidden" name="url" value="$url" /> <input type="hidden" name="refer" value="1" /> <input type="hidden" name="do" value="dosendtofriend" /> </div> </td> </tr> </table> </form> $footer </body> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|