vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   User Away Messages (https://vborg.vbsupport.ru/showthread.php?t=67250)

flstreetscene 07-19-2004 11:10 PM

Great will the update be compatible with 3.0.3. Just curious because so many major additions (vbgarage, vbarcade) aren't. :(

turbidblue 07-19-2004 11:21 PM

Quote:

Originally Posted by Gamingforce
I'll be issuing an update to this modification soon with many more features. :)

Stay tuned!

awesome! cant wait!! :)

M1th 07-20-2004 12:07 AM

Suggestion:

dropdown menu, with different away messages on forumhome for easy access.

Oldfart 07-20-2004 01:21 AM

Quote:

Originally Posted by flstreetscene
Great will the update be compatible with 3.0.3. Just curious because so many major additions (vbgarage, vbarcade) aren't. :(

VbArcade works fine with 3.0.3, what kind of problems are you having?

Gamingforce 07-20-2004 01:22 AM

I think he was wondering if it was compatible or not.

Yes, it's fully compatible with 3.03 since it doesn't rely on special vB 3 functions (well, maybe vbdate but that doesn't count :p)

rookie7 07-20-2004 04:38 AM

Quote:

Originally Posted by Gamingforce
I'll be issuing an update to this modification soon with many more features. :)

Stay tuned!

Any chance you can make the away message display on postbit as well?

Thanks

dookie 07-20-2004 06:39 AM

I love U for this hack. :)
I requested it long long ago - now it?s done. *install*

sv1cec 07-20-2004 08:20 AM

One thing I believe would be useful, is to show "User is away", next to the member's name in his posts, when that member is away. Those who view his posts, will know not to comment on his writings, until he is ... no longer away.

After a lot of "trials and errors", here is what I came up with:

In postbit template, find this :

HTML Code:

                                <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                               
                        </td>
                        <td width="100%">&nbsp;</td>

Replace the last line above, i.e. the line:

HTML Code:

                        <td width="100%">&nbsp;</td>
with

HTML Code:

<if condition="$post['awaystatus'] == 1">
<td width="100%"><CENTER>User $post[musername] is away at the moment.</td>
<else />
<td width="100%">&nbsp;</td>
</if>

The whole chunk of code there, should look like:

HTML Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
                               
                        </td>
<if condition="$post['awaystatus'] == 1">
<td width="100%"><CENTER>User $post[musername] is away at the moment.</td>
<else />
<td width="100%">&nbsp;</td>
</if>
                        <td valign="top" nowrap="nowrap">
                               
                                <div class="smallfont">
                                        <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

I hope it make sense, if not e-mail me, I am nowhere being as good in documenting things, as those people who offer us those lovely hacks.

If only I knew how to put the awaysincedate parameter there!!!

Rgds

John

Sadie Frost 07-21-2004 05:35 PM

Awesome - thanks for that mod as well John :)

sv1cec 07-21-2004 06:45 PM

Quote:

Originally Posted by Sadie Frost
Awesome - thanks for that mod as well John :)

Glad if I can be of (little) help. I like that hack so I took some time to tailor it to my needs.

I am not sure though, how the members will appreciate it.

Rgds


All times are GMT. The time now is 11:14 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.02863 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_html_printable
  • (4)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