Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GRPS: Commune For Groups (Dev:Beta) Details »»
GRPS: Commune For Groups (Dev:Beta)
Version: 1.00, by sabret00the sabret00the is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

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

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-28-2005, 04:26 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #23  
Old 03-28-2005, 09:40 AM
nexialys
Guest
 
Posts: n/a
Default

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...
Reply With Quote
  #24  
Old 03-28-2005, 10:39 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
in editgroup.php, I don't understand why


PHP Code:
 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?
Reply With Quote
  #25  
Old 03-28-2005, 10:41 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
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.
Reply With Quote
  #26  
Old 03-28-2005, 11:54 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

!!!! 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...
Reply With Quote
  #27  
Old 03-29-2005, 03:04 AM
cosmin's Avatar
cosmin cosmin is offline
 
Join Date: Jun 2003
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

--
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!
Reply With Quote
  #28  
Old 03-29-2005, 08:34 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
!!!! you are a genius! All I did was copy the clientscript folder in the groups directory... and they all work!!!
of the bugs you've come across how many have been fixed?
Reply With Quote
  #29  
Old 03-29-2005, 10:08 AM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Lionel
!!!! you are a genius! All I did was copy the clientscript folder in the groups directory... and they all work!!!
[high]* nexialys loves when others are calling him genius without having to be paid!!!
[/high]

btw, with that fix, you don't need to add anyother modification to the .js files in the original install... will help the others!
Reply With Quote
  #30  
Old 03-29-2005, 02:00 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
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.
Reply With Quote
  #31  
Old 03-29-2005, 04:17 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel
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?
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 03:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07446 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete