 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
November 12th, 2011, 12:39 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
| 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?
|
| |
November 12th, 2011, 01:55 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
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
|
| |
November 12th, 2011, 03:17 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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
|
| |
November 12th, 2011, 03:35 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
oops I know what I forgot. I forgot to edit the config files but don't know how to do it now
|
| |
November 12th, 2011, 06:16 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
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.
|
| |
November 12th, 2011, 09:17 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
thanks so much Chuck. My site is back up!
|
| |
November 12th, 2011, 09:40 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
glad to assist.
|
| |
November 15th, 2011, 12:23 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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.
|
| |
November 15th, 2011, 12:32 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
edit your features template maybe and remove any ptitle puser and pcat variables maybe.
|
| |
November 19th, 2011, 03:07 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
thanks Chuck!
|
| |
November 19th, 2011, 03:47 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
no problem glad to help
|
| |
November 19th, 2011, 09:30 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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.
|
| |
November 20th, 2011, 04:09 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
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.
|
| |
November 24th, 2011, 12:39 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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?
|
| |
November 24th, 2011, 12:45 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Yeah I thought this was a classifieds discussion
|
| |
November 24th, 2011, 12:53 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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!!!
|
| |
November 24th, 2011, 03:13 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
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.
|
| |
November 27th, 2011, 09:32 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Sep 2008
Posts: 182
|
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.
|
| |
November 27th, 2011, 09:57 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
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.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:03 PM. | |