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 |
#62
|
|||
|
|||
Installed... Took twice to do it, but I found that I was also trying to use the supplied installer the first time... Without it I had it up in no time...
Works perfect with the default theme, but is having a little trouble with the font color and mouse over on the other one... Other than that it is working well... Great job, and needed by most of us... |
#63
|
|||
|
|||
Having problems with the photopost login and search buttons at http://www.globalphotosite.org/photopost/index.php
login ->> Fatal error: Call to undefined function: gettemplate() in /home/sites/site29/web/photopost/login-inc.php on line 23 search ->> Warning: main(/home/sites/site29/web/photopost/templates/search.tmpl) [function.main]: failed to create stream: No such file or directory in /home/sites/site29/web/photopost/search.php on line 43 Warning: main() [function.main]: Failed opening '/home/sites/site29/web/photopost/templates/search.tmpl' for inclusion (include_path='.:/usr/lib/php') in /home/sites/site29/web/photopost/search.php on line 43 Also when I looked at Techie: http://www.vpforums.com/gallery/index.php?styleid=1 from the first post the problem is there too. |
#64
|
|||
|
|||
'/home/sites/site29/web/photopost/templates/search.tmpl' for inclusion
it should not be calling that file... Do you have another hack in there? Lines 23 logininc.php eval("\$pp_menubar = \"".gettemplate('pp_menubar')."\";"); eval("dooutput(\"".gettemplate('pp_login')."\");") ; I am thinking that you have made a mistake somewhere... Look over it again and check for typo's Also what version on PhotoPost? |
#65
|
|||
|
|||
Etcher,
I was going to say the same thing until I re read the post. The Error at line 23 is looking for and not finding gettemplate ( a vb routine ) define in admin/functions.php. Be sure that you have all the correct information in the pp/header-inc.php file for VB integration. Kevin |
#66
|
|||
|
|||
sawalton1964,
The error's that you are seeing in search.php are due to the fact that that is a new file since this hack was created and is sitll looking for the PP templates. there are a few templates that will need to be put back in to the template directrory until this hack is adapted for the new search funtions. ... Just find the old templates and copy them back into the PP/templates dir. that will get the search function working, but it will not look as nice as the rest of the integration. Kevin |
#67
|
|||
|
|||
Here's the first step in updating the search.php file
On line 42 of search.php find: PHP Code:
PHP Code:
Kevin |
#68
|
|||
|
|||
Ok, decided to revert to a non-moded gallery for the time being, the owner has plans to re-brand the site and hopefully a photopost 4.6 VBulletin 2.3.4 (or better ) version is out by the time he makes up his mind.
Cheers, keep up the good work |
#69
|
|||
|
|||
I deleted the templates with the exception of those two and got about 4 errors plus a fatal error. I reuploaded the templates and now all of the errors are gone except the fatal which is: Fatal error: Call to undefined function: gettemplate() in /home/xxxx/public_html/gg/index.php on line 171
Any ideas? This is line 171 in index.php: eval("\$pp_online = \"".gettemplate('pp_online')."\";"); I don't see pp_online anywhere and I'm sure where it came from. Thanks in advance. |
#70
|
|||
|
|||
And what is this telling me during install?
You need to make changes to the following vBulletin files: template.php (1 change) [groups PhotoPost templates in cp] |
#71
|
|||
|
|||
JustCurious,
How did you install the New templates? Did you use the install script provided with the hack? It has been reported several times in this thread that it does not work correctly, I have provided the sql commands in a file to add the templates and another poster has included a text based template set you can either open each template and cut and paste or you can use Chen's template backup hack ... pp_online is one of the templates provided by this hack. I would suggest that you down load the zip file that contains the template backups and verify that you have all of the templates installed correctly. As far as your post #69 open /forums/admin/templates.php PHP Code:
I hope this helps. Kevin |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|