vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Social Group and Album Enhancements - New Social Groups page layout (https://vborg.vbsupport.ru/showthread.php?t=204335)

Big-K 02-14-2009 03:54 AM

Neat Mod.

How can I increase the number of discussions on the group page.

Lynne 02-14-2009 04:02 AM

Quote:

Originally Posted by Big-K (Post 1743495)
Neat Mod.

How can I increase the number of discussions on the group page.

It's an option in vboptions > social group options

Big-K 02-14-2009 09:58 PM

1 Attachment(s)
Thanks.

Anyone know how to make the full members list show in 3 columns - like you have in "Contacts and Friends"? See attached

Lynne 02-15-2009 05:47 PM

Quote:

Originally Posted by Big-K (Post 1744274)
Thanks.

Anyone know how to make the full members list show in 3 columns - like you have in "Contacts and Friends"? See attached

You would have to modify the code for that. It's under do=viewmembers. You might be able to use the group_memberbit hook. You would probably also have to modify the templates used - memberinfo_small and socialgroups_memberlist. You may be able to just change it so the members are in a div and give the div a width and let them space themselves in the table column. You'd have to play around with it.

Gamelobby 02-16-2009 06:45 PM

Anyone know why i cant see anything in the text file for "socialgroups_group"
I save it to my PC, then extract, but then it opens and there is nothing there..?


*edit*
Nvrmnd, i got it. :)

Gamelobby 02-17-2009 07:57 PM

I have a question.. I'm not sure if this mod caused it or not, i think the issue might have been there prior, but i'll ask anyway. :)

On the profile where it lists a persons social groups that they belong to, it only shows a dash like this

Quote:

User-Created Social Groups: (6)
-
-
-
-
-
-
No text links to the actual groups...? (but the dash is a link still.!?)

Any thoughts or ideas.?
Thanks

Lynne 02-18-2009 12:24 AM

You can always see if it was this mod by just reverting your template. But, no, this mod is a template mod and only touches the groups.php page. The template that spits out that group list is memberinfo_block_groups.

Gamelobby 02-18-2009 09:51 PM

I know this isn't about this mod, but any idea what might be causing it..?
Code:

<if condition="$block_data['membergroupcount']">
        <div class="alt1 smallfont block_row">
                <span class="group_count">($block_data[membergroupcount])</span> $vbphrase[public_usergroups]:
                <ul class="list_no_decoration group_list" id="public_usergroup_list">
                        $block_data[membergroupbits]
                </ul>
        </div>
</if>
<if condition="$block_data['socialgroupcount']">
        <div class="alt1 smallfont block_row">
                                        <span class="group_count">($block_data[socialgroupcount])</span> $vbphrase[user_created_social_groups]:
                <ul class="list_no_decoration group_list" id="social_group_list">
                        $block_data[socialgroupbits]
                </ul>
        </div>
</if>
<if condition="!$block_data['membergroupcount'] AND !$block_data['socialgroupcount']">
        <div class="alt1 smallfont block_row">$vbphrase[you_not_member_any_groups]</div>
</if>
<if condition="$block_data['show_join_link']">
        <div class="alt2 smallfont block_row block_footer"><a href="group.php$session[sessionurl_q]">$vbphrase[join_social_groups]</a></div>
</if>

You can delete this & PM me if that is better.

Thanks in advance. :)

Lynne 02-18-2009 09:54 PM

You should post for help with that issue in the main forums, not in this thread.

aztecboi2003 02-22-2009 09:33 PM

Just installed this and it looks great. Can we add polls in social groups?


All times are GMT. The time now is 07:43 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.01032 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete