PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Change url? (http://www.photopost.com/forum/photopost-pro-how-do-i/146855-change-url.html)

dj83 November 12th, 2011 12:39 PM

Change url?
 
Hi Chuck,

My url is setup like this mysiteurl.com/gallery
How would I set it up just to be mysiteurl.com ?

Would I have to move all of the files out of the gallery folder to the main server etc?

Chuck S November 12th, 2011 01:55 PM

You would do this.

1. Change the urls and server paths in global options in admin first and save

2. move everything from the gallery directory to your webroot

3. edit the config files and update any server paths urls.

4. You can then login and be fine except for one last step go to storage options in admin and hit revert and save twice to load the default new paths and urls

dj83 November 12th, 2011 03:17 PM

Hi Chuck i am getting these two errors

Warning: require(/home/dano925/public_html/gallery/languages/english.php) [function.require]: failed to open stream: No such file or directory in /home/dano925/public_html/pp-inc.php on line 184

Fatal error: require() [function.require]: Failed opening required '/home/dano925/public_html/gallery/languages/english.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dano925/public_html/pp-inc.php on line 184

dj83 November 12th, 2011 03:35 PM

oops I know what I forgot. I forgot to edit the config files but don't know how to do it now

Chuck S November 12th, 2011 06:16 PM

You would ftp to the site and edit your config-inc.php file if its a non vb install then stop there. If you are integrated with vb edit the config-int.php file also.

dj83 November 12th, 2011 09:17 PM

thanks so much Chuck. My site is back up!

Chuck S November 12th, 2011 09:40 PM

glad to assist.

dj83 November 15th, 2011 12:23 PM

Chuck can you please help me. On the index page under recent photos is there a way to remove the title of the photo and category? I just want thumbnails to show

Code:

Content visible to verified customers only.

Chuck S November 15th, 2011 12:32 PM

edit your features template maybe and remove any ptitle puser and pcat variables maybe.

dj83 November 19th, 2011 03:07 PM

thanks Chuck!

Chuck S November 19th, 2011 03:47 PM

no problem glad to help

dj83 November 19th, 2011 09:30 PM

I have a few more questions. Sorry chuck for all of these questions...

1. is there a way to line up "Photo Details" so it would match up with the other text?
2. Registered date... Is there a way to put in the day that they joined for example October 20, 2011?

Code:

Content visible to verified customers only.

Chuck S November 20th, 2011 04:09 PM

1. Not without splitting that table row into two rows nope. You can modify your templates to suit your needs.

2. You would have to modify the showproduct.php file say line below and add dd

Code:

Content visible to verified customers only.

dj83 November 24th, 2011 12:39 PM

that worked but I had to look in showphoto.php

Chuck is there a way to upload photos that are stuck in queue?
Also is there a way to remove the www (websites) on comments posted?

Chuck S November 24th, 2011 12:45 PM

Yeah I thought this was a classifieds discussion

dj83 November 24th, 2011 12:53 PM

No problem Chuck I just appreciate all of the help you've given me. Now can you please answer my other questions.


Happy Thanksgiving Chuck!!!

Chuck S November 24th, 2011 03:13 PM

You can try but if the photo is stuck more than likely your using gd2. The issue is gd2 causes php to shut down processing the image so the code can not do its job. I tell most people to try using imagemagick.

As far as urls in posts all convert links so that's normal no way to disallow that.

dj83 November 27th, 2011 09:32 PM

Hi Chuck,

I don't think I made myself clear and I am sorry. I am using imagemagick but I am talking about photos stuck in other members queues.

I was also talking about removing the following homepage button....
Code:

Content visible to verified customers only.

Chuck S November 27th, 2011 09:57 PM

well to my knowledge I have never heard of members having problems with file uploads when using imagemagick. It is a known issue of gd2 being part of php that it uses php memory and can shut down php which of course prevents the script from deleting a non processible file. The only way I know of when using imagemagick and having files in a que is if a member uploads files but leaves before they process them all.

The only way to get rid of them through the script is the user has to process them otherwise you can clear all numeric directories under the uploads directory to get rid of all user upload directories. the directories will be recreated when a member uploads again.


All times are GMT -5. The time now is 11:46 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