PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   I need to let guests post ads... (http://www.photopost.com/forum/classifieds-installation-upgrades/136066-i-need-let-guests-post-ads.html)

rcarroll59 April 2nd, 2008 09:37 AM

I need to let guests post ads...
 
This is a phpbb3 integration. I have usergroups & categories set to allow posting by guests. Are there other settings I need to check?

I've noticed that my PhotoPost Pro installation, which works fine, has an Anonymous user in the photo_users table. My classifieds installation does not have that user in it's pp_users table. Is that okay?

Thanks

Chuck S April 2nd, 2008 09:47 AM

should be fine we dont use the pp_users table your integrated with phpbb3 and we use the permissions you set in edit usergroups and users are authenticated from the phpbb3 user table

rcarroll59 April 2nd, 2008 10:06 AM

I have the "Guests" usergroup set to allow ad posting, but it's not allowing them that. Any ideas on where to look for the problem?

Chuck S April 2nd, 2008 10:08 AM

How are a url?

rcarroll59 April 2nd, 2008 10:10 AM

http://www.southernairboat.com/classifieds/

Chuck S April 2nd, 2008 10:15 AM

I do not show guests have been allowed to post

Usergroup 1 has permissions set under edit usergroups right?

rcarroll59 April 2nd, 2008 10:33 AM

In Classifieds Admin -> Edit Usergroups, allow posting & comments are selected for the GUESTS usergroup.

In my pp_usergroups table, GUESTS is group id 4860 and has the uploads & comments variable set to 1 like other usergroups that are allowed to post.

Chuck S April 2nd, 2008 12:34 PM

Guests usergroup in phpbb3 is usergroup 1 so group id of 1 in your photopost usergroups table should be set to upload comment

Thats your problem your not setting guests to post or comment.

rcarroll59 April 2nd, 2008 01:07 PM

I don't have any groups in the pp_usergroups table with an ID of 1. I did temporarily change the id of the guests group to 1, but that didn't help either.

The guests usergroup's ID is listed as 4860 in the classifieds & photopost pro's usergroup table,as well as in phpbb3's groups table.

Chuck S April 2nd, 2008 01:13 PM

All I can tell you is what a guests usergroup is in phpbb3 non hacked install because I wrote the integrations and what we set them to in photopost.

It is indeed usergroup 1 in a brand new phpbb3 install

Chuck S April 2nd, 2008 01:15 PM

Code:

Content visible to verified customers only.

rcarroll59 April 2nd, 2008 02:20 PM

It's a fresh phpbb3 install, but has had the conversion ran to convert and fill the database with an existing phpbb2 forum. Evidentally that process can change group id's because I just checked the older phpbb2 database and it does have a group called anonymous with an id of 1.

Got any other suggestions?

Chuck S April 2nd, 2008 04:20 PM

You can try changing this

Code:

Content visible to verified customers only.
to maybe this

Code:

Content visible to verified customers only.
but not sure if that would work

You can send me server info to take a look


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