Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Social Group (Sub-)Forum List Details »»
Social Group (Sub-)Forum List
Version: 1.3, by flOid flOid is offline
Developer Last Online: Jun 2017 Show Printable Version Email this Page

Category: Social Group and Album Enhancements - Version: 3.8.2 Rating:
Released: 03-31-2009 Last Update: Never Installs: 42
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Is in Beta Stage  
No support by the author.

Description
This mod will integrate social groups into the regular forum home layout in a very clear way, by displaying social groups like sub-forums to the group categories, which act like parent forums. It will improve the social group presence on your board, and will make groups much more visible and so more active. Unlike similar mods it allows to include a large number of social groups in forum home without filling much space.

Groups with new messages will be marked with an icon, just like regular sub-forums are. Additionally it adds the newest created group to the bottom of the list.

Via the adminCP you can exclude specific group categories and also single groups from the list, and you can change the display order of the categories. The list of groups in each category can be sorted either alphabetically, by number of members or by number of discussions, the number of groups displayed can be limited.

Installation
1) Upload all the files to your vbulletin installtion.
2) Import the product via AdminCP.
3) Open FORUMHOME template and add $fhgrouplist.

Notes
This mod wasn't programmed by me, but by two programmers I hired here on vb.org. I'm releasing it here for free under General Public License. Donations welcomed to compensate some of the costs I had.

This mod won't be developed any further by me, and the technical support I can provide is limited. Any interested developer is free to resume work on this mod (PM me).

Download Now

File Type: zip social group list.zip (6.9 KB, 245 views)

Screenshots

File Type: jpg socialgroupslist1.jpg (99.5 KB, 0 views)
File Type: jpg screenshotadmin2.jpg (40.2 KB, 0 views)
File Type: jpg screenshotadmin1.jpg (60.4 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 04-01-2009, 11:49 AM
Jasem's Avatar
Jasem Jasem is offline
 
Join Date: Feb 2006
Location: www.menokia.com
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work, thank you!

Installed
Reply With Quote
  #3  
Old 04-01-2009, 01:54 PM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great work

installed

where exactly add $fhgrouplist in FORUMHOME ?

also i have this problem maybe from the files of the mod

Warning: Invalid argument supplied for foreach() in C:\AppServ\www\vb\index.php(592) : eval()'d code on line 13
Reply With Quote
  #4  
Old 04-01-2009, 03:38 PM
flOid flOid is offline
 
Join Date: Jan 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
where exactly add $fhgrouplist in FORUMHOME ?
If you want the list to show above the forums,
Find:
Code:
<!-- / guest welcome message -->
<br />
</if>
add $fhgrouplist below.

If you want the table to show under the forums,
Find:
Code:
$forumhome_markread_script
<!-- /main -->

<br />
add $fhgrouplist below.

The PHP error message should disappear as soon as you have added $fhgrouplist to forumhome.
Reply With Quote
  #5  
Old 04-01-2009, 03:43 PM
janslu janslu is offline
 
Join Date: May 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by flOid View Post
The PHP error message should disappear as soon as you have added $fhgrouplist to forumhome.
It didn't disappear on my forum. Is it because I have empty categories (with no groups inside)?
Reply With Quote
  #6  
Old 04-01-2009, 03:56 PM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by flOid View Post
If you want the list to show above the forums,
Find:
Code:
<!-- / guest welcome message -->
<br />
</if>
add $fhgrouplist below.

If you want the table to show under the forums,
Find:
Code:
$forumhome_markread_script
<!-- /main -->

<br />
add $fhgrouplist below.

The PHP error message should disappear as soon as you have added $fhgrouplist to forumhome.
very thank you
Reply With Quote
  #7  
Old 04-01-2009, 04:08 PM
flOid flOid is offline
 
Join Date: Jan 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by janslu View Post
It didn't disappear on my forum. Is it because I have empty categories (with no groups inside)?
Yep, that might be the reason.

But as I already mentioned in the mod notes, I can provide only very limited support since I'm not the coder of the mod. Maybe some coder here is able to provide the code to fix this.
Reply With Quote
  #8  
Old 04-01-2009, 04:20 PM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by janslu View Post
It didn't disappear on my forum. Is it because I have empty categories (with no groups inside)?
yeah it's true

Warning: Invalid argument supplied for foreach() in C:\AppServ\www\vb\index.php(592) : eval()'d code on line 37


i think is from the files maybe !
Reply With Quote
  #9  
Old 04-01-2009, 07:08 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One of the files (functions_grouplist.php maybe? I can't remember) has the wrong permissions as downloaded. You need to change it from 600 to 755 (or whatever works in that folder).
Reply With Quote
  #10  
Old 04-02-2009, 03:42 AM
NolF's Avatar
NolF NolF is offline
 
Join Date: Nov 2006
Location: You don't wanna know
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmmm very interesting, seems to do be doing what I was looking for :O great job
Installed ^^
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:54 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.04820 seconds
  • Memory Usage 2,327KB
  • Queries Executed 24 (?)
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
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete