vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - GRPS: Groups Commune 2.0.x (https://vborg.vbsupport.ru/showthread.php?t=127303)

sabret00the 02-13-2007 09:40 AM

Quote:

Originally Posted by Merriweather (Post 1181205)
sabret00the ~ My offer of cold, hard cash still stands (check your PMs) if it's the motivation you need to get some of the bugs out so it's public release worthy. ;) As I've said, I do love the idea and am jumping at the chance to implement it, but there are some major bugs in the functionality that do need addressed. I think as soon as you get those out of the way, it will be fun for you again and you can play with all of the cool additions you have in mind. :) I'm sure it's not easy to keep up with all of the comments here, and hard to sort out what's a bug and what's a user error, so kudos to you as well for your dedication.

I saw the pm in my email. i haven't opened it here yet because i wanted to give it a proper reply. i'm basically spending today and tomorrow finishing up the PRS changes and then i'll be able to get back to this. Unfortunately cold hard cash is a motivation but not an enthusiasm. As soon as i've finished with PRS i'll respond to your PM as i'll have some idea over whether or not i can meet that deadline you mentioned.

As long as any bugs discovered are mentioned in here, i'll be sure to squash them.

bada_bing 02-13-2007 11:58 AM

sabret00the

As you know I have also donated towards this hack when it came out and was using it on my test forum which I no longer run because I decided to start a completly different forum. I do though still run my current production site that I am not running this sweet add on but would love too, but as the last poster stated I will wait till some of the bugs get worked out. I would also like to see the post counts add up in vb when posting in the groups, this is very important to me. I al also willing to donate more money if this mode improves and there are some fixes to the know bugs and hope that others will donate also.

RvG2 02-14-2007 05:55 PM

very good mod. Installed :)

pcoskat 02-14-2007 11:36 PM

Quote:

Originally Posted by bada_bing (Post 1181437)
I al also willing to donate more money if this mode improves and there are some fixes to the know bugs and hope that others will donate also.

I would be willing to donate heavily if it expidites getting the bugs worked out.

Merriweather 02-14-2007 11:50 PM

Perhaps the best approach is to compile a list of bug fixes (NOT requests for script changes) so that sabret00the can just look at one post and have them all? I will post mine, and if you have something to add, please copy my list and then add yours to the end. :)
  • Fix report post feature
  • Do something so that postbit items added by other mods will work
  • Fix the Quick Reply
  • Make it so if the forums are not using Quick Reply, the Groups aren't either
  • Fix all of the problems related to templates not working as a result of the group residing outside the forums (I've had to change all navbar, etc links to be absolute URLs instead of relative)
  • Add "Post Reply" link to thread view (necessary fix if Quick Reply is able to be removed)
  • Fix or remove the expand/collapse on the Group info sidebar (it doesn't do anything) and fix the group post count

sabret00the 02-20-2007 11:03 AM

Work has resumed on this.

hitboy 02-20-2007 04:27 PM

Wow this looks very interesting I am guessing i shoudl wait until the patch comes right anyway I have installed just read through half this thread omg 78 pages lol i read through nearly 40 of them haha...

Good job on this idea. It completely changes the perspective of vbulletin itself. VB should be buying this modification from you lol

Merriweather 02-20-2007 08:30 PM

Sabret00the ~ I am so glad you are back -- I was about to start having panic attacks! ;)

sabret00the 02-21-2007 02:00 PM

Quote:

Originally Posted by Exitilus (Post 1166172)
I do appreciate the help you've given me. I've been playing around for a while with what you put and getting a couple of errors on line 328 of viewthread.php. Also I figured that I should also cache the template so I added it with the rest of them in viewthread.php.

Anyways if I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
$handled_type TRUE;
$out 'postbit_groups';


I get Fatal error: Call to a member function on a non-object in viewthread.php on line 327

If I use
PHP Code:

if (THIS_SCRIPT == 'groupsdiscussion')
{
    
$handled_type true;
    
$out->templatename 'postbit_groups';


Fatal error: Call to undefined function: construct_postbit() in viewthread.php on line 328

try this
PHP Code:

        if (THIS_SCRIPT == 'groupsdiscussion')
        {
            
$handled_type TRUE;
            
$out =& new vB_Postbit_Post();
            
$out->templatename 'postbit_groups';

            
$out->registry =& $this->registry;
            
$out->forum =& $this->forum;
            
$out->thread =& $this->thread;
            
$out->cache =& $this->cache;
            
$out->bbcode_parser =& $this->bbcode_parser;

            return 
$out;
        } 


sabret00the 02-21-2007 02:02 PM

Quote:

Originally Posted by pkallberg21 (Post 1167083)
Hey!

I am having trouble installing this mod. I have done everything correctly, and then when I get to the install.php part I only get a blank page when I go to the url. What could the problem be?

Thanks, and great mod btw.

do you not even get it saying done?

sabret00the 02-21-2007 02:03 PM

Quote:

Originally Posted by aacircle (Post 1167717)
I would like to know what tables are altered and created please. Is all data related to this addon in their own tables or do they manipulate vbulletin tables?

If I don't like this product, what steps are required to uninstall it totally? I hope you can continue to support this product for years to come and even perhaps get a team to take it under their wings should you not have the time.

Thank you.

to uninstall completely remove the plugin and run the un-installation script as provided.

sabret00the 02-21-2007 02:06 PM

Quote:

Originally Posted by nlarnold (Post 1168499)
I'm getting really confused about the navigation links. I've scoured this thread and still don't understand how to fix this problem. Here we go:

vbulletin is in "forum" directory
groups is in "groups directory

When navigating the site I always end up back in the forum directory. The usercp is in forum, the faq is in forum, all the nav bar links go to forum, so once your there there is no way to go back to groups. How do I keep a visitor in the groups where they're supposed to be. If they end up on the forums index page, they will be totally lost.

It's my understanding that the groups runs as a separate little world using parts of the "forum" where necessary. The more I read the more confused I'm getting.

I have a couple of other minor issues, but I really need to get a handle on this navigation thing. Any help and explanations would be greatly appreciated.

Thank you,
Nicole
VB newbie

Quote:

Originally Posted by nul7 (Post 1169045)
^^ same problem we're having. There's no breadcrumb back to the groups home. We just have to tell people to hit the groups link in the navbar until there is a solution.

EDIT: One more thing, is it not possible to allow Super Moderators to moderate the groups? I've set it in their permissions to allow moderation, but they cannot access it.

i'm curious, do you both have vBaCMS installed?

sabret00the 02-21-2007 02:07 PM

Quote:

Originally Posted by aacircle (Post 1169690)
I'm just curious is there a way that groups can be awarded points based on the actions of group members. Such good deeds as good posting etc., helpful advisce and so on.

there is no inclusive points system. though hooks are in place to integrate with another points system

sabret00the 02-21-2007 02:08 PM

Quote:

Originally Posted by mescalin (Post 1170045)
i am looking for posts but i coulndt find the answer, its more than 70pages, sorry if asked before..

vbulletin in /forum
groups /group directories in the root..


In usercp etc , there is no link anywhere from forum to groups, i did the template edits but i dont know why its not working.. its working if i enter from /groups directly..

If yu have a group or you are a member, it still says is not a memeber of any group in orum profiles..

that's a strange one i'm stomped.

sabret00the 02-21-2007 02:11 PM

Quote:

Originally Posted by aacircle (Post 1170370)
The install file doesn't show what tables are created. How would one go about uninstalling this product?

It would be so much better if this product didn't touch the vbulletin tables. I'm assuming from your above comments it does.

straight from the install file:
PHP Code:

$db->query_write("
    ALTER TABLE `" 
TABLE_PREFIX "usergroup` ADD `grpspermissions` INT(10)  UNSIGNED DEFAULT 0 NOT NULL
"
);

$db->query_write("
    ALTER TABLE `" 
TABLE_PREFIX "user` ADD `grps` MEDIUMTEXT NULL
"
);

$db->query_write("
    CREATE TABLE `grps` (
        `groupid` mediumint(9) NOT NULL auto_increment,
        `title` varchar(50)  NOT NULL default '',
        `description` varchar(250)  NOT NULL default '',
        `catid` smallint(2) NOT NULL default '0',
        `approved` enum('0','1')  default NULL,
        `create_date` int(10) unsigned NOT NULL default '0',
        `replycount` int(10) unsigned NOT NULL default '0',
        `lastpost` int(11) NOT NULL default '0',
        `membercount` int(10) unsigned NOT NULL default '0',
        `leaderid` int(10) default NULL,
        PRIMARY KEY  (`groupid`)
    )
"
);

$db->query_write("
    CREATE TABLE `grps_categories` (
        `catid` tinyint(3) unsigned NOT NULL auto_increment,
        `title` varchar(25)  NOT NULL default '',
        `description` varchar(250)  default NULL,
        PRIMARY KEY  (`catid`)
    )
"
);

$db->query_write("
    CREATE TABLE `grps_grouptext` (
        `groupid` mediumint(9) unsigned NOT NULL default '0',
        `pagetext` mediumtext  NOT NULL,
        `allowsmilie` enum('1','0')  default '1',
        `parseurl` enum('1','0')  default '1',
        `edit_reason` varchar(200)  default NULL,
        `edit_dateline` int(10) unsigned default NULL,
        `edit_userid` tinyint(4) default NULL,
        `edit_username` varchar(50)  default NULL,
        PRIMARY KEY  (`groupid`)
    )
"
);

$db->query_write("
    CREATE TABLE `grps_post` (
        `postid` int(10) unsigned NOT NULL auto_increment,
        `threadid` int(10) NOT NULL default '0',
        `groupid` mediumint(9) unsigned NOT NULL default '0',
        `parentid` int(10) unsigned default NULL,
        `username` varchar(50)  NOT NULL default '',
        `userid` int(10) unsigned NOT NULL default '0',
        `title` varchar(250)  NOT NULL default '',
        `dateline` int(10) unsigned NOT NULL default '0',
        `pagetext` mediumtext  NOT NULL,
        `ipaddress` varchar(16)  NOT NULL default '',
        `iconid` smallint(5) unsigned NOT NULL default '0',
        `visible` smallint(6) NOT NULL default '0',
        `attach` smallint(5) unsigned NOT NULL default '0',
        `allowsmilie` enum('1','0')  default NULL,
        `showsignature` enum('0','1')  NOT NULL default '0',
        `edit_username` varchar(50)  default NULL,
        `edit_userid` int(10) default NULL,
        `edit_reason` varchar(200)  default NULL,
        `edit_dateline` int(10) unsigned default NULL,
        `delete_username` varchar(50)  default NULL,
        `delete_userid` int(10) default NULL,
        `delete_reason` varchar(200)  default NULL,
        PRIMARY KEY  (`postid`),
        KEY `threadid` (`threadid`),
        FULLTEXT KEY `title` (`title`,`pagetext`)
    ) ENGINE=MyISAM
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (1, 'Automotive', 'For groups pertaining to cars, bikes or such')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (2, 'Computers', 'For groups referring to computers, whether hardware, software or modding')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (3, 'Education', 'For groups regarding learning, whether it be help studying or school activities')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (4, 'Entertainment', 'For groups surrounding anything entertaining, visual or audio')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (5, 'Games', 'For groups surrounding games you love, digital, card or board')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (6, 'Health & Fitness', 'For groups pertaining to well-being')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (7, 'Home & Families', 'For groups regarding the home life')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (8, 'Lifestyles', 'For groups surrounding lifestyles whether it be goths, hippies, etc')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (9, 'Places & Travel', 'For groups referring to towns, cities and holidays')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (10, 'Religion & Belief', 'For groups surrounding christianity, islam, buddism, etc')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (11, 'Sports & Recreation', 'For groups referring to sports, whether it be Football, Cricket or Baseball teams')
"
);

$db->query_write("
    INSERT INTO `grps_categories` VALUES (12, 'Others', 'For everything else')
"
);

$db->query_write("
    CREATE TABLE `grps_setting` (
        `groupid` mediumint(9) unsigned NOT NULL default '0',
        `image_name` varchar(50)  default NULL,
        `private_posts` enum('0','1')  default '0',
        `moderate_members` enum('0','1')  default '0',
        `hidden_group` enum('0','1')  default '0',
        `hide_image` enum('0','1')  default '0',
        `edit_details` enum('1','0')  default '1',
        `leaderonly_threads` enum('0','1')  NOT NULL default '0',
        PRIMARY KEY  (`groupid`)
    )
"
);

$db->query_write("
    CREATE TABLE `grps_user` (
        `recordid` mediumint(9) NOT NULL auto_increment,
        `groupid` mediumint(9) NOT NULL default '0',
        `userid` int(10) NOT NULL default '0',
        `in_mod_queue` enum('0','1')  NOT NULL default '0',
        `join_date` int(10) unsigned NOT NULL default '0',
        PRIMARY KEY  (`recordid`)
    )
"
);

$db->query_write("
    CREATE TABLE `grps_thread` (
        `threadid` int(10) unsigned NOT NULL auto_increment,
        `groupid` int(10) NOT NULL default '0',
        `userid` int(10) NOT NULL default '0',
        `username` varchar(250)  NOT NULL default '',
        `title` varchar(250)  NOT NULL default '',
        `dateline` varchar(15)  NOT NULL default '',
        `iconid` int(10) NOT NULL default '0',
        `lastposterid` varchar(250)  NOT NULL default '',
        `lastpostdateline` varchar(250)  NOT NULL default '',
        `replies` int(10) NOT NULL default '0',
        `firstpostid` int(10) default NULL,
        `closed` enum('0','1') NOT NULL default '0',
        `stuck` enum('0','1') NOT NULL default '0',
        PRIMARY KEY  (`threadid`),
        KEY `groupid` (`groupid`,`lastposterid`)
    )
"
); 


Quote:

Originally Posted by aacircle (Post 1170370)
Does this product insert a copyright footer and if so, can it be removed?

with donation.

sabret00the 02-21-2007 02:44 PM

Quote:

Originally Posted by mescalin (Post 1170405)
logout does not work in groups view, because there is no login.php in the groups folder.. also same for usercp.php

can you try disabling all mods and checking the status over whether or not logging out works in groups on the default skin please.

sabret00the 02-21-2007 02:45 PM

Quote:

Originally Posted by RobParker (Post 1170629)
Installed this and it looks good so far.

One problem that's probably been answered but I can't find it in this huge thread...

When I go into a group and "post new thread" at the top of the new thread text box it says what Group I am in but when clicking on the link it just links to /groups/forumdisplay.php?f= which obviously doesn't work.

Any ideas?

fixed in 2.0.6

sabret00the 02-21-2007 02:48 PM

Quote:

Originally Posted by Merriweather (Post 1171593)
That makes sense. I would love to see it show the GRPS groups a member is a part of in the profile.

My biggest needed request is to be able to set group moderators -- users who can see private groups. Right now, only Admins can do that and I don't have the time to monitor all of my groups, I need to be able to assign more people. :)

private or hidden?

sabret00the 02-21-2007 06:16 PM

Quote:

Originally Posted by Merriweather (Post 1171744)
Another glitch. I have Quick reply turned off in my forum, but it's still active in GRPS. Needs to be the same as the forum settings.

Also, if I click "Advanced" instead of using the Quick Reply, it shows a preview at the top that looks like this:



Seems even without using it, the QR box gets a hard return entered causing that to happen.

oooh, can't replicate the <br /> one but fixed the other thing.

sabret00the 02-21-2007 06:17 PM

Quote:

Originally Posted by Merriweather (Post 1171745)
Another area that could be improved. When viewing a thread within a group, the breadcrumbs show:

Groups Home > Group Category > Group Name > Thread Title

But when you are posting a reply, the breadcrumbs are just

Groups Home > Thread Title

Breadcrumbs should keep the heirarchy even when posting, same as in the forums.

fixed

Trana 02-22-2007 04:05 AM

I really like what you have done here, but this project will not go anywhere unless posts are indexed on the main site. Otherwise you are just building an island and no one will ever see the activity in each group. If you can get the search working then I imagine RSS and subscriptions will follow very quickly. Don't reinvent the wheel.

You have to get this more integrated with the VB core or it won't take off.

Thanks again.

sabret00the 02-22-2007 10:28 AM

Quote:

Originally Posted by Merriweather (Post 1180270)
Seems that the reporting feature does not work within Groups -- I tried to report a post and once I hit "Send Report" it just refreshed the page and no report was sent. :(

fixed.

sabret00the 02-22-2007 11:19 AM

Quote:

Originally Posted by Merriweather (Post 1172734)
I just found what I believe is a somewhat serious bug... if on the groups page while logged in, the navbar links work fine (i.e. User CP, Memberlist, etc). However, if you are logged out and on the groups page, the navbar links are all directing to groups/page.php instead of forums/page.php and the login at the top right does not work from that page at all!

My groups are set to be not accessible if you are not logged in, so you get the vBulletin "Not logged i" error when you try to view the page as expected, but no links work properly. the main login on the page (in the center) works fine, but at the top, it does not.

fixed.

sabret00the 02-22-2007 11:26 AM

Quote:

Originally Posted by Merriweather (Post 1180376)
This is quickly becoming a nightmare, I'm afraid. :( Due to the mod being outside the forums directory, I am having issues with links, forms, etc not working. For instance, if a user is not logged in, the login form and navbar links on the groups page weren't working. I had to go into the templates and manually add in absolute URLs (i.e. put $vboptions[bburl]/ in front of all links) so it would link through the forums directory and not the groups directory.

as stated in the previous post, fixed.

Quote:

Originally Posted by Merriweather (Post 1180376)
I thought I was making progress, but then there is the same issue with forms, such as the report post form. I fixed one issue I found which was the link that is supposed to take you to the thread you are reporting was not working (I added &t=$reportinfo[threadid] to the URL so it would go back to the correect thread).

not quite sure what you're on about there but the breadcrumb has been fixed on the report page.

Quote:

Originally Posted by Merriweather (Post 1180376)
I cannot, however, get it to do anything but refresh the page when the report is submitted.

bug that's been fixed.

Quote:

Originally Posted by Merriweather (Post 1180376)
I notice also that it's (for some strange reason) posting the description of the private forum where reports are supposed to be sent at the top of the report page.

i couldn't even replicate that before i fixed the report bug.

Quote:

Originally Posted by Merriweather (Post 1180376)
Also, I had to edit newpost_usernamecode to fix the "Logged in as" link as it was again trying to pull a page from the groups directory.

fixed.

Quote:

Originally Posted by Merriweather (Post 1180376)
The deeper I get into all these additional edits needed to make it work, the more I fear I should just be uninstalling it. Am I just missing something totally simple, or have others not tested it as much as I have been and that's why all of this stuff hasn't been mentioned yet? I feel like I'm losing my mind!

it seems your extensive testing uncovered unreported bugs. all of the above has been fixed bar the one i didn't understand/couldn't replicate. i apologise for making you do all those additional edits. they weren't necessary and were indeed a lapse in concentration on my part.

sabret00the 02-22-2007 11:28 AM

Quote:

Originally Posted by bada_bing (Post 1181437)
sabret00the

As you know I have also donated towards this hack when it came out and was using it on my test forum which I no longer run because I decided to start a completly different forum. I do though still run my current production site that I am not running this sweet add on but would love too, but as the last poster stated I will wait till some of the bugs get worked out. I would also like to see the post counts add up in vb when posting in the groups, this is very important to me. I al also willing to donate more money if this mode improves and there are some fixes to the know bugs and hope that others will donate also.

the hooks are in place in order to make this a reality.

Carly 02-22-2007 11:33 AM

Great idea. But needs so much work and is more of a headache than I'd thought it would be.

Problems:

1. Group Leaders are NOT, in affect, the moderators of the Group. The only way to allow them to edit posts is to give them Super Moderator status (scary - they can then edit every post on every board!). Checking "Can Moderate Groups" still does not give them that permission.

2. Members cannot edit their own posts, even though "Can Edit Own Messages Posted In Groups?" is set to yes.

3. Group Info (with the collapse button that doesn't function) and Newest Members sidebars should be on main Group page only - they overlap with posts within the threads, making some of them unreadable (depends on the size of the member's signature).

sabret00the 02-22-2007 11:33 AM

Quote:

Originally Posted by Merriweather (Post 1182862)
Perhaps the best approach is to compile a list of bug fixes (NOT requests for script changes) so that sabret00the can just look at one post and have them all? I will post mine, and if you have something to add, please copy my list and then add yours to the end. :)
  • Fix report post feature
  • Do something so that postbit items added by other mods will work
  • Fix the Quick Reply
  • Make it so if the forums are not using Quick Reply, the Groups aren't either
  • Fix all of the problems related to templates not working as a result of the group residing outside the forums (I've had to change all navbar, etc links to be absolute URLs instead of relative)
  • Add "Post Reply" link to thread view (necessary fix if Quick Reply is able to be removed)
  • Fix or remove the expand/collapse on the Group info sidebar (it doesn't do anything) and fix the group post count

all fixed.

Exitilus 02-22-2007 11:35 AM

*yawn* It's 5:34 am here so Forgive me if I missed it in an earlier thread. But the Edit button still doesn't show up when the permissions is given via Usergroups :)

sabret00the 02-22-2007 11:36 AM

Quote:

Originally Posted by hitboy (Post 1186823)
Wow this looks very interesting I am guessing i shoudl wait until the patch comes right anyway I have installed just read through half this thread omg 78 pages lol i read through nearly 40 of them haha...

Good job on this idea. It completely changes the perspective of vbulletin itself. VB should be buying this modification from you lol

i wish someone would buy this and some of my other add-on's off me, but alas :(

the update should be out by midnight my time, i just have to do one or two more things now that i've actually fixed all outstanding bugs.

sabret00the 02-22-2007 11:37 AM

Quote:

Originally Posted by Exitilus (Post 1188218)
*yawn* It's 5:34 am here so Forgive me if I missed it in an earlier thread. But the Edit button still doesn't show up when the permissions is given via Usergroups :)

gahhhhhhhhh, i have no idea what to do about this one. i'll try and figure something out but will make the release scheduled for tonight with or without this one being fixed.

you should go to sleep though, it's not healthy to be up at this hour.

Exitilus 02-22-2007 11:38 AM

If you need access to a site to look into this problem just lemme know ...

I'd go to sleep but my son isn't feeling well :(

sabret00the 02-22-2007 11:41 AM

Quote:

Originally Posted by Carly (Post 1188215)
Great idea. But needs so much work and is more of a headache than I'd thought it would be.

Problems:

1. Group Leaders are NOT, in affect, the moderators of the Group. The only way to allow them to edit posts is to give them Super Moderator status (scary - they can then edit every post on every board!). Checking "Can Moderate Groups" still does not give them that permission.

incorrect as far as design and practice on my forums and test board.

Quote:

Originally Posted by Carly (Post 1188215)
2. Members cannot edit their own posts, even though "Can Edit Own Messages Posted In Groups?" is set to yes.

ahhh, the recurring problem i can't replicate; given the url edit a post, that what would be behind a button i.e. http://yoursite.com/groups/editpost....editpost&p=198 do they get a no permission screen?

Quote:

Originally Posted by Carly (Post 1188215)
3. Group Info (with the collapse button that doesn't function) and Newest Members sidebars should be on main Group page only - they overlap with posts within the threads, making some of them unreadable (depends on the size of the member's signature).

i have no idea what to say to this one, bar telling you that the collapse button has just been fixed.

sabret00the 02-22-2007 11:43 AM

Quote:

Originally Posted by Exitilus (Post 1188223)
If you need access to a site to look into this problem just lemme know ...

I'd go to sleep but my son isn't feeling well :(

sorry to hear about your son, hope it's not too serious.

i'll take you up on that offer of access to your site. but give me a few hours, i have to go out and then work on a feature that's been requested for an eternity (i.e. resign group to a new group leader).

Exitilus 02-22-2007 11:43 AM

[QUOTE=Carly;1188215]Great idea. But needs so much work and is more of a headache than I'd thought it would be.

Problems:

1. Group Leaders are NOT, in affect, the moderators of the Group. The only way to allow them to edit posts is to give them Super Moderator status (scary - they can then edit every post on every board!). Checking "Can Moderate Groups" still does not give them that permission. QUOTE]

Group Leaders on my site are Moderators of their group :)

Exitilus 02-22-2007 11:45 AM

Quote:

Originally Posted by sabret00the (Post 1188226)
sorry to hear about your son, hope it's not too serious.

i'll take you up on that offer of access to your site. but give me a few hours, i have to go out and then work on a feature that's been requested for an eternity (i.e. resign group to a new group leader).

Just a cold .. :)

I'll PM you the information here in a bit. So whenever you want go for it. :)

Carly 02-22-2007 12:02 PM

Quote:

Originally Posted by sabret00the (Post 1188224)
incorrect as far as design and practice on my forums and test board.

Ah, I think I figured this one out - but it's still a bug that should be fixed. The Group Leader is the moderator of the Group as long as he/she created the group. I don't let members create their own groups, rather I'm using this as a controlled section where I assign leaders to groups that I have created - once I change the Group Leader from the back end, they don't assume those permissions unfortunately, it seems. They can't edit unless they've created the group themselves.

Quote:

ahhh, the recurring problem i can't replicate; given the url edit a post, that what would be behind a button i.e. http://yoursite.com/groups/editpost....editpost&p=198 do they get a no permission screen?
I get the "you do not have permission" message when trying to follow that link:

you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Exitilus 02-22-2007 12:09 PM

Quote:

Originally Posted by Carly (Post 1188238)
Ah, I think I figured this one out - but it's still a bug that should be fixed. The Group Leader is the moderator of the Group as long as he/she created the group. I don't let members create their own groups, rather I'm using this as a controlled section where I assign leaders to groups that I have created - once I change the Group Leader from the back end, they don't assume those permissions unfortunately, it seems. They can't edit unless they've created the group themselves.

I do the same thing and it works fine for me O.o

sabret00the 02-22-2007 02:06 PM

Good news: i've located the edit button problem.

Bad news: as a result, i now won't the release until after i've fixed it.

Exitilus 02-22-2007 02:07 PM

YAY .. What was it? *lol*

Insert Username 02-22-2007 02:11 PM

sabret00the, what are the chances of tying this in with the subscription system, so I can subscribe to a groups thread and have it show up in my usercp under the thread subscription section? That might be much more work that it's worth, though.


All times are GMT. The time now is 07:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04921 seconds
  • Memory Usage 1,956KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (36)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete