PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 21st, 2005, 10:56 PM   #1 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
Unregistered Can't Post

My unregistered users can't post comments.

I have the Allow users to post comments? set to Yes.
I have the Allow comments? set to Yes for unregistered users.

The unregistered users can see the quick quotes and can put in text and submit, but in the admin it just shows the vote number and not the comment.
So no unregistered member can add a comment.

I thought it was just an install mess up, but all three of my galleries are doing this.

Please advise how I can allow unregistered users to post comments on my three installations. I am running vBulletin version 3.0.5 intgergrated except for one installation. But all won't allow unregistered members to post comments.

Thanks,
Chazhound
http://www.chazhound.com/pictures/
http://www.funnypop.com/pictures/
chazhound is offline   Reply With Quote
Old January 22nd, 2005, 08:47 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
Karl

Since your copyright is removed I do not know what version of our software your running.

You might want to update to the latest software if this is not the latest. You can send an admin login to me if you like to see how you have everything setup but if this is not the latest software I would upgrade so we are not fixing any old bugs already tracked down.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 22nd, 2005, 04:12 PM   #3 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
I try to always keep my galleries updated. It is the current version.

Chazhound
chazhound is offline   Reply With Quote
Old January 22nd, 2005, 06:08 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
Okay bugfix this exists in 4.8.6 release and the beta pp5

Basically unregistered users can never post comments even though you allow them since the $User['nopost'] variable is ALWAYS SET to 1 for unregistered users. Basically the comments script sets any rating and message to null if $User['nopost'] is set to 1

So in your forum integration file find this line

if ( $nouploadlimit == 1 ) $User['uploadlimit'] = 0;

add beneath it this

if ( $usercomment == 1 ) $User['nopost'] = 0;

thats it unregistered users will be able to post
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 22nd, 2005, 07:10 PM   #5 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
Alright! Thanks for finding the problem. Which file is the forum intergration file?

Chazhound
chazhound is offline   Reply With Quote
Old January 22nd, 2005, 07:38 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
Okay that depends what your integrating with.

In your case your forum integration file is called vb3.php and it is in the forums subdirectory under your pictures directory
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 22nd, 2005, 08:36 PM   #7 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
How about for my FunnyPoP site which doesn't use any intergration?

Thanks much Chuck.
Chazhound
chazhound is offline   Reply With Quote
Old January 22nd, 2005, 09:02 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
Yes it does in a sense

photopost.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 22nd, 2005, 09:57 PM   #9 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
Quote:
Originally Posted by omegatron
So in your forum integration file find this line

if ( $nouploadlimit == 1 ) $User['uploadlimit'] = 0;

add beneath it this

if ( $usercomment == 1 ) $User['nopost'] = 0;
I found it in the vp3.php and it seems to work

I don't see anything like this in the photopost.php file.
Is it different on that file?

Thank you,
Chazhound
chazhound is offline   Reply With Quote
Old January 23rd, 2005, 07:22 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
yeah forgot Photopost does not include all the extra coding as there are no usergroup arrays

Find this

list( $User['adminedit'],$User['moderator'],$disk_k,$up_k,$User['uploadlimit'],$useruploads,$usercomment,$ueditpho,$ueditposts,$User['albums'],$User['usemod'],$User['assign'] ) = mysql_fetch_row($resulta);
ppmysql_free_result($resulta);

You can add the line I stated below this line
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 23rd, 2005, 09:16 AM   #11 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
That works! Thanks much Chuck!!
chazhound is offline   Reply With Quote
Old February 2nd, 2005, 11:17 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2002
Posts: 7
PHPBB integration

Would this be the same issue that will result in "User comments not allowed" even if the user is loggin in?

PHPBB integration

I will change the integration code and see if that helps.

Thx

grant
simmonet is offline   Reply With Quote
Old February 3rd, 2005, 09:43 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,685
Basically before this fix unregistered users could not post even if set to yes
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Allowing unregistered users to post ads? NSXTC Classifieds Suggestions 2 September 1st, 2005 10:45 AM
[RC4-Bug] Last Post not being updated when a post is being deleted Kirby Bugs From 1.0.0 7 May 30th, 2005 12:05 PM
unregistered can post when permissions say no redbox ReviewPost Installation & Upgrades 2 February 12th, 2005 06:57 PM
Unregistered can post comments 1996 328ti Photopost Pro Installation & Upgrades 5 January 22nd, 2005 08:40 AM
Unregistered guest can post cnczone Classifieds Bug Reports 5 July 27th, 2004 01:17 PM


All times are GMT -5. The time now is 09:55 AM.

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