The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PhotoPost vBTemplates 4.1.x/4.5.x Details »» | |||||||||||||||||||||||||
PhotoPost vBTemplates Hack v4.5
for vBulletin 2.2.7 through 2.3.x and PhotoPost 4.1.x or PhotoPost 4.5 THIS IS NOT FOR VB3! Created by: AJR (arusso@vpforums.com) Installer by: Bane Comments and suggestions welcome! What this hack does: ==================== If you have PhotoPost (www.photopost.com) installed along with vBulletin, you're stuck with only 1 template style using the .tmpl files that come with PhotoPost. This hack allows you to make your gallery look more like the vBulletin style you're using by pulling the vBulletin style/replacement settings. Best of all, if you use multiple styles, each style can have it's own templates for PhotoPost. With PhotoPost 4.5 there is now the option to create different .tmpl template sets which is great, but to keep up with 2 configurations for colors and styles can be a pain. This hack also changes the way postbit data in the comments are displayed. The date is shown like vBulletin (May 2003 instead of 5/2003). Also, the code is included for showing the user's avatar in the comments! Examples: ========= Visit the following links for different style settings: Techie: http://www.vpforums.com/gallery/index.php?styleid=1 XP: http://www.vpforums.com/gallery/index.php?styleid=2 iMac: http://www.vpforums.com/gallery/index.php?styleid=3 Bluechrome: http://www.vpforums.com/gallery/index.php?styleid=4 Utopia: http://www.vpforums.com/gallery/index.php?styleid=5 Techb1: http://www.vpforums.com/gallery/index.php?styleid=6 Tech Forums v3: http://www.vpforums.com/gallery/index.php?styleid=7 Photon: http://www.vpforums.com/gallery/index.php?styleid=8 Version 4.5 - December 2, 2003 ============================== - This version has been updated for use with PhotoPost 4.5. If you are using 4.1.x be sure to choose the proper version from the install Templates Added: - pp_showphoto_showubb Templates Changed: - pp_bulkupload - pp_featurebit - pp_login - pp_searchbox - pp_membhead - pp_showgallery - pp_showphoto - pp_showphoto_extra6 - pp_showphoto_noslideshow - pp_uploadphoto - pp_uploadphoto_adminedit Files Changed: - bulkupload.php - pp-inc.php - showphoto.php Version 4.1.5 - November 28, 2003 ================================= - This is the first release of this hack. I have tested everything as best as I can and everything should work correctly. The version numbering will go along with PhotoPost's version number that it is tested with. - Converted all .tmpl files to vB Templates - Changed the way the 'Registered:' date shows up (shows May 2003 instead of 5/2003) - Included code to show the users avatar when they comment on a photo. - menubar.tmpl and diewell.tmpl still need to remain in case of errors within PhotoPost. - Created install_pptemplates.php file to install the 127 templates needed for this hack. Installation: ============= The install of this hack is relatively easy. There are 17 Photopost files and 1 vBulletin file that need to be edited. While this may seem like a lot, it's just replacing all the calls from the .tmpl files to the new pp_ templates. Please make sure to follow each file change carefully. If you have errors after the install, check the file changes again! It does work. Install time is approximately 15 to 20 minutes. I will be working on a version to work with the new PhotoPost 4.5.x that was just released on 11-20-2003. I WILL NOT be working on versions of this hack for use with vB3. If anyone would like to convert this to vB3, please do so! 11-29-03 1:35AM PST: Just noticed an error on the template install that I uploaded (it was the wrong one). It has been fixed and reuploaded. 12-2-03 12:30AM PST: Updated this hack for PhotoPost 4.5.x (also includes install for 4.1.x). Download the zip file in this post for the updated version. Show Your Support
|
Comments |
#82
|
|||
|
|||
If anyone was wanting to modify the search.php file to read from vbulletin templates rather than photopost templates, and doesn't know how to, I did it for you. I added four modified vbulletin templates and modified the photopost file. Since I thought the vb3 RC2 style looks rediculously ugly, I made it look similar to the vb2 style. Here's what I had done, I'll try to make everything as clear as possible.
- Add four new templates -- pp_search -- pp_results_top -- pp_results_mid -- pp_results_btm - Modify two php file -- search.php - /languages/english/search.php Template: pp_search Code:
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="2"><normalfont color="{categoryfontcolor}"><b>{$Globals['pp_lang']['searchg']}</b></normalfont></td> </tr><form method="post" action="{$Globals['maindir']}/search.php"> <tr> <td bgcolor="{tableheadbgcolor}" valign="top"><smallfont color="{tableheadtextcolor}"><b>{$Globals['pp_lang']['keyword']}</b></smallfont></td><td bgcolor="{tableheadbgcolor}" valign="top"><smallfont color="{tableheadtextcolor}"><b>{$Globals['pp_lang']['searchuser']}</b></smallfont></td> </tr><tr> <td bgcolor="{firstaltcolor}" align="left" valign="top"><smallfont><br> <input type="text" name="keywords" size="35" class="bginput"> <br><br> <b>Basic query:</b> separate your search terms with spaces.<br> <br> </smallfont> </td><td bgcolor="{firstaltcolor}" align="left" valign="top"><smallfont> <br> <input type="text" name="name" class="bginput" size="25"> <br></td> </tr> </table></td> </tr> </table> <br> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="3"><normalfont color="{categoryfontcolor}"><b>{$Globals['pp_lang']['within']}</b></normalfont></td> </tr><tr> <td bgcolor="{tableheadbgcolor}" valign="top"><smallfont color="{tableheadtextcolor}"><b>{$Globals['pp_lang']['catsearch']}</b></smallfont></td><td width="45%" bgcolor="{tableheadbgcolor}" valign="top"><smallfont color="{tableheadtextcolor}"><b>{$Globals['pp_lang']['daterange']}</b></smallfont></td> </tr><tr> <td bgcolor="{firstaltcolor}" rowspan="2" align="left" valign="center"><smallfont> <select name="cats[]" class="bginput" multiple size="10"> <option value="all" $seltext>{$Globals['pp_lang']['allcats']}</option> $catoptions </select> </td><td bgcolor="{firstaltcolor}" valign="top" align="center"><smallfont> <br><p> <input type="text" name="when" size="3" class="bginput" /> <select name="whenterm" class="bginput"> <option value="">any date</option> <option value="d">{$Globals['pp_lang']['day']}</option> <option value="w">{$Globals['pp_lang']['week']}</option> <option value="m">{$Globals['pp_lang']['month']}</option> <option value="y">{$Globals['pp_lang']['year']}</option> </select> </p></smallfont></td></tr> <tr> <td bgcolor="{firstaltcolor}" colspan="2" valign="top"><smallfont> <br> <table><td><smallfont> <input type="radio" name="what" value="title" class="formboxes"> {$Globals['pp_lang']['whichkeys1']} <br> <input type="radio" name="what" value="titledesc" class="formboxes"> {$Globals['pp_lang']['whichkeys2']} </smallfont></td><td><smallfont> <input type="radio" name="what" checked="checked" value="allfields" class="formboxes"> {$Globals['pp_lang']['whichkeys3']} <br> <input type="radio" name="what" value="comments" class="formboxes"> {$Globals['pp_lang']['whichkeys4']} </smallfont></td></table> <br> <input type="checkbox" name="preview" value="yes" checked="checked" class="formboxes" /> {$Globals['pp_lang']['preview']} <br></smallfont> </tr> </tr> </table></td> </tr> </table> <br> <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center"> <tr> <td align="center"> <input type="submit" name="final" value="{$Globals['pp_lang']['execute']}" class="bginput"> <input type="reset" class="bginput" name="reset" value="{$Globals['pp_lang']['reset']}"></td> </tr></form> </table> Code:
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <tr id="cat" align="center"> <td bgcolor="{categorybackcolor}" colspan="2"><normalfont color="{categoryfontcolor}"><b>$comcount {$Globals['pp_lang']['results']}</b></normalfont> </tr> Code:
<tr bgcolor="$bgcolor"> <td width="175" align="center" valign="top" nowrap="nowrap"> <normalfont>{$thumbrc[$x]}<b>{$ucuser[$x]}</b></normalfont><br /> <smallfont>{$imgdate[$x]} <font color="{timecolor}">{$imgtime[$x]}</font></smallfont> </td> <td width="100%" valign="top"> <normalfont>{$commenttext[$x]}</normalfont> </td> </tr> Code:
<tr> <td bgcolor="{tableheadbgcolor}" colspan="2" valign="top" align="right"> <smallfont>$more</font> </td> </tr> </table></td> </tr> </table> Find: Code:
include( "$PP_PATH/templates/menubar.tmpl" ); include( "$PP_PATH/templates/search.tmpl" ); Code:
$templatesused='pp_menubar,pp_search'; eval("dooutput(\"".gettemplate('pp_menubar')."\");"); eval("dooutput(\"".gettemplate('pp_search')."\");"); Code:
include( "$PP_PATH/templates/menubar.tmpl" ); include( "$PP_PATH/templates/search-r.tmpl" ); Code:
$templatesused='pp_menubar,pp_search,pp_results_top,pp_results_mid,pp_results_btm'; eval("dooutput(\"".gettemplate('pp_menubar')."\");"); eval("dooutput(\"".gettemplate('pp_results_top')."\");"); for( $x=0; $x < $itemnum; $x++ ) { $bgcolor = ($counter++ % 2 == 0) ? "{firstaltcolor}" : "{secondaltcolor}"; eval("dooutput(\"".gettemplate('pp_results_mid')."\");"); } eval("dooutput(\"".gettemplate('pp_results_btm')."\");"); Select All; Replace with, Code:
<? $Globals['pp_lang']['badcall'] = "Script not called correctly. Navigate to a specific photo, then click on the edit link."; $Globals['pp_lang']['closed'] = "We're sorry, but our Photo Boards are currently down for maintainence. Please try again later."; $Globals['pp_lang']['searchg'] = "{$Globals['galleryname']} Search Engine"; $Globals['pp_lang']['instruct'] = "Fill in the fields below to execute a search."; $Globals['pp_lang']['catsearch'] = "Select Categories"; $Globals['pp_lang']['s_instruct'] = "You can search one category, all or select multiple categories from the list below."; $Globals['pp_lang']['keyword'] = "Search By Keyword"; $Globals['pp_lang']['whichkeys1'] = "Search title only"; $Globals['pp_lang']['whichkeys2'] = "Search title and description"; $Globals['pp_lang']['whichkeys3'] = "Search all fields"; $Globals['pp_lang']['whichkeys4'] = "Search comments"; $Globals['pp_lang']['searchuser'] = "Search By Username"; $Globals['pp_lang']['daterange'] = "Specify A Date Range"; $Globals['pp_lang']['within'] = "Search Options"; $Globals['pp_lang']['day'] = "day(s)"; $Globals['pp_lang']['week'] = "week(s)"; $Globals['pp_lang']['month'] = "month(s)"; $Globals['pp_lang']['year'] = "year(s)"; $Globals['pp_lang']['execute'] = "Preform Search"; $Globals['pp_lang']['reset'] = "Reset Fields"; $Globals['pp_lang']['allcats'] = "All Categories"; $Globals['pp_lang']['searching'] = "Performing Search"; $Globals['pp_lang']['results'] = "result(s) to your search."; $Globals['pp_lang']['preview'] = "Show thumbnails in comment search"; ?> Updated Feb.24 Alternating colors in comment search Updated template for search page Added another replacement ['reset'] in language file Updated Mar.06 Added time color to comment search |
#83
|
|||
|
|||
Very Nicely Done... Works very well...
Kevin |
#84
|
|||
|
|||
any ports to vb3 for this ?
|
#85
|
||||
|
||||
This is perfect!! thank you!
|
#86
|
|||
|
|||
ok i will port this to vb3 if i have permission to do so
give me a few days so i can test it all out |
#87
|
|||
|
|||
Any idea if this works for PP4.6.x ??
|
#88
|
||||
|
||||
Well a vb3 port be out soon?
|
#89
|
||||
|
||||
Quote:
Quote:
AJ |
#90
|
|||
|
|||
Is the port to 4.6.x working yet looking forward to using it if you are still working on it.
Joe |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|