 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
January 26th, 2005, 09:15 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
No not really
You can set in admin options that members gallery shows all a users pics to yes or no.
its up to you
|
| |
January 30th, 2005, 07:43 AM
|
#22 (permalink)
| | Registered User
Join Date: Jan 2005
Posts: 5
|
Is there anyway to get pics to show up if there is a sub cat rather than just main?
|
| |
January 30th, 2005, 07:46 AM
|
#23 (permalink)
| | Registered User
Join Date: Jan 2005
Posts: 5
|
Sorry , Just fixed it.
|
| |
January 30th, 2005, 11:56 PM
|
#24 (permalink)
| | Registered User
Join Date: Dec 2003
Posts: 45
|
How can I get the photos to appear horizontal instead of vertical?
|
| |
January 31st, 2005, 09:40 AM
|
#25 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
adjust the columns to 1
|
| |
January 31st, 2005, 05:27 PM
|
#26 (permalink)
| | Registered User
Join Date: Dec 2003
Posts: 45
|
Is set to one, check my website they appear vertical, www.modernmutsnags-na.com
// Number of columns (1 for vertical)
$columns = 1;
|
| |
January 31st, 2005, 05:51 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
that site is invalid
|
| |
January 31st, 2005, 07:19 PM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
Okay that site is okay and they are displaying vertical so you want them to display horizontal set it to the number of Photopost you have there so 4
I actually read your post backwards |
| |
January 31st, 2005, 08:54 PM
|
#30 (permalink)
| | Registered User
Join Date: Dec 2003
Posts: 45
|
Thanks
|
| |
March 16th, 2005, 12:44 AM
|
#31 (permalink)
| | Member Verified Customer
Join Date: Nov 2003
Posts: 38
|
Okay, I'm getting the photopostfeature and photopostcats tables appearing on the forum page, but I'm getting the following errors at the top of the page, and no photos or cat info appears.
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/vettehea/public_html/photos/inc_features.php on line 49
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/vettehea/public_html/photos/inc_features.php on line 63
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/vettehea/public_html/photos/inc_features.php on line 115
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/vettehea/public_html/photos/inc_photopost.php on line 100
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/vettehea/public_html/photos/inc_photopost.php on line 111
The photopost database is the same as the vb database for this installation, and I have NOT uncommented the database lines in inc_photopost and inc_features. Not sure why it's not connecting to the database?
|
| |
March 16th, 2005, 04:12 AM
|
#32 (permalink)
| | Senior Member
Join Date: Mar 2003
Posts: 1,319
|
OffLead, are you using the newer version of the inc_featured that comes with PP5.0.2?
-T
|
| |
March 16th, 2005, 06:44 AM
|
#33 (permalink)
| | Member Verified Customer
Join Date: Nov 2003
Posts: 38
|
Yes, this is a freshly updated combo of vB 3.07 and PP 5.02. Both forum and gallery appear to be running fine. Just can't get these extras working.
|
| |
March 16th, 2005, 07:34 AM
|
#34 (permalink)
| | Member Verified Customer
Join Date: Nov 2003
Posts: 38
|
Ahhh, another classic case of staring at something too long. In config-int I had given the correct $pp_db_prefix value, but I'd given it in the commented out example line, rather than the uncommented actual variable definition. *sigh* I can't wait for the day when there's a switch for finding the obvious error you just _know_ you're missing in something.
Now that I've made a few edits to inc_features to display the thumbs as I want, it's all working just fine. Quick quesiton though. The featured photo box is set to display the latest photos, but is not displaying the ones in member galleries. Is this a correction of the previously present issue of non-members being able to see member gallery photos? Or do I have something weird going on? |
| |
March 16th, 2005, 07:45 AM
|
#35 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
The file is not designed to pull images from the member galleries
|
| |
March 20th, 2005, 05:27 PM
|
#36 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 54
|
How should I set last two strings (as in instruction), if I have PhotoPost installation and vBulletin installation in different folders?
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');
include('./photopost/inc_features.php');
include('./photopost/inc_photopost.php');
I have vBulletin in '/home/forum' and PhotoPost in '/home/photo'..
|
| |
March 20th, 2005, 05:29 PM
|
#37 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
./
would be
../
that way it goes out of the forums directory and then into photopost one
|
| |
March 21st, 2005, 02:57 AM
|
#38 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 54
|
omegatron, thank you!
|
| |
March 21st, 2005, 03:26 AM
|
#39 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 54
|
Omegarton, how can I make fotos in the vBulletin main page with the next layout:
image (without any borders)
name of the image
by (name)
image's category
?
Last edited by Fenriz; March 21st, 2005 at 04:08 AM.
|
| |
March 21st, 2005, 07:02 AM
|
#40 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,937
|
You can post hack requests and questions over at photopostdev.com
Here we only answer questions on the normal support and operation of the program as it is coded.
|
| | |
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:08 AM. | |