Version: 1.00, by sabret00the
Developer Last Online: Apr 2010
Version: 3.0.7
Rating:
Released: 03-25-2005
Last Update: 05-15-2005
Installs: 9
DB Changes
Is in Beta Stage
No support by the author.
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
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
This modification may not be copied, reproduced or published elsewhere without author's permission.
I've sorted out all the paths, got 70% of the bugs removed. I am stucked at appendpost.php. There are a bunch of java errors in there and I cannot edit. Will not allow me to go in the textarea.
you know what would be the best for the java thing ?!
simply recreate these javascripts in the GRPS directory... the urls are never properly set because they are located underneath the script, and as we can "move" the script where we want, it's impossible to make it fix in the calls...
if ($bbuserinfo[groupid] == 6) { if ($groupinfo['hidden_group']) { $checked['hidden_group'] =HTML_CHECKED; } }
This is causing the checkbox not to be marked check for hidden group, even for the admin who created group.
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?
the ability to hide groups from all listings is like if you wanted an "Admin Discussion" group instead of an "Admin Discussion" forum then you wouldn't want all your users knowing that it exists in the same way you wouldn't have such a group visible on the forumhome, so i thought it should only be an option for admins?
you know what would be the best for the java thing ?!
simply recreate these javascripts in the GRPS directory... the urls are never properly set because they are located underneath the script, and as we can "move" the script where we want, it's impossible to make it fix in the calls...
i think you might be right, especially as i think the inability to get the WYSIWYG-Quick-Reply to post the data is because of something in the jscript.
!!!! you are a genius! All I did was copy the clientscript folder in the groups directory... and they all work!!!
Quote:
Originally Posted by nexialys
you know what would be the best for the java thing ?!
simply recreate these javascripts in the GRPS directory... the urls are never properly set because they are located underneath the script, and as we can "move" the script where we want, it's impossible to make it fix in the calls...
--
this would be a perfect fit for our online community as it has grown to almost 12,000 members...an area to form specific 'groups' is awesome. looking forward to a final release or when it is all de-bugged. .... excellent idea and work everyone!
of the bugs you've come across how many have been fixed?
I'd say I have a working version. Lots of hardcoding for images, both in php and templates. I had to forget avout avatars. Now all that's left to deal with is the navbar, which I 'll probably hardcode too.
I'd say I have a working version. Lots of hardcoding for images, both in php and templates. I had to forget avout avatars. Now all that's left to deal with is the navbar, which I 'll probably hardcode too.
can you make a zip with your updated templates, files and file structure so i can try and compile a friendlier version?