The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
|||
|
|||
Hey oldfan, this is just great tool... but most of the templates are in the file, not in templates... would need some updates...
you can tell that "hideo" have made a good job.. usually, the coder is credited even if he keep silence... the name is retained until he wish to be deleted, not the opposite! EDIT: i'll see with HiDeo if i can rework if he is not able to... |
#3
|
||||
|
||||
ugh I've installed it on my newest board
http://members.metallifukinca.com/bootleg.php and its not working I worked fine on 3.01 |
#4
|
|||
|
|||
i see it working, no elements in each band, but i "see" it...
btw, this tool will be great in conjonction to the Calendar... when sending a gig, the date can be linked to a new event in the calendar... i suppose someone will do the trick... it's easy! give the credit to the proper author, i will contact him... (yes i know who wrote this - only one coder write in french in his comments!) |
#5
|
||||
|
||||
templates:
Create the template band: ------------------------- $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> $headinclude </head> <body> $header $navbar <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="50%" align="center"> <tr> <td class="tcat" valign="top" align="left"> <span class="smallfont"><strong>Bands</strong></span> </td> $delcol </tr> $groupebit </table> $ajoutgroupe <!-- /main --> $footer </body> </html> Create the template bootleg_popup: ---------------------------------- <html> <head> <title></title> <script language="javascript" type="text/javascript"> var NS = (navigator.appName=="Netscape")?true:false; function FitPic() { iWidth = (NS)?window.innerWidth:document.body.clientWidth; iHeight = (NS)?window.innerHeight:document.body.clientHeight ; iWidth = document.images[0].width - iWidth; iHeight = document.images[0].height - iHeight; window.resizeBy(iWidth, iHeight); self.focus(); }; </script> </head> <body bgcolor="#000000" onload="FitPic();" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0"> <img src="$image&cid=$cid" border="0" alt="" /> </body> </html> Create the template concert: ---------------------------- $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> $headinclude </head> <body> $header $navbar <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" valign="top" align="center" colspan="5"> <span class="smallfont"><strong>$groupename's concerts</strong></span> </td> </tr> <tr><td class="thead" align="center">Date</td><td class="thead" align="left" width="25%"> City</td><td class="thead" align="left" width="20%"> State/Country</td><td class="thead" align="left" width="25%"> Venue</td><td class="thead" align="center"> More info</td>$delcol</tr> $concertbit <tr> <td class="tfoot" align="center" colspan="5"> <div class="smallfont"><strong><a href="bootleg.php">Return to band's list</a></strong></div> </td> </tr> </table> $ajoutconcert <!-- /main --> $footer </body> </html> Create the template cover: -------------------------- <html> <head> <title></title> </head> <body topmargin="0" marginheight="0" leftmargin="0" marginwidth="0"> <img src="$cover&cid=$cid" border="0" alt="" /> </body> </html> Create the template edit_concert: --------------------------------- $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> $headinclude </head> <body> $header $navbar <!-- main --> <form action="bootleg.php" method="post" name="doedit"><input type="hidden" name="s" value="" /><input type="hidden" name="do" value="doedit" /><input type="hidden" name="cid" value="$cid" /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="50%" align="center"><tr><td class="tcat" valign="top" align="center" colspan="3"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('add')"><img id="collapseimg_add" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a><span class="smallfont"><strong>Edit concert</strong></span></td> </tr><tbody id="collapseobj_add" style="{$collapseobj_add}"><tr><td class="alt1" width="100"><span class="smallfont">Tour name</span></td><td class="alt1"><input type="text" name="nom" value="$tourname" size="50" maxlength="200" title="" /></td></tr> <tr><td class="alt2" width="100"><span class="smallfont">City</span></td><td class="alt2"><input type="text" name="city" size="50" maxlength="200" title="" value="$city" /></td></tr> <tr><td class="alt1" width="100"><span class="smallfont">State/Country</span></td><td class="alt1"><input type="text" name="state" size="50" maxlength="200" value="$state" title="" /></td></tr><tr><td class="alt2" width="100"><span class="smallfont">Venue</span></td><td class="alt2"><input type="text" name="venue" size="50" maxlength="200" title="" value="$venue" /></td></tr> <tr><td class="alt2" width="100"><span class="smallfont">Supporting Act/s</span></td><td class="alt2"><input type="text" name="act" size="50" maxlength="200" title="" value="$act" /></td></tr> <tr><td class="alt1" width="100"><span class="smallfont">Notes</span></td><td class="alt1"><input type="text" name="notes" size="50" maxlength="200" title="" value="$notes" /></td></tr> <tr><td class="alt2" width="100"><span class="smallfont">Audio Version</span></td><td class="alt2"><input type="text" name="audiov" size="50" maxlength="200" title="" value="$audiov" /></td></tr> <tr><td class="alt1" width="100"><span class="smallfont">Audio Rarity</span></td><td class="alt1"><input type="text" name="audior" size="50" maxlength="200" title="" value="$audior" /></td></tr> <tr><td class="alt2" width="100"><span class="smallfont">Video Version</span></td><td class="alt2"><input type="text" name="videov" size="50" maxlength="200" title="" value="$videov" /></td></tr> <tr><td class="alt1" width="100"><span class="smallfont">Video Rarity</span></td><td class="alt1"><input type="text" name="videor" size="50" maxlength="200" title="" value="$videor" /></td></tr> <tr><td class="alt2" width="100"><span class="smallfont">Date</span></td><td class="alt1"><input type="text" name="date" size="50" maxlength="200" title="" value="$date" /></td></tr> <tr><td class="alt1" width="100"><span class="smallfont">Songs</span></td><td class="alt1"> <textarea name="songs" rows="10" cols="61">$songs</textarea> </td></tr> <tr><td class="alt1" align="center" colspan="2"><input type="submit" class="button" name="sbutton" value="$vbphrase[edit_concert]" accesskey="s" tabindex="1" /></td></tr></tbody></table></form> <!-- /main --> $footer </body> </html> Create the template info_concert: --------------------------------- $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude </head> <body> <!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> <thead> <tr align="center"> <td class="tcat" colspan="3">Informations for $city, $state</td> </tr> </thead> <tr> <td class="alt1" width="100%" colspan="2">Tour Name: $tourname</td></tr> <tr><td class="alt2" width="100%" colspan="2">Location of the performance: $venue</td></tr> <tr><td class="alt2" width="100%" colspan="2">Supporting Act/s: $act</td></tr> <tr><td class="alt1" width="100%" colspan="2">Songs: $songs</td></tr> <tr><td class="alt2" width="100%" colspan="2">Notes: $notes</td></tr> <tr><td class="thead" width="100%" colspan="2">Availability in bootleg</td></tr> <tr><td class="alt2" width="50%">Audio Version: $audiov</td><td class="alt2" width="50%">Audio Rarity: $audior</td></tr> <tr><td class="alt1" width="50%">Video Version: $videov</td><td class="alt1" width="50%">Video Rarity: $videor</td></tr> <tr><td class="thead" width="100%" colspan="2">Cover, Inlay and Ticket</td></tr> <tr><td class="alt2" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?d o=getfront&cid=$cid&ci d=$cid" target="_blank">Front</a></td><td class="alt2" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?d o=getback&cid=$cid&cid =$cid" target="_blank">Back</a></td></tr> <tr><td class="alt1" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?d o=getinlay&cid=$cid&ci d=$cid" target="_blank">Inlay</a></td><td class="alt1" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?d o=getticket&cid=$cid&c id=$cid" target="_blank">Ticket</a></td></tr> </table> <!-- /main --> </body> </html> In your headinclude, add: ------------------------- <script type="text/javascript" src="popup.js"></script> |
#6
|
|||
|
|||
nah, oldfan, you did not need to list the templates... i was refering to the amount of html inserted in the file itself... like the $concertbit and $ajoutconcert stuff...
this may be updated later if someone take charge of the hack. |
#7
|
|||
|
|||
oh, and if your hack is not working on your site is because the TABLE_PREFIX is not set everywhere in the tool... there are bugs in it.
btw, it would be prefered to have someone taking charge of this hack, preferely the author of it, is you can't ... because there is some flaws in it... |
#8
|
||||
|
||||
Quote:
oh, I thought it was a final version and working. I just wanted to share it |
#9
|
||||
|
||||
Awesome, this will really come in handy. Oldfan, what's your vB about?
|
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|