![]() |
Featured Photos Does this guide still works? - http://www.photopost.com/members/for...d.php?t=110527 In that thread, it was mentioned to add two lines under under these four: // ######################### REQUIRE BACK-END ############################ require_once('./global.php'); require_once('./includes/functions_bigthree.php'); require_once('./includes/functions_forumlist.php'); include('./photopost/inc_features.php'); include('./photopost/inc_photopost.php'); But when I tried to do the above, I found the following in my forum/index.php require_once('./global.php'); require_once(DIR . '/includes/functions_bigthree.php'); require_once(DIR . '/includes/functions_forumlist.php'); I tried to just follow the instructions but it came out blank on forum home. |
You got to have the path to your inc_features. Here is how mine is. require_once('./global.php'); require_once(DIR . '/includes/functions_bigthree.php'); require_once(DIR . '/includes/functions_forumlist.php'); include('/home/iloco/public_html//photopost/inc_features.php'); include('/home/iloco/public_html/photopost/inc_photopost.php');; |
Tks iloco! Managed to get that to work. But now no photos showed up. Any ideas? :( |
Check your url statements in the integration settings in photopost admin and also make sure the overlay images are uploaded to your photopost images directory |
Chuck or Michael may need to help you with no photos showing. Its problem how you edited inc_features.php and inc_photopost.php. Make sure nothing is commented where it shouldnt be. Did you add the in your forum home template under the nav bar. It should look like this. |
Ok done. Just did some tweaking in inc_features.php |
Quote:
after a while, I figure out that it need a trailing slash / for URLs |
| All times are GMT -5. The time now is 07:08 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0