vB Pizza Boy for 3.5
This modification is in the archives.
This modification is the result of begin very lazy and eating a lot of pizza.
Once installed this modification will allow you to order pizza directly from your admincp. For the most part this is only supported in the USA right now, and even if you live in the USA your local stores may not support placing orders over the Internet at this time. Currently this modification allows you to order food from: Papa Johns Pizza Pizza Hut Dominos Pizza If you know of any other places that support placing orders over the Internet let me know, also please include a link to their website. I will add more restaurants to this modification if they are requested. Version 1.0.3 Released 1.0.3 was released on 01/19/06, support for Dominos Pizza was added Installation Instructions Download the attached file (cpnav_pizza.xml) and upload it to the /vBulletin/includes/xml/ directory. Can my users order food to? I will not be including this in my modification by default because I don't have a need for it myself and think it would look messy. However Mastar has posted instructions to allow users to order food in this post Spoiler (click to open)
Adding 'vB Pizza Boy for 3.5' to the Navbar
This is what I did to add mine *************** FIND IN NAVBAR: *************** ================================================================================ ======================== <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> ================================================================================ ======================== *************** PLACE UNDER: *************** ================================================================================ ======================== <!-- Pizza Menu --> <div id="pizza" align="left" class="info" nowrap> <a href="#pizza"><b>Order Pizza</b> </a><script type="text/javascript"> vbmenu_register("pizza"); </script></div> <!-- Pizza Menu --> ================================================================================ ======================== ******** FIND: ******** =========================== <!-- / PAGENAV POPUP --> =========================== *************** ADD UNDER *************** ================================================================================ ==================== <!-- Pizza Menu --> <div class="vbmenu_popup" id="pizza_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Order Pizza</td></tr> <tr><td class="vbmenu_option"><a href="http://papajohns.com/menu/index.htm">Papa Johns</a></tr></td> <tr><td class="vbmenu_option"><a href="http://www.pizzahut.com/order/">Pizza Hut</a></tr></td> <tr><td class="vbmenu_option"><a href="http://www.dominos.com/Public-EN/">Dominoes</a></tr></td> </td> </table> </div> <!-- Pizza Menu --> ================================================================================ ====================== If you are using the 'QUICK MOOD CHANGER' like I do you can use this: ******************************************************************************** Put this <div style="position:relative;"> in the begining of the 'QUICK MOOD CHANGER' Example: <!-- Quick Mood Changer --> <br /> <div style="position:relative;"> My Mood: ******************************************************************************** And Add This After The Quick Mood Changer ================================================================================ =========== [b] <!-- Pizza Menu --> <table style="position:absolute; top:0; right:0;" summary=""> <div id="pizza" align="left" class="info" nowrap> <a href="#pizza"><b>Order Pizza</b> </a><script type="text/javascript"> vbmenu_register("pizza"); </script></div> </table> </div> <!-- Pizza Menu --> [\b] ================================================================================ =========== ******** FIND: ******** =========================== <!-- / PAGENAV POPUP --> =========================== *********** ADD UNDER *********** ================================================================================ ============= <!-- Pizza Menu --> <div class="vbmenu_popup" id="pizza_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Order Pizza</td></tr> <tr><td class="vbmenu_option"><a href="http://papajohns.com/menu/index.htm">Papa Johns</a></tr></td> <tr><td class="vbmenu_option"><a href="http://www.pizzahut.com/order/">Pizza Hut</a></tr></td> <tr><td class="vbmenu_option"><a href="http://www.dominos.com/Public-EN/">Dominoes</a></tr></td> </td> </table> </div> <!-- Pizza Menu --> ================================================================================ =============== Thanks to Brad for creating vbPizza Boy Close
Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Lilis Pizza Pizza Messenger (PopUp Messenger) | vBulletin 3.5 Add-ons |
Mini Mods vB Pizza Boy | vBulletin 3.6 Add-ons |
vB Pizza Boy | vBulletin 3.0 Full Releases |