![]() |
Hoe to edit the $photopostfeature I have inserted the $photopostfeature (features box) in my vB template FORUMHOME. On my site the photos show up laterally, not horizontally like the home page here. It also tries to bring up one photo from each category, and as of now the thumbnails do not show up. I have disabled this in FORUMHOME until I get this figured out. Can someone tell me where I can edit this so it show up like the Photopost site, with 4 pictures listed horizontally? |
look inside the file 'inc_features.php' - clearly marked what to edit -T |
As Toney said, the options for that feature are at the top of the script; since this is an external application to PP and executed by vB, the global integration options are located in config-int.php and the mod specific options are in the file itself. |
Open your inc_features.php and go to line 29. Looks like below between the starred lines: ************************ // Number of photos to display $num_display = 7; // Number of columns (1 for vertical) $columns = 1; // which type of images do you want to show (random, most_view, latest) $q_switch = "random"; ************* Instead of 7 and 1, set the photos to 4 and the columns to 4 |
| All times are GMT -5. The time now is 01:22 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0