PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   How do I change the "Home" link in Photopost? (http://www.photopost.com/forum/photopost-pro-how-do-i/131040-how-do-i-change-home-link-photopost.html)

ratm March 20th, 2007 04:00 PM

How do I change the "Home" link in Photopost?
 
I just re-installed Photopost on a different forum and the 'Home' link (next to search, profile, upload photos, etc.) points to 'http://www.mysite.com/gallery' but it won't load because it needs to be 'http://www.mysite.com/gallery/index.php' in order for the Photopost home page to load. I wish it did work as /gallery but since it doesn't I need to fix this.

Thank you

Chuck S March 20th, 2007 05:43 PM

Try placing an .htaccess file in your photopost directory with this

DirectoryIndex index.php

ratm March 20th, 2007 05:47 PM

Nope, it didn't work. Created an .htaccess file in notepad and uploaded to my root photopost directory but the 'Home' link still won't point back to the photopost index.

Chuck S March 20th, 2007 05:51 PM

Try editing the pp-inc.php file and edit the topmenu function line 2969 and add index.php to the url

Code:

Content visible to verified customers only.

ratm March 20th, 2007 05:54 PM

trying it now...

edit: it worked, thanks.

ratm March 20th, 2007 07:38 PM

Hi,

There is another area I noticed which has the same issue:

'Home » Member Galleries'

Can you tell me where to change this setting, too?

Chuck S March 20th, 2007 08:20 PM

You need to edit each script like index.php showgallery.php etc and change the $childnav line in those files to add index.php to that.

The correct option here would be though to have your host fix there server so that a site can be pulled up without having to type the index.php


All times are GMT -5. The time now is 11:40 AM.

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