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)

Keyser Soze 02-04-2009 07:14 AM

I apologize :o
Thanks again for this great mod. :)

cellarius 02-04-2009 09:08 AM

No need to apologize. BTW, great movie. The Usual Suspects, I mean. :)

glorify 02-04-2009 11:08 AM

I was wondering if this could be a 3.8 to 3.8.1 issue. You may change the mod version to 3.8.1.

Thanks a ton for your work and also going to all templates--makes it a tad easier to mod.

cellarius 02-04-2009 11:32 AM

Quote:

Originally Posted by glorify (Post 1734092)
I was wondering if this could be a 3.8 to 3.8.1 issue. You may change the mod version to 3.8.1.

Yep, you got a point there. I'll do that.

glorify 02-05-2009 01:22 AM

1 Attachment(s)
Promised a screen, here it is. Added links to start a new discussion, unsubscribe, view members, and view photos :)

Thanks man.

cellarius 02-05-2009 04:40 AM

Quote:

Originally Posted by glorify (Post 1734791)
Promised a screen, here it is. Added links to start a new discussion, view members, and view photos :)

Thanks man.

Hey, looks great! I might steal that idea with the buttons, for some later release, if I may - really like it :up:

BTW - still interested in showing the group icon? I was thinking of making showing them an option in a later release.

glorify 02-05-2009 11:06 AM

Thanks! Oh yeah--no problem :)

I think someone else was interested in the group icon. I just wanted it to look my default stuff.

bbcentral 02-05-2009 01:39 PM

Proudly marked as installed!

Social Groups almost stayed turned off because vBulletin has no notification options built-in for them, at least this way my members will be able to keep track without having to manually remember to check the page!

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

Keep up the great work, you may have just single-handedly saved Social Groups for many vBulletin users :D

glorify 02-05-2009 05:26 PM

Quote:

Originally Posted by bbcentral (Post 1735165)
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

I did something similar as well. Shows up if only something is subscribed to. Debated, tho, because as is, I think it does encourage people to join groups.

Chance4Today 02-06-2009 04:20 AM

Thanks :)

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! :)

Merriweather 02-17-2009 07:52 AM

It says I am not subscribed to any group discussions but I am... ?? How do I fix that? I've got the database forum markers on instead of cookies, is there something else to cause it to tell me I have no subscriptions?

cellarius 02-17-2009 08:58 AM

Quote:

Originally Posted by Merriweather (Post 1746658)
It says I am not subscribed to any group discussions but I am... ?? How do I fix that? I've got the database forum markers on instead of cookies, is there something else to cause it to tell me I have no subscriptions?

This mod does not show subscribed group discussions but subscribed groups.

RvG2 02-17-2009 01:35 PM

cellarius, is it possible to create a mod for group notifications?

Merriweather 02-17-2009 01:55 PM

Quote:

Originally Posted by cellarius (Post 1746688)
This mod does not show subscribed group discussions but subscribed groups.

Oh, duh.... now I just need to figure out how to subscribe to a group! :D

ETA: Do you mean be a member of a group? Because I am a member of 4 groups. I can't find any options to subscribe to a group... ???

cellarius 02-17-2009 03:46 PM

No. Please read the description of this mod: It can show groups you are a member of or groups you are subscribed to. That's two different things.

But you may have missed this in the release notes for 3.8.1:
Quote:

Social Group Subscription Temporarily Disabled

Due to confusion over the functionality provided, vBulletin 3.8.1 has temporarily disabled the ability to subscribe to entire social groups. You may still subscribe to individual social group discussions.

We are planning to improve this feature and re-implement it for the release of vBulletin 3.8.2.

If you wish to re-enable the feature yourself, you can remove the HTML comment around the "subscribe to this group" link in the socialgroups_group template.
So, just set this mod to show all groups the user is a member of, if you don't want to reenable groups subscription manually.

cellarius 02-17-2009 03:48 PM

Quote:

Originally Posted by RvG2 (Post 1746863)
cellarius, is it possible to create a mod for group notifications?

Probably :)

But I guess you want to know whether I will make one. The answer to this is: No, sorry. It would be quite complicated to implement (as it would have to go into the system of the other notifications to make sense). Even tho I'd like to see that too, I just don't have the time at the moment. And hopefully we will see better integration in 4.0 :mad:

RvG2 02-17-2009 06:10 PM

Yes you are right. vB4 is almost there...

itsheinz 02-19-2009 07:03 AM

waaa its not showing in my home..someone help me.

Mukashi 02-19-2009 11:21 PM

Getting an error with this mod currently. On the forum home page, while the block for the social groups displays, no discussions will, and it gives the user an error saying they're not a member of any social groups. Additionally, this error message is displayed at the top of the page.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/index.php(67) : eval()'d code on line 191

Julie 02-22-2009 07:39 AM

Works like a charm, thanks! :)

Phoenix81377 02-22-2009 07:19 PM

I installed the latest version and I am running 3.8.1 but I am still having this issue: the last discussion title not correctly updated by vB in the socialgroup table.

What could I be missing?

aztecboi2003 02-24-2009 01:25 AM

Great mod, but how do I get my last post to show up underneath the forum title like that screenshot shows?

Merriweather 03-12-2009 05:24 AM

Ok, so I reinstalled and now the issue is that it's not displaying properly -- the column titles (Groups, Last Post, members, Post) are showing ABOVE the "Subscription Updates" table header, but the forumhome_cel_social_groups_groupsbit template doesn't seem to include all of that code, so where is it getting the rest?

Man, did that even make any sense??

Merriweather 03-12-2009 05:41 AM

ETA ~ Ok, that must be the vB default as I see in the screen shot, but my forums are the opposite... is there more than one template I need to edit for this one?

Found it: forumhome_cel_social_groups :)

McCarroll21 03-12-2009 10:45 AM

I'm loving this, but I'm having a problem with getting the forum icon to show correctly. When there is a new post, the forum marker doesn't change. It shows the forum marker for one without a new post. Any ideas?

Saidinou 03-12-2009 03:56 PM

Hello and thank you for this product,


I have a problem when vBseo is enabled. All the latest post are linked as:

PHP Code:

 /forum/group.php 


sinucello 03-12-2009 05:38 PM

Hi,

this sounds very good. But I`m a bit afraid that it makes my already loooong forum start page even longer. I guess I`ll have to add another mod for a tabbed start page before I can use this one ;-).

all the best,
Sacha

hoopsta 03-12-2009 05:42 PM

Quote:

Originally Posted by sinucello (Post 1766614)
Hi,

this sounds very good. But I`m a bit afraid that it makes my already loooong forum start page even longer. I guess I`ll have to add another mod for a tabbed start page before I can use this one ;-).

all the best,
Sacha

haha yes you do have a ton of forums!

Dontom 03-13-2009 11:00 AM

if you want to disable the teaser for users without subscriptions the just put a
Code:

<if condition="$cel_groups_hasresults">

template

</if>

around your forumhome_cel_social_groups template

hoopsta 03-14-2009 04:24 AM

good idea, but what is this eror message all about?

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/index.php(67) : eval()'d code on line 246


All times are GMT. The time now is 12:54 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.01313 seconds
  • Memory Usage 1,829KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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