Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Ap - Groups Details »»
Ap - Groups
Version: 1.5, by kaptanblack kaptanblack is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Portal Software - Version: 3.7.1 Rating:
Released: 06-17-2008 Last Update: 06-19-2008 Installs: 175
DB Changes Uses Plugins Template Edits
Re-useable Code Code Changes Translations  
No support by the author.

Ap - Groups

I didnt like view default vbulletin groups page and i decided make this plugin...

Mark as Installed - Nominate for MOTM

Install

Please read the readme.txt file.

Ap - Groups

Go to your admin cp, then:
vBulletin Options -> Ap - Groups ->

Modifications Info

Plugin : 5
Template : 3
Setting : 3

Versions:
v1.0 - 18 June 2008
- First release

v1.1 - 18 June 2008
- Some template bugs fixed
- Phrase bug fixed
- Added "Groups Description Cut"

v1.5 - 20 June 2008
- Some template bugs fixed
- Phrase bug fixed
- Changed "Groups Description Cut" with "Groups Comments Cut"
- Added "Active Groups Name Cut"
- Added "Popuplar Groups Name Cut"
- Added "Latest Post - Groups Name Cut"
- Some php codes changed
- Style 1 Deleted, Style 2 Actived

DEMO: http://www.aktifpaylasim.com/gruplar

Show Your Support

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

Comments
  #2  
Old 06-18-2008, 11:36 AM
ShiZoPhreN ShiZoPhreN is offline
 
Join Date: Apr 2008
Location: Germany/Hamburg
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, it is very nice... =) *me clicks installed*
Reply With Quote
  #3  
Old 06-18-2008, 12:04 PM
redraider redraider is offline
 
Join Date: Sep 2006
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure what this does? Does it provide blocks for latest groups and popular groups or does it change the layout of the groups ?
Reply With Quote
  #4  
Old 06-18-2008, 12:16 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redraider View Post
I am not sure what this does? Does it provide blocks for latest groups and popular groups or does it change the layout of the groups ?
first thank you kaptanblack for this gr8 hack keep it up good work
@redraider; yes it does change the layout of the social groups and add 3 statistics blocks
you can see online demo at here http://www.vbulletin-turkey.com/foru...p.php?langid=1

User: Sylar
Pass: 123456789
Reply With Quote
  #5  
Old 06-18-2008, 01:18 PM
edenx edenx is offline
 
Join Date: Nov 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice
Reply With Quote
  #6  
Old 06-18-2008, 01:20 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hasann View Post
first thank you kaptanblack for this gr8 hack keep it up good work
@redraider; yes it does change the layout of the social groups and add 3 statistics blocks
you can see online demo at here http://www.vbulletin-turkey.com/foru...p.php?langid=1

User: Sylar
Pass: 123456789
Thanks for your description (=
Reply With Quote
  #7  
Old 06-18-2008, 01:29 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having issues with layout.

I'm using a fluid template and i'm getting issues with how the blocks are put together on the groups page.

Here is a screenshot

Reply With Quote
  #8  
Old 06-18-2008, 01:34 PM
Hasann's Avatar
Hasann Hasann is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 897
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shill360 View Post
I'm having issues with layout.

I'm using a fluid template and i'm getting issues with how the blocks are put together on the groups page.

Here is a screenshot
try this buddy

replace SOCIALGROUPS with this code

HTML Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $custompagetitle</title>
</head>
<body>
$header
$navbar

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td width="30%" valign="top">

<form action="group.php?$session[sessionurl]do=grouplist" method="post">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="tcat">$vbphrase[search_groups]</td></tr>
<tr><td class="alt1">
<input type="text" class="bginput" name="filtertext" value="$filters[text]" style="font-size: 11px;" />&nbsp;<input type="submit" class="button" value="$vbphrase[go]" />
</td>
</tr>
</table>

<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">
<span style="float: right">$vbphrase[members]</span>$vbphrase[ap_popular_groups]
</td>
</tr>
$ap_pop_grupbit
</table>

<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat"><span style="float: right">$vbphrase[posts]</span>$vbphrase[ap_mostactive_groups]</td>
</tr>
$ap_ak_grupbit
</table>

<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">$vbphrase[ap_latestpost_group]</td>
</tr>
$ap_grupmesajlarbit
</table>

</td>

<td width="70%" valign="top">
<if condition="$show['errors']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="$stylevar[left]">
	<td class="tcat">
			$vbphrase[errors_occured_with_search]
	</td>
</tr>
<tr>
	<td class="alt1">
			<ol>$errorlist</ol>
	</td>
</tr>
</table>
<br />
</if>

<if condition="$mygroup_bits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-bottom:20px">
<tr>
<td class="tcat" colspan="3" valign="top">$vbphrase[you_are_a_member_of_the_following_groups]</td>
</tr>
<tr>
	<td class="thead" width="100%">$vbphrase[group_name]</td>
	<td class="thead" align="center" nowrap="nowrap">$vbphrase[joined_group]</td>
	<td class="thead" align="center" nowrap="nowrap">$vbphrase[options]</td>
</tr>
$mygroup_bits
</table>
</if>



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
	<td class="tcat" width="100%" colspan="5">
		$grouplisttitle
	</td>
</tr>
<if condition="$grouplist">
	<tr>
		<td class="thead" width="100%">
			<span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=created">$vbphrase[group_created]</a> $sortarrow[created]</span>
			<a href="$sorturl&amp;order=asc&amp;sort=name">$vbphrase[group_name]</a> $sortarrow[name]
		</td>
		<td class="thead" align="center" nowrap="nowrap">
			<a href="$sorturl&amp;order=desc&amp;sort=members">$vbphrase[group_members]</a> $sortarrow[members]
		</td>
		<if condition="$show['gminfo']"><td class="thead" align="center" nowrap="nowrap">
			<a href="$sorturl&amp;order=desc&amp;sort=messages">$vbphrase[messages]</a> $sortarrow[messages]
		</td></if>
		<if condition="$show['pictureinfo']"><td class="thead" align="center" nowrap="nowrap">
			<a href="$sorturl&amp;order=desc&amp;sort=pictures">$vbphrase[pictures]</a> $sortarrow[pictures]
		</td></if>
	</tr>
	$grouplist
	<else />
	<tr>
		<td class="alt1" align="center" colspan="5">$vbphrase[no_groups_to_display]</td>
	</tr>
</if>

<tr>
	<td colspan="5" align="center" class="tfoot smallfont">
		<if condition="$show['creategroup']">
			<strong><a href="group.php?$session[sessionurl]do=create">$vbphrase[create_a_new_group]</a></strong> &nbsp;
		</if>
		&nbsp; <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[search_groups]</a></strong>
	</td>
</tr>
</table>

</td>
</tr>
</table>

<if condition="$pagenav">
<div style="margin-top: $stylevar[cellpadding]px">$pagenav</div>
</if>

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="dofilter" value="1" />
</form>


$footer
</body>
</html>
Reply With Quote
  #9  
Old 06-18-2008, 01:37 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect, thankyou Hasann
Reply With Quote
  #10  
Old 06-18-2008, 01:38 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shill360 View Post
I'm having issues with layout.

I'm using a fluid template and i'm getting issues with how the blocks are put together on the groups page.

Here is a screenshot


Open socialgroups_mygroups_bit template

Change all codes with this codes:


###########################

<tr>
<td class="alt1" width="100%">
<a href="group.php?$session[sessionurl]groupid=$mygroup[groupid]">$mygroup[name]</a>
<div class="smallfont">Join Date: $mygroup[joindate]</div>
<if condition="$show['group_options']">
<if condition="$show['edit_group']">
<a href="group.php?$session[sessionurl]do=edit&amp;groupid=$mygroup[groupid]">$vbphrase[edit_group]</a>
</if>
<if condition="$show['delete_group']">
| <a href="group.php?$session[sessionurl]do=delete&amp;groupid=$mygroup[groupid]">$vbphrase[delete_group]</a>
</if>
<if condition="$show['leave_group']">
| <a href="group.php?$session[sessionurl]do=leave&amp;groupid=$mygroup[groupid]">$vbphrase[leave_social_group]</a>
</if>
<else />
$vbphrase[n_a]
</if>
</td>
</tr>

#########################
Reply With Quote
Reply

Thread Tools

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 12:46 PM.


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.04473 seconds
  • Memory Usage 2,327KB
  • Queries Executed 23 (?)
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_html
  • (4)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete