The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
GRPS: Commune For Groups (Dev:Beta) Details »» | |||||||||||||||||||||||||
It's in beta but it's only on like beta 3 lol, basically it's got a few bugs in it, i couldn't fix and i knew that their were one or two people that wanted this, as it's more a dev version i'm gonna forego the big sale and just tell you what it does
what's it do: it enables groups to talk. live demo: www.ebslive.com/groups spawning: https://vborg.vbsupport.ru/showthread.php?t=58283 ok now you've checked all that info out, let's get on with it, i'm posting this here simply because i need the help of the coders here, it's no one of those hacks where you can install, report a bug and expect a fix in a matter of hours, infact it's more like report a bug and post the fix with it. known bugs: postings.php: let's just say the file don't work at all viewthread.php: can't get the posting behaviour right, you can't quote at the moment for some reason and the quick reply is just generally quirky, the WYSIWYG don't work so right now it loads the Enhanced instead. ok regarding credit: i need to thank everyone here, marco, kirby, dean, stefan, revan, filburt, amy, noppid, brad and many more, a second thanks to stefan and marco who seemed more than willing to help me with so much including stupid questions i should've known, the everybody who's a mod of the php forum who didn't ban me. ok now to get on with it. here you go, test and hopefully i'll be able to get a final out sometime soon latest upload: 06/05/05 12:52 (GMT) Show Your Support
|
Comments |
#12
|
|||
|
|||
FIRST DEBUG SESSION:
in the install process: file to edit: install/hacks/GRPS/x/queries.php $query['new'][] = 'ALTER TABLE ' . TABLE_PREFIX . 'usergroup ADD arcadepermissions INT(10) UNSIGNED DEFAULT 0 NOT NULL'; is useless, and try to override some ARCADE permission.. EDIT: not useless, just error: $query['new'][] = 'ALTER TABLE ' . TABLE_PREFIX . 'usergroup ADD grpspermissions INT(10) UNSIGNED DEFAULT 0 NOT NULL'; also, change the " ` " for " \' " .. or the queries does not finish in some mysql servers. .. and these queries at the end ... $query['new'][] = 'INSERT INTO grps_categories are missing their ending " ) " ... OTHER EDIT: ??In your /forums/includes/functions_bbcodeparse.php file: .. there is two occurences of what you need to replace... this is not stated in the process... ??In your /forums/clientscript/vbulletin_editor.js.php file: this thing to modify: window.open("../forums/misc.php you need to edit it more properly and indicate the proper url to your forum, the ../forum is not the same for everyone! ??In your /forums/admincp/adminfunctions_template.php file: 'groups' => 'GRPS', <<< add the " ' " please... to be PHP perfect! ??In your /forums/includes/functions.php file: \/\/ declares the arcade image directory <<< ARCADE ghost ?! these \/\/ are not legal comments... use // always !!! ??In your navbar template: search have to be modified for a default install (missing the accesskey thing!): <span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> and replaced by this: <span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[hometitle]<if condition="THIS_AREA == groups"> Groups<else /> $vboptions[bbtitle]</if></a></span> (btw, will need a $vbphrase for the title!) |
#13
|
|||
|
|||
ok, more debugs:
big problem about urls and paths... on a clean install, there is no modification forcing to add complete paths for images and javascripts, even if you added some in this install... you will need something like in vBadvanced... ya know, this: PHP Code:
|
#14
|
|||
|
|||
so, nexialys, does it have your blessing now?
|
#15
|
||||
|
||||
Looking forward to this when all the bugs are worked out.
|
#16
|
|||
|
|||
more debugging...
grps_catergories in cat_editor has to be fixed. Table name is grps_categories you have that typo in all admin files, search.php and index.php Where are the settings phrases? a lot of the phrases should in front-end error messages instead of redirect mysql error: Unknown column 'grps_setting.hide_image' in 'field list' in group.php for table grps_setting I wonder what this 'grps_setting.hide_image' is? I encountered it twice. I removed in groups.php so I could explore further... then it came back again in invitation.php The whole idea is great, but as posted above, paths and urls are a nightmare. |
#17
|
|||
|
|||
I just realised it overwrites some arcade permitions, had to uninstall...
|
#18
|
||||
|
||||
ok re-uploaded with all the simpler stuff, also fixed the problem with the hide_image it was added inbetween builds so was only in the update thus never made it into the original installer. the arcade thing is sorted and that's set back to grpspermissions, saying that deaths it should've never actually tried to use the arcade permissions, it should've just not saved permissions.
Quote:
Quote:
and nope the existing vB3 setup doesn't offer this functionality. though the groups thing is available , it doesn't offer the groups pages with the same effectivenes :nervous: i'll get round to working on documenting stuff and explaining stuff in the installer a bit later today, just in the middle of trying to find my bug logs |
#19
|
|||
|
|||
in editgroup.php, I don't understand why
PHP Code:
I commented out //if ($bbuserinfo[groupid] == 6) and checkbox displays properly. I failed to see the logic of that line. If a group owner who is the only one who has access to the group magement wants to know the status of his group, why can't he? |
#20
|
||||
|
||||
Look really nice!!! thanks sabret00the for releaseing it... will give it a try once most of the bugs are fixed again... thanks it looks great!
|
#21
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|