The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
Quote:
|
#33
|
||||
|
||||
Quote:
Code:
<?php require('./global.php'); $contribreport=mysql_query("SELECT userid,username,contrib FROM user WHERE contrib='1' ORDER BY userid"); while(list($userid,$username,$contrib)=mysql_fetch_row($contribreport)){ ?> <table width='98%' border='0' cellspacing='1' cellpadding='0' align='center'> <tr> <td align='center' width='100%'><a target='_blank' href='../forums/member.php?u=<? echo"$userid"; ?>'><font size='1' face='Verdana'><? echo" $username"; ?></font></a></td> </tr> <? } ?> |
#34
|
||||
|
||||
Contributor Page:
Upload contributors.php and upload it to your forums root directory Add the template 'CONTRIBUTORS' Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - $vbphrase[contribs]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>$vbphrase[contribs] </td> </tr> </thead> <tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]"> <tr valign="top"> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>$vbphrase[contribs]</legend> <div style="padding:$stylevar[formspacer]px"> <div>$contrib_bit</div> </div> </fieldset> </div> </div> </td> </tr> </tbody> </table> $footer </body> </html> Code:
<a href="member.php?$session[sessionurl]userid=$contributors[userid]">$contributors[username]</a> <br /> Find: Code:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> Code:
<a href="contributors.php">Contributors</a> - Quote:
|
#35
|
||||
|
||||
Excellent addition, Steve! Good work!
|
#36
|
||||
|
||||
Quote:
I changed a few things: http://www.gzhq.net/forums/contributors.php |
#37
|
||||
|
||||
Quote:
|
#38
|
||||
|
||||
Quote:
Template: CONTRIBUTORS (in this template is Yoursite.com and Youremail@Yoursite.com) *fill in your info. Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - Contributors</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>$vbphrase[contribs] </td> </tr> </thead> <tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]"> <tr valign="top"> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>$vbphrase[contribs]</legend> <div style="padding:$stylevar[formspacer]px"> <div><p align="center">Yoursite.com would like to extend its thanks to the following individuals who have helped us pay back some of our debts and expenses over the years. Yoursite.com is currently fueled only by such notable individuals at those that follow, and it is they who help us keep this site online. If you are interested in donating to Yoursite.com, please use Paypal and this <a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=Youremail@Yoursite.com&item_name=Donation%20to%20Yoursite.com&item_number=Donation&no_shipping=1">link</A>. <br> <br> <b><font size="5">The People Making Yoursite.com Possible</font></b></p></div> <div><center>$contrib_bit</center><br></div> </div> </fieldset> </div> </div> </td> </tr> </tbody> </table> $footer </body> </html> Code:
<a target="_blank" href="member.php?$session[sessionurl]userid=$contributors[userid]">$contributors[username]</a> <br /> Code:
<img border="0" src="$stylevar[imgdir_misc]/donate.gif" alt="Yoursite.com Contributors !!!" width="16" height="16"> Contributors VBroot/images/misc |
#39
|
||||
|
||||
Thank you, sir.
|
#40
|
||||
|
||||
Looks good
|
#41
|
|||
|
|||
Quote:
Any ideas? Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|