vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - User's Social Groups on Forum Home (like forumlist, fully templated) (https://vborg.vbsupport.ru/showthread.php?t=203721)

cellarius 02-06-2009 04:28 AM

Quote:

Originally Posted by bbcentral (Post 1735165)
I made a couple of tiny modifications, I changed the templates to match my forum better ("Last Post" is the final column), and also I copied one of the IF statements to surround the entire main template. So now the entire box doesn't appear unless you are a member of a social group, because I don't want the 99% of my members who aren't in a social group to get constantly reminded what they're missing out on :P

I'll make that an option for the next version.

cellarius 02-06-2009 04:43 AM

Added a planned features list.

Diana Notacat 02-06-2009 10:14 AM

I am just going to sing my praises again! : D Since I installed the mod people are actually remembering they're in groups and posting in them now! Loves! <3

glorify 02-06-2009 01:55 PM

1 Attachment(s)
cellarius, I added an unsubscribe link as well and updated the screen.

If you are interested in the link code for each without having to search, here they are:

New Discussion
Code:

<a href="group.php?$session[sessionurl]do=message&amp;groupid=$cel_groups[groupid]">
Unsubscribe
Code:

<a href="group.php?$session[sessionurl]do=unsubscribe&amp;groupid=$cel_groups[groupid]">
View Members
Code:

<a href="group.php?$session[sessionurl]do=viewmembers&amp;groupid=$cel_groups[groupid]">

View Photos

Code:

<a href="group.php?$session[sessionurl]do=grouppictures&amp;groupid=$cel_groups[groupid]">
And, you may not need these, but attached are the icons I used, from FAMFAMFAM.

cellarius 02-06-2009 02:46 PM

Hey glorify, thanks for this - this safes me some time. :)

And yes, I'll probably use the silk iconset, since that's the one I prefer, too (and have already used for other projects, for instance my photo popup mod). :up:

DanaRVT 02-07-2009 09:20 AM

Found an error.... if you click on the members name under last msg posted by... it doesn't take you to their profile because instead of appending the userid it appends the user name.

member.php?u=usernamehere

^^Like such. Instead of

member.php?u=1

How do I fix that?

cellarius 02-07-2009 10:38 AM

Quote:

Originally Posted by DanaRVT (Post 1736875)
Found an error.... if you click on the members name under last msg posted by... it doesn't take you to their profile because instead of appending the userid it appends the user name.

member.php?u=usernamehere

^^Like such. Instead of

member.php?u=1

How do I fix that?

By reinstalling the product: Bugfix release 1.3.1

Thanks for reporting this!

For those with modified templates:

In template forumhome_cel_social_groups_groupsbit find:
Code:

member.php?$session[sessionurl]u=$cel_groups[lastposter]
change to:
Code:

member.php?$session[sessionurl]u=$cel_groups[lastposterid]

DanaRVT 02-07-2009 11:31 AM

Thanks for the fast fix! Proudly marked as installed!!

starman? 02-16-2009 04:09 PM

Cellarius - excellent work. V.much appreciated. IMHO This has probably saved social groups for my site.

EDIT: It's been running approx 3 hours and I've never seen so much activity in the Social Groups. Seriously Thank You!

Glorify:
Quote:

f you are interested in the link code for each without having to search, here they are:
Love your little addition - I'd like to know which template should I edit & where to insert your code. (keep answers clean please ;) )

drsli 02-16-2009 06:01 PM

Many thanks! :)


All times are GMT. The time now is 01:43 AM.

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.01472 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)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)pagenav_pagelinkrel
  • (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