PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   2 basic setup questions (http://www.photopost.com/forum/photopost-pro-how-do-i/137258-2-basic-setup-questions.html)

-Om- July 14th, 2008 02:38 PM

2 basic setup questions
 
Newb alert.

Still getting my feet wet (installed last night), but having been through the admin panel now a couple times, I haven’t been able to find a way to do these 2 things:

1. The default number of pictures displayed on the Featured Photos bar on my vbulletin forum index is 4. I’d like to play around with increasing that number, but can’t find where to do so (found where to do it for Recent Photos, just not on Featured Photos). Could some kind soul please point me to the proper control?

2. On my Photopost index page, I’ve moved the Recent Photos bar to the top. What I’m trying to do now is place it ABOVE the Sidebar modules and Category list, in order to have the Recent Photos bar extend all the way across the page. The only way I’ve been able to accomplish that is by disabling the Sidebar altogether, which I don't want to do. If I’m missing obvious control panel functions again, please let me know. And if it is a matter of a basic template edit, if someone could point me to the right one I’d appreciate it.

Thanks in advance!

Chuck S July 14th, 2008 03:14 PM

1. That block is actually an external block outside the photopost program or admin panel. It is located in your photopost directory in a file called inc_features.php and within the configuration details at the top of that file you will see how many photos to display and how many rows.

2. There is no function for this as it would be considered a bug to allow that since a sidebar is suppose to open in the header etc and the program be wrapped in a td. It is not a template edit but rather a php file edit. You would need to ftp to your servers photopost directory and edit index.php and find this code and move it above the include for the menubar template. ;)

Code:

Content visible to verified customers only.

-Om- July 14th, 2008 03:18 PM

Thank you sir.

And don't worry, I won't embarrass you with another testimonial. ;)

Chuck S July 14th, 2008 03:28 PM

LOL ;)

Takes alot of embarass an old fart like me dont worry.

-Om- July 14th, 2008 07:45 PM

Damn, I'm so close I can smell it. :)

First fix was easy.

Second one, I thought I had it, but no. Is this the "include for the menubar template" you're referring to?

Quote:

include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/menubar.tmpl" );
... which is just below:

Quote:

//
// Generate the page
//
... in the index.php file?

Chuck S July 14th, 2008 08:15 PM

Yes the code block I noted in my reply in index.php you would move right above the line you posted above for the menubar template include. :)

-Om- July 14th, 2008 08:40 PM

Success!

Not sure what I did wrong the first time ... but I had gotten en error message to the effect I'd misplaced a "}" or something that I could not for the life of me find.

No matter. Done now.

Thanks again ... you continue to be The Man. :)

Chuck S July 14th, 2008 11:06 PM

Have a good evening ;)


All times are GMT -5. The time now is 01:51 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97