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 Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 15th, 2005, 07:44 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 6
You can't delete this usergroup.

I tried to create a usergroup and it seemed to time out three times. I finally saw the screen and saw three "Default" user groups. In fact I still can't create one the real way, I have to click the "Add a new usergroup" and then go back to "Edit Usergroups".

Anyway, when I try to delete a usergroup I get the error:
You can't delete this usergroup.

Your assistance is appreciated.
MMiz is offline   Reply With Quote
Old August 15th, 2005, 08:06 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
in adm-userg.php find this

if ($Globals['vbversion'] == "Internal") {

change to

if ($Globals['vbversion'] == "sellerspost") {
__________________
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 August 15th, 2005, 08:15 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 6
Why

Is there any reason why I'm having to fix this?
MMiz is offline   Reply With Quote
Old August 15th, 2005, 08:21 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 6
I'm showing if ($Globals['vbversion'] == "sellerspost") { as I just downloaded the latest version.
MMiz is offline   Reply With Quote
Old August 15th, 2005, 08:21 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Bugs do occur in software at times
__________________
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 August 15th, 2005, 08:42 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Sorry but I am showing in the adm-misc.php file this line

if ($do == "delete") {
$usergroupid=$groupid;

if ($Globals['vbversion'] == "Internal") {
__________________
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 August 15th, 2005, 10:19 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 6
I have honestly never seen such poorly documented software for a paid script. There is absolutely no documentation beyond the inadequate installation instructions.

Bugs absolutely do happen, but this software is just a disaster.
MMiz is offline   Reply With Quote
Old August 17th, 2005, 11:34 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2005
Posts: 15
Tried performing this fix, and now I have three instances of this in my "adm-misc.php" file.

if ($Globals['vbversion'] == "sellerspost") {

Mine is still having the same symptoms of the previous persons install. What exactly is supposed to be the fix for this one?
SigEp441 is offline   Reply With Quote
Old August 18th, 2005, 05:24 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
This is just a check to make sure you cant delete groups by accident that are suppose to be there

Now note this is only if your trying to delete something you should not

You only have a delete link is if its an internal install

if ($Globals['vbversion'] == "sellerspost" ) {
$addhtml = "<span class=\"{$Style['medium']}\"><b>(<a href=\"{$Globals['maindir']}/adm-misc.php?admact=usergroups&amp;ppaction=usergroups&amp;do=add\">Add a New
Usergroup</a>)</b></span>";
}
else {
$addhtml = "<span class=\"{$Style['medium']}\"><b>(<a
href=\"{$Globals['maindir']}/adm-misc.php?admact=usergroups&amp;ppaction=usergroups&amp;do=refresh-vb\">Refresh usergroups from your forum software?</a>)</b></span>";
}

So your issue is real simply here. You may not delete a usergroup on a classifieds install that is a default group. You can delete extra ones you add. Hense the restriction of

if ($Globals['vbversion'] == "sellerspost") {
if ($usergroupid < 6) {
diewell("You can't delete this usergroup.");
}
}
__________________
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 August 23rd, 2005, 08:48 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2005
Posts: 15
I now have eight usergroups that have been added, all of them are named "Default", all of them have a "delete" link. When I try to delete any of them, the message "You can't delete this usergroup." appears.

I've tried all of the fixes that have been posted, even installed a new copy of "adm-misc.php", nothing works.

What exactly is the fix here? Also, when adding a new usergroup, the page redirects to a blank page.
SigEp441 is offline   Reply With Quote
Old August 23rd, 2005, 10:39 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
This is what the codeblock would be. I dont know why your forward to a blank page as the forward looks fine as it goes to adm-misc.php. The only fix I see here would be to change internal to sellerspost

Code:
Content visible to verified customers only.
__________________
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 August 25th, 2005, 01:12 PM   #12 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
has anybody succeeded yet with the usergroup problem?

I have the same problem, but have found your therad too late. Mine is here:

http://www.photopost.com/members/for...89#post1107989
snoopy5 is offline   Reply With Quote
Old August 25th, 2005, 10:57 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2005
Posts: 15
seffern2,

None of the recommended fixes work for me either. Is there anyone out there that has a fix for this?
SigEp441 is offline   Reply With Quote
Old August 26th, 2005, 08:44 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
sefferns system has been fixed look for the build to contain the fixes necessary later today or look in sefferns thread on this issue for how to fix things
__________________
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 August 26th, 2005, 09:11 AM   #15 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
Quote:
Originally Posted by omegatron
sefferns system has been fixed look for the build to contain the fixes necessary later today or look in sefferns thread on this issue for how to fix things
mmmhhh,

I do not see a last posting in my thread for the fix?

http://www.photopost.com/members/for...89#post1107989
snoopy5 is offline   Reply With Quote
Old August 26th, 2005, 09:11 AM   #16 (permalink)
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
uupps,

overlapping posting...
snoopy5 is offline   Reply With Quote
Old August 26th, 2005, 09:18 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
LOL your build already works as I stated
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Usergroup problem Luciano Bugs - vBulletin 3.5.X 3 August 12th, 2005 03:02 PM
Usergroup permissions cgmojoco Installs and Upgrade - vBulletin 3.0.X 1 June 22nd, 2005 05:44 AM
usergroup/ permissions Itworx4me Installs and Upgrade - vBulletin 3.0.X 3 March 9th, 2005 03:28 PM


All times are GMT -5. The time now is 04:00 PM.

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