vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Has anyone found a way to show signatures in Social Groups messages? (https://vborg.vbsupport.ru/showthread.php?t=208083)

Merriweather 03-12-2009 05:56 AM

Has anyone found a way to show signatures in Social Groups messages?
 
Title says it all... I've seen a few people mention wanting to be able to show sigs in Social Groups messages, but wasn't sure if anyone has made it happen yet...

Thanks!!

Lynne 03-12-2009 02:27 PM

I saw a modification to change the postbit for the social messages. Maybe it shows signatures? You might want to go take a look at it.

Merriweather 03-13-2009 04:15 AM

I have that one, and it doesn't. The author of that one said there'd be some additional modding involved to make the signature show... :?

Thank you, though. :)

BigJohnny 03-13-2009 10:57 AM

try putting $prepared[signature] somewhere.... Im not sure if that variable will be active in those templates, but it might be..... if it doesnt work at least i tried :)

it might be $prepared['signature'] ..... those apostrophes always throw me off.

Lynne 03-13-2009 02:22 PM

I think you made need to write a plugin to get the signature available. Try the hook location "group_view_message_query". Look in class_groupmessage.php to see the query so you can write the plugin.

MrEyes 03-13-2009 02:51 PM

Quote:

Originally Posted by Merriweather (Post 1766990)
The author of that one said there'd be some additional modding involved to make the signature show... :?

I am the author

When I originally started the mod I wanted to use the full postbit, so signatures, avatars and any postbit mods that were already present. However once I dived into I quickly realised that the social discussion and forum discussion sub systems were entirely independent and therefore had different hook points. This meant that I couldn't include postbit mods such as Arcade scores etc.

In addition to this the database queries that backend the social discussion pages do not retrieve signatures so they couldn't be added either.

The template edit I created is literally just that, a template edit - to get signatures it would require a "proper" mod that added queries to obtain the signature information - unfortunately I didn't have the time, and honestly the inclination, to do it.

So if somebody wants to put a mod together then go ahead, they will love you for it.


All times are GMT. The time now is 10: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.00961 seconds
  • Memory Usage 1,718KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete